Raised This Month: $ Target: $400
 0% 

Help me fix this plugin.


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
ghostpro1991
Member
Join Date: Aug 2011
Old 12-30-2012 , 10:16   Help me fix this plugin.
Reply With Quote #1

I'm a newbie and trying to code a simple plugin.
Unfortunately, it doesn't work with client_print, but worked properly with server_print
I don't know what is my mistake

PHP Code:
#include <amxmodx> 
public plugin_init()
{
register_plugin("Welcome Message""1.0""Test123")
}
public 
client_connect(id)
{
new 
ten_player[128]
get_user_name(idten_player127
client_print(idprint_chat"Welcome %s to our Server"ten_player)

ghostpro1991 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 13:30.


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