Raised This Month: $ Target: $400
 0% 

Do something after client joined team..


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
The Specialist
BANNED
Join Date: Nov 2006
Old 12-12-2006 , 15:00   Re: Do something after client joined team..
Reply With Quote #2

try this
Code:
    #include <amxmodx> #include <amxmisc> #define PLUGIN "New Plugin" #define VERSION "1.0" #define AUTHOR "Author" public plugin_init() {  register_plugin(PLUGIN, VERSION, AUTHOR)    // Add your code here... } public client_putinserver(id) {  client_print(id,print_chat,"Hello I Just Joined"); }
The Specialist is offline
Send a message via AIM to The Specialist
 



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 06:51.


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