SA-MP Forums Archive
Gamemode Timer - 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: Gamemode Timer (/showthread.php?tid=205052)



Gamemode Timer - lalos700 - 31.12.2010

How to code
Gamemode Timer change 1 second

Thank You


Re: Gamemode Timer - Jeffry - 31.12.2010

Try this: http://forum.sa-mp.com/showpost.php?...0&postcount=10


Re: Gamemode Timer - lalos700 - 02.01.2011

Not work
SetTimer("OnGameModeExit", 1000, true);


Re: Gamemode Timer - Sinner - 02.01.2011

Quote:
Originally Posted by lalos700
Посмотреть сообщение
Not work
SetTimer("OnGameModeExit", 1000, true);
I don't think you can do that.