View Single Post
XuberAxel
Junior Member
Join Date: Dec 2017
Old 05-17-2020 , 14:21   Re: [INC] Director Hud Message
Reply With Quote #232

Quote:
Originally Posted by OciXCrom View Post
Show the code.
I DID IT. I could fix the seccond one I found the solution in a russian forum. And I see that you are telling me what to do at the same time xD

Before:
Code:
set_dhudmessage(get_pcvar_num(hud_r),get_pcvar_num(hud_g),get_pcvar_num(hud_b), -1.0, 0.05, 0, 6.0, 1.0,0.0,0.1, false)
After:
Code:
set_dhudmessage(get_pcvar_num(hud_r),get_pcvar_num(hud_g),get_pcvar_num(hud_b), -1.0, 0.05, 0, 6.0, 1.0,0.0,0.1)
I had to remove the last argument. And the first one I did what you are telling me. Thanks for your help.

Last question. Installing the AMXMOD X 1.9 is the same thing that 1.8.3 or there is something different to do?
XuberAxel is offline