02.04.2010, 19:26
A timer command?
Lol, If thats not what you want explain a little better?
pawn Код:
if(strcmp(cmdtext, "/timer", true) == 0)
{
SetTimer("TimerCmd", 1000, 1);
return 1;
}