This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

Add Colorchat to Ad_manager


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Raqe
Junior Member
Join Date: Aug 2012
Old 09-16-2012 , 11:03   Add Colorchat to Ad_manager
Reply With Quote #1

Hey guys ive tried to add colorchat.inc to ad_manager but
with this code ( want to add grey color as a command !gg = grey !g = green )

Quote:
#include <amxmodx>
#include <amxmisc>
#include <colorchat> // added this
Quote:
if (contain(string, "!t") != -1 || contain(string, "!g") != -1 || contain(string,"!n") != -1 || containt(string, "!gg") != -1) //added !gg
{
//Some nice shiny colors ^^
replace_all(string, len, "!t", "^x03");
replace_all(string, len, "!n", "^x01");
replace_all(string, len, "!g", "^x04");
replace_all(string,len , "!gg","GREY"); // added
orginal code from ad_manger.sma

P.S Ive never coded before and i cant find any tuts on how to add the color grey to ad_manager
Attached Files
File Type: inc colorchat.inc (5.9 KB, 195 views)
File Type: sma Get Plugin or Get Source (ad_manager.sma - 653 views - 8.9 KB)
File Type: sma Get Plugin or Get Source (colorchat.sma - 163 views - 7.0 KB)
__________________

Last edited by Raqe; 09-16-2012 at 11:04.
Raqe is offline
ScrappeR
Senior Member
Join Date: Dec 2010
Old 08-10-2013 , 23:23   Re: Add Colorchat to Ad_manager
Reply With Quote #2

anyone??
__________________
ScrappeR is offline
sami_spt
Veteran Member
Join Date: Sep 2012
Location: I<3 pussy cats
Old 08-11-2013 , 02:06   Re: Add Colorchat to Ad_manager
Reply With Quote #3

why do you need to add colorchat for ad_manager?

there is colors already based on that plugin.. just go to advertisment.ini
and you will see

!g
!t
!n

!g for green
!t for team color
!n for normal color.

download the original plugin
sami_spt 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 18:56.


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