[HELP]Timer
#1

Hello, first of all sorry for my bad english.
My question is, how can I create a timer that does not repeat itself to infinity but is repeated only once?
Reply
#2

SetTimer("Public", 1000, true);
Reply
#3

Beaten[removed].
Reply
#4

I try it but if i change 1 with 0 the script doesn't work
Reply
#5

Help me please
Reply
#6

SetTimer("Public", 1000, true);
Reply
#7

But with true it repeat in infinite
Reply
#8

https://sampwiki.blast.hk/wiki/SetTimer
https://sampwiki.blast.hk/wiki/SetTimerEx
Reply
#9

PHP Code:
SetTimer("Public"1000false); 
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)