• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Pawn] [SOLVED] How to get Zcmd to notify you when a command is wrong
#2
Code:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)

{

if(!success) return SendClientMessage(playerid, -1, "INVALID CMD.");



return 1;

}
[Image: QIDa2vB.png]

  Reply


Messages In This Thread
RE: Help! How to get Zcmd to notify you when a command is wrong? - by Snow - 2021-04-28, 07:47 PM

Forum Jump: