Respawning.
#1

Okay, so I have created a search and destroy, all I need now is a thing that will respawn ALL players, when the
/defusebomb command has been used., and would you please tell me where to put the things in the script?
Reply
#2

Make a loop through all players and respawn them.
Reply
#3

But the thing I am asking, is HOW, I don't understand, or I could have done it.
Reply
#4

pawn Код:
for(new i=0; i<MAX_PLAYERS; i++)
{
    SpawnPlayer(i);
}
Put it on the command.
Reply
#5

Quote:
Originally Posted by Berlovan
Посмотреть сообщение
pawn Код:
for(new i=0; i<MAX_PLAYERS; i++)
{
    SpawnPlayer(i);
}
Put it on the command.
Thank you!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)