24.06.2013, 10:56
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
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