xeon17 Posted January 23, 2015 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..
xeon17 Posted January 23, 2015 Author 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.
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