• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Pawn] [SOLVED] How to get Zcmd to notify you when a command is wrong
#1
Code:
// SOLUTION

public OnPlayerCommandPerformed(playerid, cmdtext[], success)

{

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



return 1;

}





For 6 months I was confused about how to notify someone that someone typed cmd. because since using include zmd, the function for warning notification of cmd input errors has been lost so far in my gamemode. please help sir.
  Reply


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

Forum Jump: