Wadde Posted July 26, 2011 Share Posted July 26, 2011 I want to remuve the GTA SA Zone Names that appear when you enter a zone. What i mean are those: Is there a way of removing them? Link to comment
JR10 Posted July 26, 2011 Share Posted July 26, 2011 addEventHandler("onPlayerJoin", root, function() showPlayerHudComponent(source, "area_name", false) end) offtopic: there is a member with the same signature, so i think you should change it. Link to comment
Wadde Posted July 26, 2011 Author Share Posted July 26, 2011 Thanks for help. And thanks for telling me about the signature. Link to comment
JR10 Posted July 26, 2011 Share Posted July 26, 2011 addEventHandler("onClientResourceStart", root, function() showPlayerHudComponent("area_name", false) end) Link to comment
Jaysds1 Posted July 26, 2011 Share Posted July 26, 2011 but the area_name is still shown... Link to comment
JR10 Posted July 26, 2011 Share Posted July 26, 2011 It should work. addEventHandler("onClientResourceStart", resourceRoot, function() showPlayerHudComponent("area_name", false) end) Post errors/warnings. Link to comment
Jaysds1 Posted July 27, 2011 Share Posted July 27, 2011 Sorry, I 4got to remove the post... It never worked because i 4got to compile it... 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