mtasa-pAttach
mtasa-pAttach copied to clipboard
Add option to disable toggling collision of attached object
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
setElementCollisionEnabled is called when the element is attached/deattached. Is it not enough for you to call setElementCollisionEnabled(e, true) directly after attach?
From my tests it doesn't work, calling attach from server and slipe-server
Closed by https://github.com/Patrick2562/mtasa-pAttach/pull/15