Raised This Month: $ Target: $400
 0% 

colorchat.inc All colours in one line?


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Bilal Pro
Senior Member
Join Date: Mar 2012
Location: Holland
Old 04-28-2012 , 12:11   Re: colorchat.inc All colours in one line?
Reply With Quote #2

This is an quick example how to use colorchat.

PHP Code:
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>
#include <colorchat>

#define PLUGIN "New Plug-In"
#define VERSION "1.0"
#define AUTHOR "author"


public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
    
register_clcmd("say /message""ShowMessage")
}

public 
ShowMessage(id)
{
    new 
name[32]
    
get_user_name(idname31)
    
ColorChat(idGREY"GREY: %s ^4GREEN: %s ^3TEAM COLOR: %s"name)

For this quick example u have to download a file called Colorchat.inc
__________________
  • Point System with rank titles for sale [X] [100% private]
  • VIP Menu for sale [X] [100% private]
  • HnS shop more features for sale [X] [100% private]
Contact: Bilalzaandam1234, on steam if you are interested.
Bilal Pro is offline
 



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


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