SA-MP Forums Archive
If I create the objects in virtual worlds that makes room for other objects? - 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: If I create the objects in virtual worlds that makes room for other objects? (/showthread.php?tid=255451)



If I create the objects in virtual worlds that makes room for other objects? - tal_peretz - 15.05.2011

If I create the objects in virtual worlds that makes room for other objects?

thanks.


Re: If I create the objects in virtual worlds that makes room for other objects? - tal_peretz - 16.05.2011

jumping.......

That's realy importent to me... objects in my server disapear


Re: If I create the objects in virtual worlds that makes room for other objects? - sleepysnowflake - 16.05.2011

Try using a streamer so you wouldn't ahve to put them in other virtual worlds.


Re: If I create the objects in virtual worlds that makes room for other objects? - tal_peretz - 16.05.2011

i have streamer ........... streamer plugin


Re: If I create the objects in virtual worlds that makes room for other objects? - NRJ53 - 16.05.2011

Quote:
Originally Posted by tal_peretz
View Post
i have streamer ........... streamer plugin
What one?


Re: If I create the objects in virtual worlds that makes room for other objects? - Babul - 16.05.2011

theres only 1 plugin: Incognito's. and, yes, by applying a virtual world to object(s), you will make place for another object(s) created in a different virtual world, so the same interior can get different objects mapped into it, and a player will only see them objects created in "his" vworld. youre facing the right direction


Re: If I create the objects in virtual worlds that makes room for other objects? - tal_peretz - 17.05.2011

Quote:
Originally Posted by Babul
View Post
theres only 1 plugin: Incognito's. and, yes, by applying a virtual world to object(s), you will make place for another object(s) created in a different virtual world, so the same interior can get different objects mapped into it, and a player will only see them objects created in "his" vworld. youre facing the right direction
what you explained me i knew.. what I asked is because the objects in my server disapear... even if the are not in the same place.


Re: If I create the objects in virtual worlds that makes room for other objects? - Babul - 17.05.2011

one reason for disappearing objects (when you are like >5 units away) could be the wrong version. 2.5.2 got adopted to 0.3c (that "bug" in 2.5.1 causes the exact problem youre describing), so using the latest verion should fix the problem.
iam assuming that coz you wrote "DISappearing" that the objects pop up for at least 1 frame, or are transparent...
if this wont fix the objects, dont hesitate to send me a pm, iam sure we can work on that together per xfire -> tv6 maybe?
1 more Q: when creating objects, do they get a variable assigned to them? like
Code:
Object[o]=CreateDynamicObject(sID,sPosX,sPosY,sPosZ,sRotX,sRotY,sRotZ,virtualworld,-1,-1,300);



Re: If I create the objects in virtual worlds that makes room for other objects? - tal_peretz - 17.05.2011

I use the latest version.

and yes, i did with a variable in public that i created and it's don't showing

example -
PHP Code:
glassobj[0] = CreateDynamicObject(3859,127.802963,372.098174,37.5,16.500000,90.000000,-180.000000);