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

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
__________________
Whai is offline