Jump to content

SCM:Stowaway plane interior ?


Recommended Posts

That interior is at 331.8417, 1038.314, 1956.177, interior ID 9 smile.gif

No. It only creates a marker. You'd have to add it via map files, or make a simple CLEO.

via enex's ?

or

actor.putat($PLAYER_ACTOR, 331.8417, 1038.314, 1956.177) but for go to interior id 9 confused.gif

 

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

 

smile.gif

Edited by techA

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
  • 0 User Currently Viewing
    0 members, 0 Anonymous, 0 Guests

×
×
  • Create New...

Important Information

By using GTAForums.com, you agree to our Terms of Use and Privacy Policy.