Raised This Month: $ Target: $400
 0% 

Hud message help


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Knox.
Junior Member
Join Date: Dec 2010
Old 12-19-2010 , 20:03   Hud message help
Reply With Quote #1

how can i make a hud message that only the player who choose the option can see?? or just print it to one player?
Knox. is offline
Bugsy
AMX Mod X Moderator
Join Date: Feb 2005
Location: NJ, USA
Old 12-19-2010 , 21:13   Re: Hud message help
Reply With Quote #2

Specify a player index for single player or 0 for all players.
__________________
Bugsy is offline
Callesson
Member
Join Date: Jan 2010
Old 12-20-2010 , 06:55   Re: Hud message help
Reply With Quote #3

Like this, the id (in show_hudmessage(id...) will display it for the player who says hello.
If change it to 0 instead of id, then it will display it for everyone when a player types hello.
PHP Code:
register_clcmd("say hello""hello")

public 
hello(id)
{
    
show_hudmessage(id,"Hello");

__________________
Callesson is offline
Knox.
Junior Member
Join Date: Dec 2010
Old 12-20-2010 , 07:18   Re: Hud message help
Reply With Quote #4

lol look i want this message for only the guy who buy it
Code:
                get_user_name(id, deaglename, 32)
                set_hudmessage(255, 255, 255, -1.0, -1.0, 0, 6.0, 4.0)
                show_hudmessage(0, "%s bought a Deagle! Danger!", deaglename)
And somebody can give me a tutorial of hudmessage cuz i dont know what all the numbers means
Knox. is offline
drekes
Veteran Member
Join Date: Jul 2009
Location: Vault 11
Old 12-20-2010 , 07:33   Re: Hud message help
Reply With Quote #5

http://www.amxmodx.org/funcwiki.php?...sage&go=search
http://www.amxmodx.org/funcwiki.php?...sage&go=search
__________________

Quote:
Originally Posted by nikhilgupta345 View Post
You're retarded.
drekes is offline
Send a message via MSN to drekes
Knox.
Junior Member
Join Date: Dec 2010
Old 12-20-2010 , 07:55   Re: Hud message help
Reply With Quote #6

ty drekes but isee the channel is the one i have to change what means 1,2,3 or 4?
Knox. is offline
Bugsy
AMX Mod X Moderator
Join Date: Feb 2005
Location: NJ, USA
Old 12-20-2010 , 08:09   Re: Hud message help
Reply With Quote #7

As I said above, specify the user index, not 0

show_hudmessage( id , [...]

Use -1 for channel
__________________
Bugsy is offline
Reply



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 04:15.


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