Moderators IIYAMA Posted September 7, 2014 Moderators Share Posted September 7, 2014 addCommandHandler("createInvisibleBlip", function(player) local blip = createBlipAttachedTo(player, 0, 3, 200, 200, 200) outputChatBox("hide blip ".. tostring(setElementVisibleTo(blip,player,false)),player) end) Returns true, but result is incorrect. If I can't set the visibility, it should return false instead of true. 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