ok thanks m8 :0 will check it out tomorrow brains gone fudgy after spending all night getting the new W.I.P finished
p.s its a freebie give it a go its actually pretty good fun
you'll see your heli script in it working m8 awesome and ty
Edit : very handy AM
Planet 1 x=34601.94, y=600, z=13399.64, ang=0
Planet 2 x=32525.71, y=600, z=11078.99, ang=0
Planet 3 x=47811.38, y=600, z=3939.65, ang=0
Planet 4 x=5098.62, y=599.99, z=5278.87, ang=0
Planet 5 x=3985.09, y=599.99, z=47673.1, ang=0
Planet 6 x=45831.62, y=600, z=46144.71, ang=0
Trading station x=2509.78, y=599.99, z=30430.71, ang=0
I've attached the scripts to cubes just outside of each planet that all look right to you m8?
so it would start to look like this?
-- LUA Script - precede every function and global member with lowercase name of script + '_main'
g_planet1 = 0
g_planet2 = 0
g_planet3 = 0
g_planet4 = 0
g_planet5 = 0
g_planet6 = 0
g_tradingstation = 0
function transporttoplanet_init(e)
end
function transporttoplanet_main(e)
if g_Entity[e]['plrinzone']==1 then
if g_planet1 == 1 then
ResetPosition(x=34601.94, y=600, z=13399.64, ang=0)
then g_planet1 ==0
else if
g_planet2 == 1 then
ResetPosition(x=32525.71, y=600, z=11078.99, ang=0)
then g_planet2 == 0
else if
g_planet3 == 1 then
ResetPosition(x=47811.38, y=600, z=3939.65, ang=0)
then g_planet3 == 0
else if
g_planet4 == 1 then
ResetPosition( x=5098.62, y=599.99, z=5278.87, ang=0)
then g_planet4 == 0
else if
g_planet5 == 1 then
ResetPosition(x=3985.09, y=599.99, z=47673.1, ang=0)
then g_planet5 == 0
else if
g_planet6 == 1 then
ResetPosition( x=45831.62, y=600, z=46144.71, ang=0)
then g_planet5 == 0
else if
g_tradingstation == 1 then
ResetPosition( x=2509.78, y=599.99, z=30430.71, ang=0)
then g_tradingstation == 0
end
end
end
Intel i5 4950 Quad core 3.3ghz AMD FX 6300 x6 cores 3.5ghz(unclocked)
8gb Ram 8gb Ram
AMD Radeon 7570 1gb AMD Radeon HD 6670 2gb
and a well fed mouse on a wheel
I only smile because i have absolutely no idea whats going on