Valli Posted September 23, 2008 Author Posted September 23, 2008 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?
Michael_Sund Posted September 23, 2008 Posted September 23, 2008 Mistake? i think he means that you have the same snippet 2 times in the same script
Gamesnert Posted September 23, 2008 Posted September 23, 2008 Mistake?i think he means that you have the same snippet 2 times in the same script 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.
Valli Posted September 27, 2008 Author Posted September 27, 2008 Mistake?i think he means that you have the same snippet 2 times in the same script 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.
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