24.03.2010, 18:06
try this:
The /czas command start the Timer again. ( I think
)
Код:
if(strcmp(cmdtext, "/noc", true) == 0)
{
SetPlayerTime(playerid, 20 , 0);
KillTimer(czas);
return 1;
}
if(strcmp(cmdtext, "/czas", true) == 0)
{
SetTimer("czas",100,1);
return 1;
}
)

