[Help] HUD Message Don't hold
Hello.
I want ,for some raison, a hud message that pops up everytime there is an admin action, like kick or ban ( Specialy ban ) I already tried and added these two lines just after the ban code lines : Code:
set_hudmessage(255, 255, 0, 0.02, 0.15, 0,6, 7)I 'am asking for the way to make the hud message lasts for 7 seconds. Thanks |
Re: [Help] HUD Message Don't hold
Try:
Code:
set_hudmessage(255, 255, 0, 0.4, 0.4, 0, 7.0, 8.0, 0.3, 0.3, 2)Quote:
|
Re: [Help] HUD Message Don't hold
set_hudmessage ( red = 200, green = 100, blue = 0, Float:x = 0.4, Float:y = 0.2, effects = 0, Float:fxtime = 6.0, Float:holdtime = 12.0, Float:fadeintime = 0.1, Float:fadeouttime = 0.2,channel = 4 )
show_hudmessage ( index, const message[], any:... ) |
Re: [Help] HUD Message Don't hold
Code:
|
Re: [Help] HUD Message Don't hold
Hello, thanks for reply
ultimatgold the code you sent me worked good, Thanks CraZy. thanks , very useful i well need it |
| All times are GMT -4. The time now is 04:34. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.