#RooTs Posted May 6, 2016 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
Walid Posted May 6, 2016 Posted May 6, 2016 local praia = -- it's a local variable remove the word local. -- or put the event hanlder "onMarkerHit" inside the function.
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