How to change the returning "Unknown Command"
#3

Quote:
Originally Posted by Roach_
Посмотреть сообщение
This should help you:
pawn Код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
    if(!success) return SendMessage(playerid, 0xE86633FF, "ERROR: {FFFFFF}Non-existent command.");
    return 1;
}
I don't have that call back on GM. I have to add it?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)