how 2 remove hud img ?
example:
HUDImage = image('gfx/! !!gfx/2.png',20,175,3)
i tried to replace it with another image but didn't work :S
Scripts
How to remove hud image?
How to remove hud image?
1

freeimage. Just do something like freeimage(HUDImage)and boom you removed it. Then you can create an another image which would use this name once again.
Masea: HUDImage = nil
1
