Raised This Month: $ Target: $400
 0% 

connect message exp


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
stigma
Senior Member
Join Date: Mar 2005
Location: Denmark
Old 03-25-2005 , 13:04   connect message exp
Reply With Quote #1

Okay i've maked a 'expansion' on that connect message script. And as usual i got errors...

Code:
#include <amxmodx> public client_putinserver(id) {   new UserName[33]   get_user_name(id, UserName, 32)   new message[64]   format(message,63,"%s has joined the game!",UserName)   set_hudmessage(100, 100, 100, 0.50, 0.50, 0, 6.0, 12.0, 1, 1, 1)   show_hudmessage(id,message) } public client_connect(id) {   new UserName[33]   get_user_name(id, UserName, 32)   new message[64]   format(Dmessage,63,"%s is connecting to the game!",Username)   set_hudmessage(100,100,100, 0.50, 0.50, 0, 6.0, 12.0, 1, 1, 1)   show_hudmessage(id,message) } public plugin_init(){   register_plugin("client_putinserver","1.0","stigma")   register_plugin("client_connect","1.0","stigma")   return PLUGIN_CONTINUE }

Please help....
stigma is offline
Send a message via MSN to stigma Send a message via Skype™ to stigma
 



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 09:56.


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