Jump to content

Broph and FreeroamGUI scripts conflicting


Valli

Recommended Posts

  
function destroyBlipsAttachedTo(player) 
    local attached = getAttachedElements ( player ) 
    if ( attached ) then 
        for k,element in ipairs(attached) do 
            if getElementType ( element ) == "blip" then 
                destroyElement ( element ) 
            end 
        end 
    end 
end 
  

Why you have that double in script ?

What?

Link to comment
Mistake?

i think he means that you have the same snippet 2 times in the same script xD

Actually, he's right. The script provided in the first post DOES contain that function twice! But it's not the cause of the problems.

Ehh I've just decided not to use Broph, thanks for the hell all. :)

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...