24.09.2012, 11:51
Well try this
pawn Код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
if(!success) SendClientMessage(playerid, -1, "That command does not exist. Use /help or /commands..");
return 1;
}