08.11.2008, 22:04
Quote:
Originally Posted by Danut
Quote:
|
pawn Код:
new timer;
timer = SetTimer(......
if (strcmp("/stopmaths", cmd, true) == 0)
{
KillTimer(timer);
return 1;
}
Originally Posted by Danut
Quote:
|
new timer;
timer = SetTimer(......
if (strcmp("/stopmaths", cmd, true) == 0)
{
KillTimer(timer);
return 1;
}