shogunrua Posted February 14, 2012 Share Posted February 14, 2012 (edited) Can one make help for me to make ped pilot? how i use this bich? SET_PED_HELI_PILOT_RESPECTS_MINIMUMM_HEIGHT http://www.gtamodding.com/index.php?title=...ative_functions cmon make help >_< sorry my bad english comes here too make for the picture to understand Edited February 14, 2012 by shogunrua Link to comment Share on other sites More sharing options...
shogunrua Posted February 14, 2012 Author Share Posted February 14, 2012 (edited) i want threesome man i love the heli pilot i make sexy the heli pilots Edited February 14, 2012 by shogunrua Link to comment Share on other sites More sharing options...
shogunrua Posted February 14, 2012 Author Share Posted February 14, 2012 so f*cking hot man !!! Link to comment Share on other sites More sharing options...
Vintage88 Posted February 20, 2012 Share Posted February 20, 2012 Ew, wtf... how are those girls.... ew. Although that corporate whore at the top is quite sexy. Link to comment Share on other sites More sharing options...
gta.bullet Posted February 29, 2012 Share Posted February 29, 2012 find the "helicopter tour" sco script. you need to designate an air path for heli, i think. no paths exists for air vehicles except in sco scripts. Link to comment Share on other sites More sharing options...
shogunrua Posted March 2, 2012 Author Share Posted March 2, 2012 (edited) many thanks my friend, is this possible to designate the airpath from .net?? is there native function to set the path for the heli? Edited March 2, 2012 by shogunrua Link to comment Share on other sites More sharing options...
ShakingASS Posted March 2, 2012 Share Posted March 2, 2012 This is weirdo sh*t here they aren't hot just ugly you got some serious problems i am sorry man.Any ways lets get on topic.Good luck making the sco script. Link to comment Share on other sites More sharing options...
shogunrua Posted March 2, 2012 Author Share Posted March 2, 2012 I am not making sco script f*cking asshole i am .net motherbitch Link to comment Share on other sites More sharing options...
Bad.boy! Posted March 2, 2012 Share Posted March 2, 2012 Guess you learnt English by watching porn Link to comment Share on other sites More sharing options...
gta.bullet Posted March 3, 2012 Share Posted March 3, 2012 You need to create heli path on your own like this. (no func for this) 10 10 100 (x,y,h) 12 13 101 ... the main problem is; functions isnt documented. create a heli with create_car function, i think "heli_pilot" or smt like that a ped group exist, just try that functions on heli handle (variable). i found a couple functions in manhat_heli_tours.sco: TASK_HELI_MISSION(x,x, x, x,x,x,x, x,x, x, x, x, x );TASK_EXTEND_ROUTE( list[i], list[i], list[i] ); // this func used with "for()"TASK_ACHIEVE_HEADING( 0, x);SET_CAR_HEADING( carhandle, x );TASK_FOLLOW_POINT_ROUTE( 0, 2, 0 );SET_CAR_ENGINE_ON( carhandle, 1, 1 );SET_HELI_BLADES_FULL_SPEED( carhandle? ); SET_HELI_STABILISER();TASK_FOLLOW_POINT_ROUTE(x,x,x); A sample from sco; TASK_FLUSH_ROUTE();for ( I = 0; I <= (l_U330 + 1); I++ ){TASK_EXTEND_ROUTE( l_U279[i]._fU0, l_U279[i]._fU4, l_U279[i]._fU8 );}GET_OFFSET_FROM_CAR_IN_WORLD_COORDS( l_U208[l_U330], 2.50000000, 0.00000000, 0.00000000, ref uVar7._fU0, ref uVar7._fU4, ref uVar7._fU8 );TASK_EXTEND_ROUTE( uVar7._fU0, uVar7._fU4, uVar7._fU8 );OPEN_SEQUENCE_TASK( ref l_U205 );TASK_FOLLOW_POINT_ROUTE( 0, 2, 0 );TASK_ENTER_CAR_AS_PASSENGER( 0, l_U208[l_U330], -1, l_U332 ); // ?CLOSE_SEQUENCE_TASK( l_U205 );TASK_PERFORM_SEQUENCE( l_U173[l_U330][l_U332], l_U205 );CLEAR_SEQUENCE_TASK( l_U205 ); Link to comment Share on other sites More sharing options...
MonkeyMan_420 Posted March 7, 2012 Share Posted March 7, 2012 (edited) Will that work for a .net script, that looks like source from the gta iv game scripts?? I'm actually creating a heli extraction script so i am going to be messing with these natives u r suggesting, thanks [email protected] Edited March 7, 2012 by MonkeyMan_420 Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now