09.02.2009, 21:32
6000 = 6 Seconds, Make that longer e.g. for 10 seconds it 10000, Also if you want the timer to repeat then change
this
to this
If you need more help on converting Seconds to Milliseconds then ****** it e.g. "How many milliseconds in 1 minute" and that will give you a straight answer
this
pawn Код:
SetTimer("Test",6000,0);
pawn Код:
SetTimer("Test",6000,1);