Thread: ice hud message
View Single Post
Supremache
Veteran Member
Join Date: Sep 2019
Location: Egypt
Old 04-29-2020 , 21:37   Re: ice hud message
Reply With Quote #5

Quote:
Originally Posted by Ahmad111 View Post
Thanks fo reply OciXCrom

but i need some edit if you can do it
i need to change the color of the text to green if can
change the position of it like in the pic i attached
https://f.top4top.io/p_1580n9tav1.png
there is no way to add sound , i need to add 3 deffirent sound from my pc when the text is up
and finally i need the text up after the round is end not during the round

BIG thanks
Change this code
PHP Code:
#define ACE_HUD_COLOR 255, 0, 0 
To This Code
PHP Code:
#define ACE_HUD_COLOR 0, 255, 0 
// green color
Supremache is offline