CreateDynamicObject is a command from a plugin called "streamer" and no it uses the same object ids but as you said you can mess around with objects made by CreateDynamicObject...
Use this:
Код:
CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = STREAMER_OBJECT_SD, Float:drawdistance = STREAMER_OBJECT_DD, STREAMER_TAG_AREA areaid = STREAMER_TAG_AREA -1, priority = 0);
EDIT:
To add siren to a vehicle you must do it in CreateVehicle!
Just instead of this:
Код:
CreateVehicle(modelid, x, y, z, Angle, color 1, color 2, respawn delay);
Use this:
Код:
CreateVehicle(modelid, x, y, z, Angle, color 1, color 2, respawn delay, siren(add siren = 1, no siren = 0));