Does if(TIMER_RUNNING[playerid]) detect if a timer is running?
#4

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

Reply


Messages In This Thread
Does if(TIMER_RUNNING[playerid]) detect if a timer is running? - by rangerxxll - 30.10.2015, 03:52
Re: Does if(TIMER_RUNNING[playerid]) detect if a timer is running? - by PrO.GameR - 30.10.2015, 09:32
Re: Does if(TIMER_RUNNING[playerid]) detect if a timer is running? - by Kevln - 30.10.2015, 09:42
Re: Does if(TIMER_RUNNING[playerid]) detect if a timer is running? - by AbyssMorgan - 30.10.2015, 14:16

Forum Jump:


Users browsing this thread: 2 Guest(s)