Unknown Command [HELP]
#1

Well i was wondering on how to change the text when it displays "UNKNOWN CMD" ect.ect.

Assistance will be hugely appreciated.

Many Thanks,

Swizzzy
Reply
#2

if youre using ZCMD

pawn Код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
    if(!success)
        SendClientMessage(playerid,COLOR_RED, /*MESSAGE*/);
    return 1;
}
if youre using strcmd use else if in all commands and in the end type else return SendClientMessage...
Reply
#3

But you forgot something, the colour is for him to choose :\
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)