CLEO Help DisableRemoteVehicleCollisions struct

CLEO related
Status
Not open for further replies.

mpol77

Active member
Joined
Oct 24, 2018
Messages
66
Reaction score
6
i know that u can call samp functions via the right memory addresses, just as you can write bytes onto them, what's the offset for DisableRemoteVehicleCollisions? thanks by advance
 

ajom

Well-known member
Joined
Apr 14, 2020
Messages
389
Solutions
2
Reaction score
268
Location
Pluto
i know that u can call samp functions via the right memory addresses, just as you can write bytes onto them, what's the offset for DisableRemoteVehicleCollisions? thanks by advance

How About:
Code:
099A: set_car 35@ collision_detection 0

If it is a Remote Player's vehicle and not a Local Player's vehicle, then Opcode 099A will not have any problems disabling the Car Collision.
Just do not use 099A on the "Local Player's Vehicle" or on "Unoccupied Vehicles" because they will float in the air like balloons...
 

88resu

Active member
Joined
Oct 1, 2019
Messages
110
Reaction score
46
Location
Uganda
theres an existing offset, i found it years ago (cant find it hehehe). but thats just for players in car, and only if u in car aswell.
 
Status
Not open for further replies.
Top