07.08.2009, 18:56
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
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

