06.09.2010, 13:44
Hmmm... I'll try to learn it other way...
So what should i do here:
?
Код:
if(strcmp("/punishguy", cmdtext, true) == 0)
{
SetTimer("warning", 7000, false);
}
Код:
public warning();
{
return 1;
}

