Raised This Month: $51 Target: $400
 12% 

Request csgo


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
andre2843
Member
Join Date: Apr 2011
Old 09-09-2014 , 23:33   Request csgo
Reply With Quote #1

Please what plugin work 100% admin chat color.
andre2843 is offline
Sprilo
Member
Join Date: Aug 2014
Old 09-09-2014 , 23:55   Re: Request csgo
Reply With Quote #2

Hi andre, if you open up basechat.sp and look for the line
Code:
        PrintToChat(i, "\x04(ALL) %s: \x01%s", nameBuf, message);
Change this by adding a space after the first " so it looks like this.
Code:
        PrintToChat(i, " \x04(ALL) %s: \x01%s", nameBuf, message);
You could also do the same thing with
Code:
            PrintToChat(i, " \x04(%sADMINS) %N: \x01%s", fromAdmin ? "" : "TO ", from, message);
etc
Once you've done this you're able to recompile it; and it will now have colours ingame.
Sprilo is offline
andre2843
Member
Join Date: Apr 2011
Old 09-19-2014 , 23:29   Re: Request csgo
Reply With Quote #3

I recompiled and i have this error /home/groups/sourcemod/upload_tmp/phpBimZMf.sp(335) : error 017: undefined symbol "fromAdmin"
andre2843 is offline
Reply



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 20:48.


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