05.01.2015, 21:01
Quote:
Maybe make sure the default interior, world, and playerid's are defined correctly? Meaning you didn't accidentally edit this in the include?
native CreateDynamicObject(modelid, Float ![]() ![]() Is it just these dynamic objects listed above or do none of the dynamic objects stream in? |
It's definitely defined correctly.
pawn Код:
native CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 200.0, Float:drawdistance = 0.0);