MTA Team 0xCiBeR Posted June 9, 2013 MTA Team Share Posted June 9, 2013 Hi MTA community..Does anyone know where to edit the scorboard so that images 32x32 will fit in whithout beeing shrunk?...Thx Link to comment
xXMADEXx Posted June 10, 2013 Share Posted June 10, 2013 You could use math functions, until its correct, here is an example: local rx, ry = guiGetScreenSize ( ) local width, height = ( rx / 50 ), ( ry / 50 ) dxDrawImage ( "imagePath/imagefile.png", 0, 0, width, height ) Link to comment
MTA Team 0xCiBeR Posted June 12, 2013 Author MTA Team Share Posted June 12, 2013 no, its not that.. Link to comment
MTA Team 0xCiBeR Posted June 14, 2013 Author MTA Team Share Posted June 14, 2013 I want to edit the Heigt of the names part in the dxscoreboard--- Any help? Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now