CLEO Help Remove object collisions

CLEO related
Status
Not open for further replies.

Mennims

Active member
Joined
Mar 18, 2014
Messages
41
Reaction score
0
How could I temporarily remove the collisions of an object in GTA? For example, removing collisions for specific buildings and walls. What function would I use?
 

_=Gigant=_

Well-known member
Joined
Mar 21, 2017
Messages
353
Reaction score
16
Mennims said:
How could I temporarily remove the collisions of an object in GTA? For example, removing collisions for specific buildings and walls. What function would I use?

well u can do that via sobeit mods activate Num Lock on your keyboard then press num6 it wont disable collision for all buildings and walls but still u can try and see
 

Mennims

Active member
Joined
Mar 18, 2014
Messages
41
Reaction score
0
_=Gigant=_ said:
Mennims said:
How could I temporarily remove the collisions of an object in GTA? For example, removing collisions for specific buildings and walls. What function would I use?

well u can do that via sobeit mods activate Num Lock on your keyboard then press num6 it wont disable collision for all buildings and walls but still u can try and see

I need to remove specific object collisions with Cleo. It has to be with Cleo.
 

Mennims

Active member
Joined
Mar 18, 2014
Messages
41
Reaction score
0
springfield said:
Maybe this [shcode=cpp]0382: set_object 0@ collision_detection 0[/shcode]

I tried that. Every single collision opcode I tried has crashed my game. I don't know if it's something to do with the ID. What id are they asking for? The only one I know of is object id, and when I enter the integer and run the opcode it crashes.
 

Husnain

Well-known member
Joined
May 20, 2016
Messages
228
Reaction score
9
Location
Mars
Code:
0382: set_object 0@ collision_detection 0

04D9: object 0@ set_scripted_collision_check 0
Try this
 

Mennims

Active member
Joined
Mar 18, 2014
Messages
41
Reaction score
0
Husnain said:
Code:
0382: set_object 0@ collision_detection 0

04D9: object 0@ set_scripted_collision_check 0
Try this

Did you not read? They crash my game. I don't know what object ID to put in there either.
 
Status
Not open for further replies.
Top