Jump to content

Don't work


manve1

Recommended Posts

my script is based on random markers at specified locations and it doesn't create them.

LUA:

marker = math.random ( 1, 2 ) 
  
if marker == 1 then 
myMarker = createMarker( 1766, -2588, 27, "cylinder", 2.0, 255, 255, 0, 255 ) 
elseif marker == 2 then 
myMarker = createMarker( 1766, -2588, 27, "cylinder", 2.0, 255, 255, 0, 255 ) 
end 

META:

<meta> 
<script src="script.lua" type="client" /> 
</meta> 

I want my script for pilot job ( i hate community script of pilot job ) and i need it as client side

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