Hi all, ok I'm playing around with this combat flight sim type script so far i have 2 scripts 1 to enter the aircraft (switches to a hud) and 2 when your the aircraft (using the hud) all that part works correctly im having and issue with getting the player to go up and down :/ im using this in the script
if GetScancode() == 24 then
-- Player Up 'O'.
MoveUp(e,1000)
end
if GetScancode() == 38 then
-- Player Down 'L'.
MoveUp(e,-1000)
end
end
anyone have any ideas why the isnt working?
Cheers
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