ScofiuD Posted September 7, 2022 Share Posted September 7, 2022 function Radarshow(thePlayer) if getElementType(thePlayer) == "player" and isPedInVehicle(thePlayer) then setPlayerHudComponentVisible ( thePlayer, "radar", true ) else setPlayerHudComponentVisible ( thePlayer, "radar", false ) end end 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