View Single Post
eyal282
Veteran Member
Join Date: Aug 2011
Old 07-09-2020 , 13:49   Re: Custom Votes Redux (v1.7 - 4/13/14)
Reply With Quote #294

In the public OnClientSayCmd, add this to avoid a bug which causes it to send a mute vote menu when you write nothing into the chat:

if(StrEqual(strText, ""))
return Plugin_Continue;
__________________
I am available to make plugins for pay.

Discord: Eyal282#1334
eyal282 is offline