Help with Zcmd
#7

Quote:
Originally Posted by mitosking
Посмотреть сообщение
Ehm... I have a problem. How toggle "Unknown Command" with ZCMD when a command doesn't exist?
Quote:
Originally Posted by Las Venturas CNR
Посмотреть сообщение
You mean how to use like your own message? I don't think it's possible, because ZCMD supposedly disables OnPlayerCommandText.
pawn Код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success) {
    if(!success) return SendClientMessage(playerid, 0xff000000, "Example of custom message");
    return true;
}
Reply


Messages In This Thread
Help with Zcmd - by mitosking - 20.04.2011, 22:16
Re: Help with Zcmd - by xir - 20.04.2011, 22:19
Re: Help with Zcmd - by mitosking - 20.04.2011, 22:22
Re: Help with Zcmd - by mitosking - 20.04.2011, 22:26
Re: Help with Zcmd - by mitosking - 20.04.2011, 22:36
Re: Help with Zcmd - by mitosking - 21.04.2011, 08:36
Re: Help with Zcmd - by Alby Fire - 21.04.2011, 21:40
Re: Help with Zcmd - by Gertin - 21.04.2011, 21:41
Re: Help with Zcmd - by Alby Fire - 21.04.2011, 21:43
Re: Help with Zcmd - by mitosking - 21.04.2011, 23:11

Forum Jump:


Users browsing this thread: 2 Guest(s)