SetTimer problem - 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: SetTimer problem (
/showthread.php?tid=125186)
SetTimer problem -
hardstop - 02.02.2010
Heres My Code Problem: When i start the server It automatically Opens the gate i want to open gates random time when playing
Код:
forward Traders();
public OnGameModeInit( )
{
print("Starting timer...");
SetTimer("Traders",1000,false);
}
public Traders()
{
print("Traders doors are now open");
MoveObject(Trader1,1644.6403,-1717.2532,32.8169,1.5000);
}
Re: SetTimer problem -
Correlli - 02.02.2010
Use your old topic, there's no need for the new one.
Re: SetTimer problem -
shady91 - 02.02.2010
http://forum.sa-mp.com/index.php?top...7810#msg897810
i answerd you.