Posts: 66
Threads: 10
Joined: Oct 2012
Reputation:
0
I completely have no clue how SetTimer works and i can't wrap my head around how the samp wiki explains it, i dont understand how to put it into a command etc. could anyone explain it with examples please? it will be much appreciated.
Posts: 481
Threads: 19
Joined: Feb 2012
SetTimer("message", 1000, false);
message - your name of your function ( need a public + forward )
1000 - the timer of 1000 miliseconds ( 1 second )
false -its repeating,if the timer should repeatedly or only once
SetTimerEx - Is setting the timer with more parameters,example for one player
i really dont know how to explain this in other version .. i think wiki it says good xd