View Single Post
Napoleon_be
Veteran Member
Join Date: Jul 2011
Location: Belgium
Old 04-07-2012 , 19:08   Re: help with a plugin name
Reply With Quote #6

Quote:
Originally Posted by King Dark View Post
thanks for your work

i will test how it work and tell you after it

but can you add colors for your coding like green and red and blue and white i will be so happy
PHP Code:
#include <amxmodx> 
#include <amxmisc>
#include <colorchat>

public plugin_init() {      
    
register_clcmd("say /forum""cmdForum");      
    
register_clcmd("say /ip""cmdIP"); 


public 
cmdForum(id) {      
    
    
ColorChat(idGREEN"www.forum.com");


public 
cmdIP(id) {      
    new 
szServerIP[32];      
    
get_user_ip(0szServerIP1);          
    
ColorChat(idGREEN"IP Address: %s"szServerIP)

__________________
Napoleon_be is offline
Send a message via Skype™ to Napoleon_be