10.01.2016, 18:35
I have this command:
If I highlight over the object, it shows the streamed id, however it doesn't let me click on the object. If I replace the OnPlayerSelectDynamicObject with OnPlayerSelectDynamicObject, it selects it as a player object.
This is fine, to edit objects etc. however the actual ID of the dynamic object is different from the streamed id, therefore I cannot delete/save the objects. I am using incognito's streamer to stream the objects in.
Код:
CMD:sel(playerid, params[]) { SelectObject(playerid); InfoMessage(playerid, "Please select the object which you wish to edit/delete!"); return 1; }
This is fine, to edit objects etc. however the actual ID of the dynamic object is different from the streamed id, therefore I cannot delete/save the objects. I am using incognito's streamer to stream the objects in.