25.04.2012, 09:00
I'm not quite sure why you're getting those errors, because if you have the correct streamer include included into the script it shouldn't be saying undefined symbol.
Those two natives should already be defined inside Incognito's include.
Код:
native CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 100.0); native DestroyDynamicObject(objectid);