KillTimer not work
#1

PHP код:
    TextDrawShowForPlayer(playeridTimeBank[playerid]);
        
Time[playerid] = 10;
    
SetTimerEx("CountDown"10001"i",playerid);
forward CountDown(playerid);
public 
CountDown(playerid)
{
    new 
string[30];
    if(
Time[playerid] == 0)
    {
        
ResetRobbery(playerid1);
        
TextDrawHideForPlayer(playeridTimeBank[playerid]);
        
KillTimer(TimerCount[playerid]);
        
TimerCount[playerid] = -1;
        
SendClientMessage(playerid0xFFFFFFFF"0");
        return;
    }
    
Time[playerid] --;
    
format(stringsizeof string"%s",ConvertToMinutes(Time[playerid]));
    
TextDrawSetString(TimeBank[playerid], string);

chatlog.txt
PHP код:
[14:12:220
[14:12:230
[14:12:240
[14:12:250
[14:12:260
[14:12:270
[14:12:280
[14:12:29
Why not work?
Reply


Messages In This Thread
KillTimer not work - by MRM - 27.10.2016, 10:58
Re: KillTimer not work - by GoldenLion - 27.10.2016, 11:03
Re: KillTimer not work - by MRM - 27.10.2016, 11:21
Re: KillTimer not work - by MRM - 27.10.2016, 11:23
Re: KillTimer not work - by Kaliber - 27.10.2016, 11:40
Re: KillTimer not work - by IceBilizard - 27.10.2016, 11:48
Re: KillTimer not work - by MRM - 27.10.2016, 11:51

Forum Jump:


Users browsing this thread: 1 Guest(s)