10.01.2015, 13:41
Very simple.
This is what i use.
pawn Code:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
if(!success) SendClientMessage(playerid, COLOR_GREY, "That command does not exist - /commands for a list of commands.");
return 1;
}