Jump to content

why does setElementVisible not work for blips?


IIYAMA

Recommended Posts

  • Moderators
        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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...