View Single Post
einsfuhrer
Member
Join Date: Jun 2019
Old 07-10-2019 , 15:21   Re: [HELP] ERROR: function prototypes do not match
Reply With Quote #9

Quote:
Originally Posted by Whai View Post
You do not need to put in
Code:
public Action Command_hidetag(int iClient, int sArgs)
just put in
Code:
public Action OnClientSayCommand(int iClient, const char[] sCommand, const char[] sArgs)
it will do the work, don't forget the return Plugin_Handled
I want to toggle that my tag isnt showing. Like this:

You are Admin on a server and then you want to sneak on players and see if they are breaking rules or something so you want to hide your chattag. Then you type /hidetag and then all messages you write will not show your tag, and when you want your tag again you just type /hidetag again and it will come back.

Right now it just changes the tag only on the message when I type !hidetag.
einsfuhrer is offline