30.11.2011, 16:11
it works on OnPlayerCommandPerformed(playerid, cmdtext[], success)
pawn Код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
if(!success) {
SendClientMessage(playerid, -1, "Invalid command, use /cmds to view the general commands"
}
return 1;
}