Raised This Month: $51 Target: $400
 12% 

Welcome_HudMsg ( change position and color ??)


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
naa2i
Junior Member
Join Date: Aug 2009
Location: Skopje, Macedonia
Old 07-08-2011 , 12:16   Welcome_HudMsg ( change position and color ??)
Reply With Quote #1

#include <amxmodx>
public client_putinserver(id) {
new ids[1]
ids[0] = id
set_task(10.0,"welcome_msg",0,ids,1)
return PLUGIN_CONTINUE
}
public welcome_msg(ids[]){
new motm[192],hostname[64],name[32],id = ids[0]
get_cvar_string("amx_welcome_hudmsg",motm,191 )
get_cvar_string("hostname",hostname,63)
replace(motm,191,"%hostname%",hostname)
get_user_name(id,name,31)
replace(motm,191,"%name%",name)
set_hudmessage(0,225,0)
show_hudmessage(id,motm)
return PLUGIN_CONTINUE
}
public plugin_init() {
register_plugin("Welcome HudMsg","0.3","JustinHoMi")
register_cvar("amx_welcome_hudmsg","Welcome %name% to %hostname%")
return PLUGIN_CONTINUE
}


Welcome that appears when i sign in server,at every player appears Welcome and the Nickname
[IMG]http://img228.**************/img228/3343/unled567888.png[/IMG]

but how to change position and color like this

[IMG]http://img824.**************/img824/8343/unledpm.png[/IMG]
naa2i is offline
am_amx
Senior Member
Join Date: Jul 2010
Location: here
Old 07-08-2011 , 12:46   Re: Welcome_HudMsg ( change position and color ??)
Reply With Quote #2

NOw try this again


PHP Code:
#include <amxmodx>
public client_putinserver(id) {
new 
ids[1]
ids[0] = id
set_task
(10.0,"welcome_msg",0,ids,1)
return 
PLUGIN_CONTINUE
}
public 
welcome_msg(ids[]){
new 
motm[192],hostname[64],name[32],id ids[0]
get_cvar_string("amx_welcome_hudmsg",motm,191 )
get_cvar_string("hostname",hostname,63)
replace(motm,191,"%hostname%",hostname)
get_user_name(id,name,31)
replace(motm,191,"%name%",name)
set_hudmessage(25517000.420.87)
show_hudmessage(id,motm)
return 
PLUGIN_CONTINUE
}
public 
plugin_init() {
register_plugin("Welcome HudMsg","0.3","JustinHoMi")
register_cvar("amx_welcome_hudmsg","Welcome %name% to %hostname%")
return 
PLUGIN_CONTINUE

__________________

Last edited by am_amx; 07-08-2011 at 13:25. Reason: updated co ordinates
am_amx is offline
naa2i
Junior Member
Join Date: Aug 2009
Location: Skopje, Macedonia
Old 07-08-2011 , 13:08   Re: Welcome_HudMsg ( change position and color ??)
Reply With Quote #3

[IMG]http://img600.**************/img600/6200/unled546.png[/IMG]
naa2i is offline
naa2i
Junior Member
Join Date: Aug 2009
Location: Skopje, Macedonia
Old 07-08-2011 , 15:08   Re: Welcome_HudMsg ( change position and color ??)
Reply With Quote #4

set_hudmessage(255, 170, 0, 0.45, 0.80)
thnx for help
naa2i 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 13:53.


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