SA-MP Forums Archive
Object world changer? - 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: Object world changer? (/showthread.php?tid=203193)



Object world changer? - [MNC]Azz - 26.12.2010

so i want to know 2 things...

1. What is the best streamer for changing objects worlds?

2.Is there a fast way to convert a lot of objects into selected worlds? i got a ton of objects and i want to convert them in a specific VW...(currently using xStreamer)

thanks...


Re: Object world changer? - Mean - 26.12.2010

Use Incognito's streamer
http://forum.sa-mp.com/showthread.ph...treamer+Plugin


Re: Object world changer? - [MNC]Azz - 26.12.2010

thx Mean...
but is there no quick way to convert objects to specific worlds? im too lazy to do more than 2000 objects manually...


Re: Object world changer? - Rafa - 26.12.2010

lol what the f*** 2000 objects ?? O_O
i cant even put 500 object on my server WOW...
please tell me how i can put more objects cause i need it


Re: Object world changer? - Macluawn - 26.12.2010

Quote:
Originally Posted by Rafa
Посмотреть сообщение
lol what the f*** 2000 objects ?? O_O
i cant even put 500 object on my server WOW...
please tell me how i can put more objects cause i need it
Quote:
using xStreamer
problem?


Re: Object world changer? - BlackWolf120 - 26.12.2010

u can use an online converter e.g.:

http://www.convertffs.com/

u have to choose the streamer that ure using and then ull get ur objects ready for ur streamer

i hope that this helps u.(nor sure if u asked for sth. like this)


Re: Object world changer? - [MNC]Azz - 28.12.2010

Quote:
Originally Posted by BlackWolf120
Посмотреть сообщение
u can use an online converter e.g.:

http://www.convertffs.com/

u have to choose the streamer that ure using and then ull get ur objects ready for ur streamer

i hope that this helps u.(nor sure if u asked for sth. like this)
its close to what ive asked for... but it doesnt convert worlds of the objects :S


Re: Object world changer? - Mike Garber - 28.12.2010

Quote:
Originally Posted by [MNC]Azz
Посмотреть сообщение
its close to what ive asked for... but it doesnt convert worlds of the objects :S
Try to convert your objects to SA:MP first, then convert them to
Incognito's Streamer, or if you have the .map file (If you used MTA)

Then as default the objects convert like this; (on ConvertFFS.com)

pawn Код:
CreateDynamicObject(ID,X,Y,Z,RX,RY,RZ);
Then copy them into Notepad/Pawno and have the objects only in there,
use the Replace function and replace ");" to ",WORLDID);" and you're done

Like this;

1. Convert your objects back to SA:MP (CreateObject) with ConvertFFS.com
2. Convert them to Incognito's Streamer with ConvertFFS.com
3. Copy the list into an empty Notepad or Pawno
4. Use Replace to replace ");" to ",worldid);"
5. DONE

(As I have no Idea how xStreamer is made)