20.07.2017, 09:47
CA_CreateDynamicObject_DC - create dynamic object, create collision object, return index
CA_DestroyObject_DC(index) - destroy object from index
If you need a streamer object id to use the function SetDynamicObjectMaterial, ModeDynamicObject you need wait for:
https://github.com/Pottus/ColAndreas/pull/30
Also check your logs about plugin errors.
CA_DestroyObject_DC(index) - destroy object from index
If you need a streamer object id to use the function SetDynamicObjectMaterial, ModeDynamicObject you need wait for:
PHP Code:
CA_GetObjectID(index);
Also check your logs about plugin errors.