5150 Posted October 17, 2015 Share Posted October 17, 2015 you know how when you press f1/skins, you can type the skin ID at the bottom of the panel in the little white box? how can i disable that, while still allowing players to select skins by clicking? Link to comment
Dealman Posted October 17, 2015 Share Posted October 17, 2015 guiSetVisible or guiSetEnabled will disable that GUI element. You'll have to dig through the code to find it first though. Link to comment
5150 Posted October 17, 2015 Author Share Posted October 17, 2015 what do i do with the code and the function? delete a line? add a line? Link to comment
swedishboy Posted October 18, 2015 Share Posted October 18, 2015 If i understand you right so try this.. Go in to [gameplay] > freeroam > and open fr_client.lua then you will see this line > {'txt', id='skinid', text='', width=50}, just change 50 to 0 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