2021-04-28, 07:47 PM
Code:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
if(!success) return SendClientMessage(playerid, -1, "INVALID CMD.");
return 1;
}
[Pawn] [SOLVED] How to get Zcmd to notify you when a command is wrong
|
Messages In This Thread |
[SOLVED] How to get Zcmd to notify you when a command is wrong - by PutuSuhartawan - 2021-04-28, 05:47 PM
RE: Help! How to get Zcmd to notify you when a command is wrong? - by Snow - 2021-04-28, 07:47 PM
RE: Help! How to get Zcmd to notify you when a command is wrong? - by PutuSuhartawan - 2021-04-28, 10:11 PM
|