#RooTs Posted May 6, 2016 Share Posted May 6, 2016 (edited) What is wrong?. It has been a while that I do not work with tables local Positions = { { x, z, y }, } addEventHandler ( "onResourceStart", getRootElement(), function() for _, v in ipairs ( Positions ) do ..... end end) function open (source) triggerClientEvent (source, "open", root) end addEventHandler ("onMarkerHit", praia, open) Edited May 7, 2016 by Guest Link to comment
Walid Posted May 6, 2016 Share Posted May 6, 2016 local praia = -- it's a local variable remove the word local. -- or put the event hanlder "onMarkerHit" inside the function. Link to comment
#RooTs Posted May 6, 2016 Author Share Posted May 6, 2016 (edited) solved.. Edited May 6, 2016 by Guest Link to comment
#|_oskar_|# Posted May 6, 2016 Share Posted May 6, 2016 (edited) # Edited May 7, 2016 by Guest 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