Posts: 1,110
Threads: 183
Joined: Jul 2009
Reputation:
0
DUDE STOP SPAMMING THE SCRIPTING DISCUSSION... USE THE FUCKING SEARCH BUTTON!
Posts: 175
Threads: 3
Joined: Apr 2008
Reputation:
0
The pawn compiler says it all...
SetTimer ( funcname [ ] , interval , bool: repeating );
funcname : The name of the public function to be called
interval : The time between these functions being called (1000 = 1 second, 10000 = 10 secs etc)
repeating : Is it repeated? true or false
Please use the search button in future
Posts: 186
Threads: 62
Joined: Jul 2009
Reputation:
0
genesis,i don't understand you
Posts: 175
Threads: 3
Joined: Apr 2008
Reputation:
0
SetTimer ( "RandomTimer" , 1500 , true );
Theres an example. Change "RandomTimer" to the name of your public function and 1500 to the time you want. ( I wouldnt go less than 200 )