Jump to content

Castillo

Retired Staff
  • Posts

    21,935
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Castillo

  1. The zombies resource already creates a column called "Zombie kills", but they are temporary saved, they dissapear when quit.
  2. It has spawnpoints by default.
  3. Is both, client and server side, here is the syntax: outputKillMessage ( killed, wr,wg,wb,killer,kr,kg,kb,weapon,width,resource )
  4. Use the exported function: "outputKillMessage" from "killmessages".
  5. You don't really need that script, the MTA server by default has a spawn system.
  6. Now you can unpack it with WINrar, then remove the .ZIP and leave the folder, then you can open the .lua file inside and set the variables inside.
  7. Place the .zip you've downloaded into the folder.
  8. It's an argument from the event.
  9. I asked you if you knew how to install resources, you said yes, why do you say yes if you don't really know how? Read this manual: https://wiki.multitheftauto.com/wiki/Se ... our_server
  10. You don't "drop" the files, you put it as a .ZIP or unpack it into a folder and place it on the resources folder.
  11. function ( killer ) givePlayerMoney ( killer, 100 ) end addEvent ( "onZombieWasted", true ) addEventHandler ( "onZombieWasted", root, )
  12. Well, the script has several variables inside, you just change them. -- Settings for when a player joins -- XYZ coördinates local joinX = 0.0 local joinY = 0.0 local joinZ = 0.0 -- Weapon and ammo local joinWeapon = 22 local joinAmmo = 200 -- Message when player joins local joinMessage = "Welcome to this server." -- Skin that player gets local joinSkin = 0 -- Settings for when a player dies -- XYZ coördinates local spawnX = 0.0 local spawnY = 0.0 local spawnZ = 0.0 -- Weapon and ammo local spawnWeapon = 22 local spawnAmmo = 200 -- Skin that player gets local spawnSkin = 0 -- Settings for the amounts of money -- Money the killer gets local killerMoney = 500 -- Money removed from player when they die local deadPlayerMoney = 500 -- Money you get when you join local joinMoney = 1000
  13. Then what do you mean by "config it"?
  14. Do you even know how to install a resource on your server?
  15. MTA doesn't support custom animations.
  16. Is really hard to help you if you don't even tell us what is the script you're talking about.
  17. What do you mean by eject animation?
  18. addEventHandler ( "onClientGUIClick", butAjutor, function ( ) outputChatBox ( "THE BUTTON WAS CLICKED!" ) end ,false ) That'll output a chatbox message when you click that button.
  19. Use: getPlayerAccount isGuestAccount
  20. Castillo

    Resource

    Maybe the resource has a problem on the meta.xml of it.
  21. And getVehicleOccupant
  22. You can search on the MTA community, there were some userpanels: https://community.multitheftauto.com/
  23. You really need to explain yourself better, because I didn't understand anything of what you said.
×
×
  • Create New...