Open ShadowsAdi opened 3 years ago
You can easily use set_hudmesage and show_dhumessage after, set_dhud/set_hud are basically the same.
https://github.com/alliedmodders/amxmodx/blob/1.9-dev/amxmodx/amxmodx.cpp#L528-L562 https://github.com/alliedmodders/amxmodx/blob/1.9-dev/amxmodx/amxmodx.cpp#L636-L656
btw what is the reason for set_dhudmessage if it is the same as set_hudmessage ? not would be better to remove set_dhudmessage and use only one native ?
DHud doesn't support this feature https://github.com/alliedmodders/amxmodx/blob/e17d37abe32c82314241a9e27140bee374746115/amxmodx/util.cpp#L240-L261
Hello, I found that alpha and effect colors are hardcoded even in dhudmessage: https://github.com/alliedmodders/amxmodx/blob/master/amxmodx/amxmodx.cpp#L639-L643 It would be great to have access to it like in the new set_hudmessage()