View Single Post
Whai
Senior Member
Join Date: Jul 2018
Old 07-10-2019 , 16:01   Re: [HELP] ERROR: function prototypes do not match
Reply With Quote #10

Ok, now I know what you want,
  • Create a global array bool variable (name whatever you want like for exemple : "g_bTagHid") with the sizeof MAXPLAYERS + 1
  • On "public Action Command_hidetag(int iClient, int sArgs)" remove all and write :
    Spoiler
  • On "public Action OnClientSayCommand(int iClient, const char[] sCommand, const char[] sArgs)", just check if g_bTagHidden[iClient] is true to block the message that would display then do the "PrintToChatAll" thing
__________________
Whai is offline