Unknow Command [ZCMD]
#1

Hello!

I'm wondering how to change the default message when you type an unknown command, since I switched to ZCMD and it doesn't use OnPlayerCommandText callback I don't know how to change it

Hope you understand

Thanks in advance
Reply
#2

Do you mean this?

pawn Код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
    if(!success) SendClientMessage(playerid, COLOR_WHITE, "ChangeMe");
    return 1;
}
If yes, your welcome.
Reply
#3

Thanks man
+rep
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)