CLEO Help New question

CLEO related
Status
Not open for further replies.

Edvincik

Well-known member
Joined
Mar 15, 2016
Messages
399
Reaction score
26
Is it possible to make your car invisible for speed radars? And if its so, than does it depend on server?
 

0x32789

Expert
Joined
May 26, 2014
Messages
849
Reaction score
51
Location
LongForgotten <-> 0x32789
You can make your car invisible to anything that detects speed by setting all velocity in your car to 0 whenever you send vehicle sync packets but in others screen it will look like your car is tping..
 

Edvincik

Well-known member
Joined
Mar 15, 2016
Messages
399
Reaction score
26
0x32789 said:
You can make your car invisible to anything that detects speed by setting all velocity in your car to 0 whenever you send vehicle sync packets but in others screen it will look like your car is tping..


And how to set velocity to 0? Is there any opcode or smth?
 

Husnain

Well-known member
Joined
May 20, 2016
Messages
228
Reaction score
9
Location
Mars
Code:
07D5: set_car 0@ velocity_in_direction_XYZ 9@ 10@ 0.0 rotation_velocitiesXY 0.0 0.0 unk 0.0

07DA: set_car 46@ rotation_velocity_XYZ 0.0 -0.35 0.2 through_center_of_body

07DB: set_car 189@ rotation_velocity_XYZ 3.5 7.3999 8.1003 through_center_of_mass
 

Edvincik

Well-known member
Joined
Mar 15, 2016
Messages
399
Reaction score
26
Husnain said:
Code:
07D5: set_car 0@ velocity_in_direction_XYZ 9@ 10@ 0.0 rotation_velocitiesXY 0.0 0.0 unk 0.0

07DA: set_car 46@ rotation_velocity_XYZ 0.0 -0.35 0.2 through_center_of_body

07DB: set_car 189@ rotation_velocity_XYZ 3.5 7.3999 8.1003 through_center_of_mass

What numbers should i put? Or there is no big difference?
I am a bit lost with those opcodes, just cant understand them
 
Status
Not open for further replies.
Top