xeon17 Posted January 23, 2015 Share Posted January 23, 2015 addEventHandler( "onClientResourceStart", resourceRoot, function() showPlayerHudComponent( "radar", false ) end ) addEventHandler( "onClientResourceStop", resourceRoot, function() showPlayerHudComponent( "radar", true ) end ) Why this isn't working? i have created a custom radar , but i can't remove the defualt one.. Link to comment
Castillo Posted January 23, 2015 Share Posted January 23, 2015 How is it not working? Link to comment
Gallardo9944 Posted January 23, 2015 Share Posted January 23, 2015 Make sure this script is clientside. Link to comment
xeon17 Posted January 23, 2015 Author Share Posted January 23, 2015 How is it not working? The problem was , there was a another resource which showed the defualt radar. But it's fixed now Make sure this script is clientside. The script is already clientside. 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