27.07.2015, 17:13
Quote:
Oh,i know how to spawn players rondomly,but if its 20 spawns,so random[20] and player will have a big chance to spawn on another one,understand?
And for timer,i want a countdown,so players can see time,like:"time left:10 seconds" |
Assuming you have 20 players max in an event, that's 20 spawns.
Starts from 0.
Player 1 /event's
That's 1.
SetPlayerPos to the first field.
pawn Код:
SetPlayerPos(playerid,Spawns[PlayerCount][0],etc...);