01.06.2010, 16:38
But,you can just do:
pawn Код:
if (strcmp("/help commands", cmdtext, true, 14) == 0)//14 Is number of characters including space and /.
{
SendClientMessage(playerid, YELLOW,"General Help");
return true;
}