Help with this
#1

Hello, I need to add this
When you write a wrong command it shows you : Unknown Command or something
How can i add it?
Reply
#2

In your "OnPlayerCommandText" callback, return whatever you want to say when you type a wrong command.
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    return SendClientMessage(playerid, -1, "Error: This command doesn't exist."); // Example
}
Reply
#3

cool thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)