30.10.2015, 14:16
PHP код:
if(timerid > 0) //timer called, it is not known whether the active
PHP код:
if(TIMER_BANDAGE[playerid] > 0) //timer called, it is not known whether the active
PHP код:
new bool:YouTimerActive = false;
public YouTimerFunction(){
YouTimerActive = true;
//code
YouTimerActive = false;
//repeat
return 1;
}
if(YouTimerActive){
//timer executed
}