28.12.2012, 07:21
Sometime my timer called "AntiCheat" doesn't start ... I create a special command to start timer, but still doesn't work 

Код:
if(!strcmp(cmdtext, "/restartacheat42s", true))
{
SetTimer("anticheat", 100, 0);
SendClientMessage(playerid, COLOR_YELLOW, "Anti cheat has been restarted.");
return 1;
}

