CLEO Help Adding a toggle switch for this Script? [Cam]

CLEO related
Status
Not open for further replies.

Crootz

New member
Joined
Jun 29, 2017
Messages
1
Reaction score
0
this is a lowcam mod that only works when we get in into a vehicle,i need a switch key for this mod so i can turn it on/off because this mod always works automaticly,can someone help me?


Code:
//-------------MAIN---------------
0000: NOP

:NONAME_2
wait 250
if
   Player.Defined($PLAYER_CHAR)
else_jump @NONAME_75
if
   Actor.Driving($PLAYER_ACTOR)
else_jump @NONAME_75
0@ = Actor.CurrentCar($PLAYER_ACTOR)
1@ = Car.Model(0@)
09EF: set_behind_camera_autoposition_mode_for_car_model 1@ distance 1.0 altitude_multiplier 1.0 angle_X 0.08

:NONAME_75
jump @NONAME_2


thanks in advance :D
 

Attachments

  • Cam.cs
    17.2 KB · Views: 21
Status
Not open for further replies.
Top