Jump to content

What's the different between this and this?


Hero192

Recommended Posts

Hey as you see, I am asking about what's the different if we created the marker with two ways

Between this

local marker = {} 
marker[source] = createMarker(1234,2134, 32-1, "cylinder", 2, 0, 120, 231, 150) 

and this;

  
local marker = createMarker(1234,2134, 32-1, "cylinder", 2, 0, 120, 231, 150) 

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