01.01.2015, 13:46
I believe this is what you're looking for.
Got it from WIKI.
One thing SA:MP doesn't provide by default is support for objects only appearing in certain virtual worlds, this is achieved in YSI with:
EDIT:
Or "worldid = ..."
Got it from WIKI.
One thing SA:MP doesn't provide by default is support for objects only appearing in certain virtual worlds, this is achieved in YSI with:
Код:
CreateVWDynamicObject(world, model, x, y, z, rx, ry, rz);
EDIT:
Or "worldid = ..."
Код:
CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:distance = 200.0);