How to remove
#1

How do i remove that stupid Unkown Command.. message the commands work but that damn thing keeps popping up I seen this topic before.. but i cant seem to find it
Reply
#2

just put "return 1;" at end of OnPlayerCommandText
Reply
#3

Yeah i already figured that out hehe thanks for responding..
Reply
#4

You can also add a message instead of returning nothing:

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    // stuff here
    return SendClientMessage(playerid,-1,"Invalid Command.  Type /commands For A List Of Commands.");
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)