// This file was decompiled using SASCM.ini published by GTAG (http://gtag.gtagaming.com/opcode-database) on 14.6.2013
{$CLEO .cs}

//-------------MAIN---------------
thread "PCAR" 

:PCAR_8
wait 0 
if and
   Player.Defined($PLAYER_CHAR)
00FE:   actor $PLAYER_ACTOR sphere 0 in_sphere -1991.07 2196.8 8.5 radius 150.0 150.0 150.0 
else_jump @PCAR_8 
0395: clear_area 1 at -1991.07 2196.8 8.5 radius 15.0 
Model.Load(#BULLET)
Model.Load(#CHEETAH)
Model.Load(#JETMAX)

038B: load_requested_models 

:PCAR_121
wait 0 
if and
   Model.Available(#BULLET)
   Model.Available(#CHEETAH)
   Model.Available(#JETMAX)
else_jump @PCAR_121 
1@ = Car.Create(#BULLET, -1991.07, 2196.8, 8.5)
Car.Angle(1@) = 90.0
0229: set_car 1@ primary_color_to 1 secondary_color_to 0 
4@ = Car.Create(#CHEETAH, -1991.07, 2199.8, 8.5)
Car.Angle(4@) = 90.0
0229: set_car 4@ primary_color_to 3 secondary_color_to 25
2@ = Car.Create(#JETMAX, -1981.65, 2156.04, 2.0)
Car.Angle(2@) = 90.0
0229: set_car 2@ primary_color_to 1 secondary_color_to 0  
Model.Destroy(#BULLET)
Model.Destroy(#CHEETAH)
Model.Destroy(#JETMAX)

:PCAR_448
wait 0 
if and
   Player.Defined($PLAYER_CHAR)
80FE:   not actor $PLAYER_ACTOR sphere 0 in_sphere -1991.07 2196.8 8.5 radius 150.0 150.0 150.0 
else_jump @PCAR_448 
Car.RemoveReferences(1@)
Car.RemoveReferences(4@)
Car.RemoveReferences(2@)
wait 1000 
jump @PCAR_8 
