Jump to content

[help] CreateMarker Interior :S


Reggae

Recommended Posts

Posted (edited)
addEventHandler('onResourceStart',resourceRoot, 
function() 
    marker = createMarker(-23.2441,-54.8056,1003.5468, 'cylinder', 1.0, 255, 255, 255, 255) 
    setElementInterior(markerr, 6) 
 end) 

Not Worked ?

Edited by Guest
Posted
  
addEventHandler('onResourceStart',resourceRoot, 
function() 
    marker = createMarker(-23.2441,-54.8056,1003.5468, 'cylinder', 1.0, 255, 255, 255, 255) 
    setElementInterior(marker, 6) 
 end) 

  • Moderators
Posted

It is working, check the file you are working on is in the meta.xml, that it's a server sided script and that you are restarting the resource to apply changes.

If it's not working, be sure you copied it correctly and there are no errors in the console.

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