Raised This Month: $ Target: $400
 0% 

Help pls


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Napoleon_be
Veteran Member
Join Date: Jul 2011
Location: Belgium
Old 11-17-2011 , 06:48   Re: Help pls
Reply With Quote #4

PHP Code:
#include <amxmodx>
#include <colorchat>

#define VERSION "1.0" //Only define our Version to optimize the plugin.

public plugin_init() {
    
register_plugin("Say Hello!"VERSION"NapoleoN#"// Register out plugin.
    
register_clcmd("say /hi""Handle_Say")
}

public 
Handle_Say(id) {
    if(
is_user_connected(id)) {
        
ColorChat(idGREEN"[Hello]^X01 Welcome to the server!"// Prints our message when you are connected.
    
}

__________________

Last edited by Napoleon_be; 11-17-2011 at 06:49.
Napoleon_be is offline
Send a message via Skype™ to Napoleon_be
 



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 14:22.


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