techA Posted February 17, 2011 Share Posted February 17, 2011 i searched on original main.scm but i don't find the stowaway plane interior's where is these code ? Link to comment https://gtaforums.com/topic/469879-scmstowaway-plane-interior/ Share on other sites More sharing options...
Silent Posted February 17, 2011 Share Posted February 17, 2011 That interior is at 331.8417, 1038.314, 1956.177, interior ID 9 Link to comment https://gtaforums.com/topic/469879-scmstowaway-plane-interior/#findComment-1060342484 Share on other sites More sharing options...
techA Posted February 17, 2011 Author Share Posted February 17, 2011 thanks too much 0A40: $795 = create_entrance_marker_at 331.8417, 1038.314, 1956.177 9 color 14 it's correct to go in the plane interior ? Link to comment https://gtaforums.com/topic/469879-scmstowaway-plane-interior/#findComment-1060342493 Share on other sites More sharing options...
Silent Posted February 17, 2011 Share Posted February 17, 2011 No. It only creates a marker. You'd have to add it via map files, or make a simple CLEO. Link to comment https://gtaforums.com/topic/469879-scmstowaway-plane-interior/#findComment-1060342499 Share on other sites More sharing options...
techA Posted February 17, 2011 Author Share Posted February 17, 2011 (edited) via enex's ? or actor.putat($PLAYER_ACTOR, 331.8417, 1038.314, 1956.177) but for go to interior id 9 edit : like this : :TAXI wait 0 select_interior 9 Actor.PutAt($PLAYER_ACTOR, 316.16, 1016.03, 1951.55) Actor.Angle($PLAYER_ACTOR)= 0.0 0860: link_actor $PLAYER_ACTOR to_interior 9 wait 100 model.Load(#CABBIE) 038B: load_requested_models wait 0 model.Available(#CABBIE) 00A5: $TAXI4 = create_car #CABBIE at 316.16 1016.03 1951.55 :TAXI2 wait 0 if actor.Driving($PLAYER_ACTOR) 00A4: actor $PLAYER_ACTOR sphere 0 in_cube_cornerA 272.23 1037.59 1961.82 cornerB 369.16 1223.94 1755.96 jf @TAXI2 select_interior 0 Actor.PutAt($PLAYER_ACTOR, -1999.07, 278.93, 1113.61) Actor.Angle($PLAYER_ACTOR)= 0.0 0860: link_actor $PLAYER_ACTOR to_interior 0 Edited February 17, 2011 by techA Link to comment https://gtaforums.com/topic/469879-scmstowaway-plane-interior/#findComment-1060342508 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