SpyDark Posted May 30, 2018 Share Posted May 30, 2018 hello ! please help me for hide players on Radar and map players is show on radar how to hide players ?! fast answer me please ! Link to comment
_Evo_ Posted May 31, 2018 Share Posted May 31, 2018 addCommandHandler ( "blip", function ( thePlayer ) for index, element in ipairs ( getAttachedElements ( thePlayer ) ) do if ( getElementType ( element ) == "blip" ) then destroyElement ( element ) end end end ) 1 Link to comment
SpyDark Posted June 3, 2018 Author Share Posted June 3, 2018 @_Evo_ thanks you for this Server Side Link to comment
_Evo_ Posted June 4, 2018 Share Posted June 4, 2018 On 6/3/2018 at 07:40, SpyDark said: @_Evo_ thanks you for this Server Side works with both, if you want if for only who wrote this command, put it on client if you want it for all players in server, just add it on serverside 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