Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // This file was decompiled using sascm.ini published by GTAG (http://gtag.gtagaming.com/opcode-database) on 14.6.2013
- {$CLEO .cs}
- //-------------MAIN---------------
- thread "BAG"
- 0662: NOP "XZYTRO SAYS HI"
- 0662: NOP "FROM UGBASE.EU"
- :MAIN
- wait 0
- if and
- 0256: player $PLAYER_CHAR defined
- 056D: actor $PLAYER_ACTOR defined
- 84C8: not actor $PLAYER_ACTOR driving_flying_vehicle
- 80DF: not actor $PLAYER_ACTOR driving
- 89DE: not actor $PLAYER_ACTOR entering_car
- 0AB0: key_pressed 2
- else_jump @MAIN
- repeat
- wait 0
- Model.Load(3026)
- until Model.Available(3026)
- :ATTACH_THE_BAG
- wait 0
- 0107: $bag = create_object 3026 at 0.0 0.0 0.0
- 070A: AS_actor $PLAYER_ACTOR attach_to_object $bag offset -0.13 -0.05 0.0 on_bone 1 16 perform_animation "NULL" IFP_file "NULL" time -1
- 0382: set_object $bag collision_detection 0
- :DEACTIVATION_CHECK
- wait 0
- if or
- 0118: actor $PLAYER_ACTOR dead
- 0449: actor $PLAYER_ACTOR in_a_car
- 09DE: actor $PLAYER_ACTOR entering_car
- 0AB0: key_pressed 88
- else_jump @DEACTIVATION_CHECK
- Object.Destroy($bag)
- :RESPAWN_THE_BAG
- wait 0
- if and
- 0AB0: key_pressed 2
- 0256: player $PLAYER_CHAR defined
- 056D: actor $PLAYER_ACTOR defined
- 84C8: not actor $PLAYER_ACTOR driving_flying_vehicle
- 80DF: not actor $PLAYER_ACTOR driving
- 89DE: not actor $PLAYER_ACTOR entering_car
- else_jump @RESPAWN_THE_BAG
- jump @ATTACH_THE_BAG
Advertisement
Add Comment
Please, Sign In to add comment