Jump to content

ShadowRAZE

Members
  • Posts

    5
  • Joined

  • Last visited

Details

  • Gang
    Shadow

ShadowRAZE's Achievements

Vic

Vic (3/54)

0

Reputation

  1. How can i make only one spawn point.. I'm creating a zombie survival server and when players die, they respawn in the "safe zone" which is groove street. Can someone help me with this?
  2. Is there a resource which lets me choose the skins that players spawn with... If there isn't can someone make it or help me make it.. :) :) The skins i want are: 14,15,16,19,18,20,93,23,27,28,29 Thanks in advance
  3. So guys, I need a little help with spawnpoint and spawn skin.. 1.) How can I make ONLY one spawn point., and how will i obtain the coordinates? 2.) When player spawns, I want the skin be randomly picked from the following list (14,15,16,19,18,20,93,23) 3.) how can i make player spawn with a car and few weapons? Call all this be achieved by editing the spawn manager? I'm not a complete noob but I'm learning lua now so, any amount of help would mean a lot to me. Thank You
  4. how can i make it work? srry im new to scripting do i just do this: ban banPlayer ( player bannedPlayer, [ bool IP = true, bool Username = false, bool Serial = false, player responsiblePlayer = nil, string reason = "REASON HERE", int seconds = TIME HERE ] )
  5. Hey guys, I'm currently working on my server(zombies). Long story short: I edited the "play gamemode" to ban the player for 5 minutes if he/she gets killed. However its not going very well, this is what im doing addEventHandler("onPlayerWasted", root, function() ban banPlayer ( player bannedPlayer, [ bool IP = true, bool Username = false, bool Serial = false, player responsiblePlayer = nil, string reason = "Sorry, You have died, To make the game fun, any player that dies gets banned for 5 minutes :)", int seconds = 300 ] ) end ) When i die in the game, it just brings up the map. Any help!?
×
×
  • Create New...