Posts
5
Respect
Forum Rank
Legless Crawler
Primary Group
Member
Login Issues
Forgot password?Activate Issues
Account activation email not received? Wrong account activation email used?Other Problems?
Contact Support - Help Center Get help on the UGX Discord. Join it now!Has shown effort and knowledge in the area of scripting while being a part of the UGX-Mods community. |
so i been working on a map for a while and wanted to put in hud elements i got text based huds working fine but am having issues with making hud icons. do i need to create them as textures for referencing and also the function createicon in maps\mp\_hud_util just refuses to work it gives me unknown function and yes i tried both including it by #include maps\mp\_hud_util and calling the function from a function using a var and calling the function on it. ob maps\mp\_hud_util::createicon; also just tried calling the function directly without an object. honestly am stuck with no clue what to do to make it work.