20.01.2011, 11:36
how can i kill this timer for player
i dont get it
i made cmd
but it wont kill timer for ME
Код:
Inftimer = SetTimerEx("InfectedTimer",5000,true,"i",i);
i made cmd
Код:
if(strcmp(cmdtext, "/auninfected",true) == 0)
{
if (PlayerStatistics[playerid][pAdminLevel] >= 1)
{
Infected[playerid] = 0;
KillTimer(Inftimer);
SetPlayerDrunkLevel(playerid,0);
}
return 1;
}

