Raised This Month: $32 Target: $400
 8% 

Can someone fix this plugin?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
NoDeath
Junior Member
Join Date: Feb 2013
Location: Sweden
Old 08-29-2021 , 10:27   Can someone fix this plugin?
Reply With Quote #1

Hello!
So Im using this VIP Plugin. And its working relatively well.
Im having a major problem tho, when a player have vip and they get gagged, the VIP plugin overrides the gag and they can still type. Also when using @Admin chat, it doesnt hide the real message so it will send both in admin chat and in plain chat.

Is there anyone that wants to take a look at this and maybe fix it? Im using sourcebans++ if that has anything to do with it.

I appreciate any help I can get

EDIT: I managed to patch it myself. Thanks anyways!

Last edited by NoDeath; 08-30-2021 at 11:33. Reason: update
NoDeath is offline
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
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 09:47.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode