Hello all, I want to replace the ramp spawn "Pay n Spray". Thanks
{$CLEO .cs}
thread 'Pay'
ay_11
wait 0
if
Player.Defined($PLAYER_CHAR)
else_jump @Pay_11
if
0AB0: key_pressed 85
else_jump @Pay_11
Model.Load(1655)
ay_51
wait 0
if
Model.Available(1655)
else_jump @Pay_51
2@ = Actor.Angle($PLAYER_ACTOR)
04C4: store_coords_to 11@ 12@ 13@ from_actor $PLAYER_ACTOR with_offset 0.0 14.5 -1.8
1@ = Object.Create(1655, 11@, 12@, 13@)
Object.Angle(1@) = 2@
wait 0
Model.Destroy(1655)
wait 1000
Object.RemoveReferences(1@)
jump @Pay_11
{$CLEO .cs}
thread 'Pay'
ay_11
wait 0
if
Player.Defined($PLAYER_CHAR)
else_jump @Pay_11
if
0AB0: key_pressed 85
else_jump @Pay_11
Model.Load(1655)
ay_51
wait 0
if
Model.Available(1655)
else_jump @Pay_51
2@ = Actor.Angle($PLAYER_ACTOR)
04C4: store_coords_to 11@ 12@ 13@ from_actor $PLAYER_ACTOR with_offset 0.0 14.5 -1.8
1@ = Object.Create(1655, 11@, 12@, 13@)
Object.Angle(1@) = 2@
wait 0
Model.Destroy(1655)
wait 1000
Object.RemoveReferences(1@)
jump @Pay_11