06.11.2008, 19:25
Quote:
|
Originally Posted by Danut
oh
it's good ... but u know what's the bad thing ? why u didn't make a command sound like : /startmaths ... and to start the "event" |
pawn Code:
if (strcmp("/maths", cmd, true) == 0)
{
Maths();
return 1;
}


it's good ... but u know what's the bad thing