Raised This Month: $ Target: $400
 0% 

hud message problem !! help plesae


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
vats255
New Member
Join Date: Jun 2009
Old 06-15-2009 , 12:41   hud message problem !! help plesae
Reply With Quote #1

i m starting to develope plugins and as a first step i m doin a very basic plugin which just prints a message to a client just like welcome message..but it doesnt disply..pls help..here;s the code



#include <amxmodx>

//Declare three string variables
new PLUGIN[]="dfdfdf"
new AUTHOR[]="dfdfddfdn"
new VERSION[]="1.00"

public plugin_init()
{
register_plugin(PLUGIN, VERSION, AUTHOR)
for (new i = 1; i <= get_maxplayers(); i++)
{
if (is_user_alive(i) && is_user_connected(i) && !is_user_bot(i) && !is_user_hltv(i))
{
client_cmd(i,"echo ur health is critical...")
}
}
}



pls help...
vats255 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 14:00.


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