- 75
- 11
Hey this .cs when you release the aim ( right click ) u gun will be auto scrolled backward and forfard, so in this way your gun will be reloaded....
But it dont scroll back to the Gun
I hope someone can help me.
But it dont scroll back to the Gun
I hope someone can help me.
Код:
thread 'AUTOSCROLL'
:MAIN
wait 0
if and
0256: player $PLAYER_CHAR defined
056D: actor $PLAYER_ACTOR defined
044B: actor $PLAYER_ACTOR on_foot
else_jump @MAIN
if or
02D8: actor $PLAYER_ACTOR current_weapon == 0
02D8: actor $PLAYER_ACTOR current_weapon == 1
else_jump @CONTINUE
jump @MAIN
:CONTINUE
wait 0
if
0AB0: key_pressed 2
else_jump @MAIN
0470: $weapon = actor $PLAYER_ACTOR current_weapon
:HOLDING_RMB
wait 0
if
0AB0: key_pressed 2
else_jump @SWITCH
jump @HOLDING_RMB
:SWITCH
wait 0
01B9: set_actor $PLAYER_ACTOR armed_weapon_to 0
wait 200
01B9: set_actor $PLAYER_ACTOR armed_weapon_to $weapon
jump @MAIN