View Single Post
Darkwob
BANNED
Join Date: Oct 2018
Old 09-03-2021 , 02:49   Re: Can someone fix this plugin?
Reply With Quote #2

I didn't understand the original Problem but I can help the other one. You can use this if you don't want symbolic to appear in chat.

PHP Code:
char sChatText[32];
    
GetCmdArgString(sChatTextsizeof(sChatText));
     
StripQuotes(sChatText);
              if (
sChatText[0] == '@') {
                    return 
Plugin_Handled;
                } 

Last edited by Darkwob; 09-03-2021 at 02:50.
Darkwob is offline