• Can someone explain about ScrH() and ScrW() ?
    5 replies, posted
I believe we need to use these so that HUD wont mess up when you change your resolution. Can someone explain to me more detail ?
ScrH returns screen height, ScrW returns screen width..?
ScrW ScrH ???
I think what he means is how to make things scale using those functions.
If you wish to scale your hud to the size of the players screen, you will have to use ScrW and ScrH to position it and scale it. So if you want the HUD to be an 8th of the screen width you can draw a box with the width of ScrW()/8
Yes this
Sorry, you need to Log In to post a reply to this thread.