SA-MP Forums Archive
[HELP]how to use time for restart round - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [HELP]how to use time for restart round (/showthread.php?tid=271901)



[HELP]how to use time for restart round - DhaniMaximus - 26.07.2011

i want to create Zombie Game Mode .. i need help for use time for restart round and it will change the map (roller),spawnplayer,skinplayer and random player that will become a zombie after round restarted.

thanks for comment


Re: [HELP]how to use time for restart round - Rolyy - 26.07.2011

https://sampwiki.blast.hk/wiki/SetTimer
pawn Код:
SetTimer("message", 1000, false); // Set a timer of 1000 miliseconds (1 second)
And in the public you can add the codes of the map change.


Re: [HELP]how to use time for restart round - DhaniMaximus - 27.07.2011

Quote:
Originally Posted by Rolyy
Посмотреть сообщение
https://sampwiki.blast.hk/wiki/SetTimer
pawn Код:
SetTimer("message", 1000, false); // Set a timer of 1000 miliseconds (1 second)
And in the public you can add the codes of the map change.
i did

thanks