How to change SERVER: Unknown command
#9

Very simple.
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;
}
This is what i use.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)