Help my Timer
#1

http://pastebin.com/m1ec0c275


I don't know how to use SetTimer Properly Please help me out I want to make a nuke for japan everything works
but the Timer Dosen't respond at all.
Reply
#2

Ok, 1000ms = 1 second


so this
Код:
SetTimer("NukeJapan",1000,false);
should be
Код:
SetTimer("NukeJapan",600000,false);
That's 10 minutes.
Reply
#3

Quote:
Originally Posted by ScottCFR
Ok, 1000ms = 1 second


so this
Код:
SetTimer("NukeJapan",1000,false);
should be
Код:
SetTimer("NukeJapan",600000,false);
That's 10 minutes.
I just gave you an example of the question. Thats not what I expected.
Reply
#4

Oh, That timer looks right to me. I thought you were having a timing problem
Reply
#5

Ok, i looked at a script i got for something else try this.


Код:
SetTimerEx("NukeJapan", 600000, false);
this is the original


Код:
SetTimerEx("ToggleSpawn", 300000, false,"e",playerid);
For a car spawner
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)