[Ajuda] com SetTimer
#2

Um jeito mais simples:

PHP код:
public OnPlayerUpdate(playerid) {
    
SetPVarInt(playerid"lastUpdate"gettime() );
    return 
1;
}

stock isPaused(playerid) {
    if ( (
gettime() - GetPVarInt(playerid"lastUpdate") ) >= )  
        return 
1;
    return 
0;

Quando se usa SetTimer/SetTimerEx nгo se usa "stock", mas sim forward e public.
Reply


Messages In This Thread
com SetTimer - by lucas_mdr1235 - 09.05.2015, 23:04
Re: com SetTimer - by Gii - 09.05.2015, 23:52
Re: com SetTimer - by JonathanFeitosa - 10.05.2015, 10:48
Re: com SetTimer - by Lуs - 10.05.2015, 11:37
Re: com SetTimer - by lucas_mdr1235 - 10.05.2015, 14:53

Forum Jump:


Users browsing this thread: 1 Guest(s)