Wadde Posted July 26, 2011 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?
JR10 Posted July 26, 2011 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.
Wadde Posted July 26, 2011 Author Posted July 26, 2011 Thanks for help. And thanks for telling me about the signature.
JR10 Posted July 26, 2011 Posted July 26, 2011 addEventHandler("onClientResourceStart", root, function() showPlayerHudComponent("area_name", false) end)
JR10 Posted July 26, 2011 Posted July 26, 2011 It should work. addEventHandler("onClientResourceStart", resourceRoot, function() showPlayerHudComponent("area_name", false) end) Post errors/warnings.
Jaysds1 Posted July 27, 2011 Posted July 27, 2011 Sorry, I 4got to remove the post... It never worked because i 4got to compile it...
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