SA-MP Forums Archive
Auto Execute 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)
+--- Thread: Auto Execute Timer (/showthread.php?tid=456043)



Auto Execute Timer - Stereotype - 04.08.2013

Hello , simple question .. How i can make script to server automaticly execute
Quote:

SetTimer("RespawnVehicles", 20000, 0);

every 30 minutes.


EDIT : FIXED


Re: Auto Execute Timer - Jack.7331 - 04.08.2013

Under OnGameModeInit, put
SetTimer("RespawnVehicles", 1800000, true);


Re: Auto Execute Timer - Facerafter - 04.08.2013

Quote:
Originally Posted by Stereotype
Посмотреть сообщение
EDIT : FIXED
Just to let you know jack :P