myyusuf Posted March 30, 2012 Share Posted March 30, 2012 client-side: function hideradar () showPlayerHudComponent ( source, "radar", false ) end is this code right? i cant test it now. Link to comment
DNL291 Posted March 30, 2012 Share Posted March 30, 2012 server showPlayerHudComponent ( thePlayer, component, show ) client showPlayerHudComponent ( component, show ) Link to comment
drk Posted March 30, 2012 Share Posted March 30, 2012 showPlayerHudComponent ( 'radar', false ); Client-side. Link to comment
myyusuf Posted March 30, 2012 Author Share Posted March 30, 2012 showPlayerHudComponent ( 'radar', false ); Client-side. thanks it works 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