SA-MP Forums Archive
objects v world - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: objects v world (/showthread.php?tid=108174)



objects v world - [HKS]dlegend - 12.11.2009

i have many objects i want to know how to set a bunch of objects to one v world then set others for a diff world

thanks for the help


Re: objects v world - Peter_Corneile - 12.11.2009

Quote:
Originally Posted by dlegend
i have many objects i want to know how to set a bunch of objects to one v world then set others for a diff world

thanks for the help
Not possible


Re: objects v world - [HKS]dlegend - 12.11.2009

it is cuz i have seen it done


Re: objects v world - Rac3r - 12.11.2009

Use [REL] Streamer Plugin v2.2
http://forum.sa-mp.com/index.php?topic=127905.0

pawn Код:
native CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:distance = 200.0);



Re: objects v world - JonyAvati - 12.11.2009

Quote:
Originally Posted by [LSD
Rac3r ]
Use [REL] Streamer Plugin v2.2
http://forum.sa-mp.com/index.php?topic=127905.0

pawn Код:
native CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:distance = 200.0);
Good. I will try to do a CreateObjectForPlayer function xD