return SendClientMessage(playerid, COLOR_RED, "ERROR : Unkown Command Use /cmds To The Cool Cmds ...... don't show :9
#2

Because SendClientMessage returns 1. Use this instead:

pawn Code:
SendClientMessage(playerid, COLOR_RED, "ERROR : Unkown Command Use /cmds To The Cool Cmds");
    return 0;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)