19.11.2010, 20:31
if(strcmp(cmdtext, "/command", true) == 0);
{
SendClientMessage(playerid, RED, "That is an unknown command! Type /cmds for a list of available commands.");
return 1;
}
Try that
{
SendClientMessage(playerid, RED, "That is an unknown command! Type /cmds for a list of available commands.");
return 1;
}
Try that

