//_Dragon Posted December 31, 2015 Share Posted December 31, 2015 Hey guys i want change resolution this text to big resolution How i can ? guiSetFont(Name_Group_Label, "default-bold-small") Link to comment
Castillo Posted January 1, 2016 Share Posted January 1, 2016 You can't change GUI label scale. Link to comment
Revolt Posted January 1, 2016 Share Posted January 1, 2016 local newFont = guiCreateFont("font_file.ttf", 25) guiSetFont(Name_Group_Label, newFont) Link to comment
//_Dragon Posted January 1, 2016 Author Share Posted January 1, 2016 local newFont = guiCreateFont("font_file.ttf", 25) guiSetFont(Name_Group_Label, newFont) doesnt work ! text wont change Link to comment
1LoL1 Posted January 1, 2016 Share Posted January 1, 2016 local newFont = guiCreateFont("font_file.ttf", 25) guiSetFont(Name_Group_Label, newFont) doesnt work ! text wont change You have font? he means "font_file" file. Link to comment
//_Dragon Posted January 1, 2016 Author Share Posted January 1, 2016 You have font? he means "font_file" file. Yeh & i add it in meta.xml , client.lua 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