Patrick2562 / mtasa-pAttach

Optimized bone attach thanks to the new MTA functions/events.
GNU General Public License v3.0
33 stars 15 forks source link

Add option to disable toggling collision of attached object #14

Closed CrosRoad95 closed 1 month ago

CrosRoad95 commented 4 months ago

I want to manually control when collision of particular object is enabled or not, so i need some kind of property that hand control over "setElementCollisionEnabled" to my code instead of pAttach

Patrick2562 commented 4 months ago

setElementCollisionEnabled is called when the element is attached/deattached. Is it not enough for you to call setElementCollisionEnabled(e, true) directly after attach?

CrosRoad95 commented 4 months ago

From my tests it doesn't work, calling attach from server and slipe-server

Patrick2562 commented 1 month ago

Closed by https://github.com/Patrick2562/mtasa-pAttach/pull/15