kukimuki Posted July 9, 2023 Share Posted July 9, 2023 dxDrawText("Válassz egy játékmódot!",0,s.y/2-100,s.x,200,tocolor(255,0,0),1, "rage", "center", "top", false, false, false, false); How do I change the size of the text? Link to comment
Shady1 Posted July 10, 2023 Share Posted July 10, 2023 1 hour ago, kukimuki said: dxDrawText("Válassz egy játékmódot!",0,s.y/2-100,s.x,200,tocolor(255,0,0),1, "rage", "center", "top", false, false, false, false); How do I change the size of the text? same like : dxDrawText("Válassz egy játékmódot!", 0, s.y/2-100, s.x, 200, tocolor(255, 0, 0), 1.5, "rage", "center", "top", false, false, false, false) https://wiki.multitheftauto.com/wiki/DxDrawText 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