SA-MP Forums Archive
[FilterScript] [FS] ZucStream v1.0 - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] [FS] ZucStream v1.0 (/showthread.php?tid=144785)



[FS] ZucStream v1.0 - [ZFM]Zuc - 29.04.2010

[size=30pt][b][FS]ZucStream v1.0 (object streamer)



All informations in file "readme.txt"


Re: [FS] ZucStream v1.0 - ViruZZzZ_ChiLLL - 29.04.2010

Quote:
Originally Posted by [ZFM
Zuc ]
All informations in file "readme.txt"
lol, too lazy to write it in your post huh?
anyways, imma go test it now
________
DAIHATSU COPEN SPECIFICATIONS


Re: [FS] ZucStream v1.0 - Hip-hop - 29.04.2010

Код:
******************************************
**       ZucStream        **
**         By          **
**       [ZFM]Zuc        **
**        v1.0         **
******************************************

<><><><><>
ITALIANO:
<><><><><>

Questo и un ottimo streamer per oggetti creato per non avere mai
problemi di spawn oggetti.

Tutti gli oggetti che vorrete mettere nel vostro server dovete 
inserirli direttamente nel FS ZucStream.pwn ( nel callback "OnFilterScriptInit()" )
usando questo formato:

CreateStreamObject(id,x,y,z,xrot,yrot,zrot);


- Il massimo i oggetti che volete spawnare и da deinire nella riga 10.

- la distanza visiva и uguale per tutti gli oggetti e va definita 
 nella riga 11 del FS.

- Usate questo link per convertire gli oggetti: http://convertffs.com/objects/

<><><><>
ENGLISH:
<><><><>

This is a good streamer created to fix objects spawn problems.

All objects you want to ADD in your server...must be added 
in ZucStream.pwn ( under Callback "OnFilterScriptInit()" ) 
in this Format:

CreateStreamObject(id,x,y,z,xrot,yrot,zrot);

- Max streamed objects mus be defined on line 10 (in ZucStream.pwn)

- View distance must be defined in line 11.

- Use this link to convert objects: http://convertffs.com/objects/



HAVE FUN!
                            By [ZFM]Zuc



Re: [FS] ZucStream v1.0 - Hip-hop - 29.04.2010

Quote:
Originally Posted by Hip-hop
Код:
******************************************
**       ZucStream       **
**        By         **
**       [ZFM]Zuc        **
**        v1.0         **
******************************************

<><><><><>
ITALIANO:
<><><><><>

Questo и un ottimo streamer per oggetti creato per non avere mai
problemi di spawn oggetti.

Tutti gli oggetti che vorrete mettere nel vostro server dovete 
inserirli direttamente nel FS ZucStream.pwn ( nel callback "OnFilterScriptInit()" )
usando questo formato:

CreateStreamObject(id,x,y,z,xrot,yrot,zrot);


- Il massimo i oggetti che volete spawnare и da deinire nella riga 10.

- la distanza visiva и uguale per tutti gli oggetti e va definita 
 nella riga 11 del FS.

- Usate questo link per convertire gli oggetti: http://convertffs.com/objects/

<><><><>
ENGLISH:
<><><><>

This is a good streamer created to fix objects spawn problems.

All objects you want to ADD in your server...must be added 
in ZucStream.pwn ( under Callback "OnFilterScriptInit()" ) 
in this Format:

CreateStreamObject(id,x,y,z,xrot,yrot,zrot);

- Max streamed objects mus be defined on line 10 (in ZucStream.pwn)

- View distance must be defined in line 11.

- Use this link to convert objects: http://convertffs.com/objects/



HAVE FUN!
                            By [ZFM]Zuc
It's a Object Streamer ...


Re: [FS] ZucStream v1.0 - RyDeR` - 29.04.2010

lol, you didn't made this.. It's ripped of and edited version of MidoStream.


Re: [FS] ZucStream v1.0 - [ZFM]Zuc - 29.04.2010

Rayder! it's similar to MidoStream. but MidoStream has some problems. This streamer i have made doesn't have these problems!

i mean: MidoStream sometimes has Object spawn problems. So i decided to create a similar streamer: it has not MidoStream Problems! it's all Fixed! Test It! it works very well!


Re: [FS] ZucStream v1.0 - Carlton - 29.04.2010

Yes » RyDeR «, I noticed a comparison. Also, most of the functions are not included in ZucStream.inc, how are users supposed to access those functions? What's the point of the .inc include if you're telling the users to put the objects in the Filterscript? If you knew how to fix MidoStream O.S.'s problem then why didn't you just edit the streamer?


Re: [FS] ZucStream v1.0 - Lorenc_ - 29.04.2010

Quote:
Originally Posted by Carlton
Yes » RyDeR «, I noticed a comparison. Also, most of the functions are not included in ZucStream.inc, how are users supposed to access those functions? What's the point of the .inc include if you're telling the users to put the objects in the Filterscript? If you knew how to fix MidoStream O.S.'s problem then why didn't you just edit the streamer?
Yea so he could teach us :P


Re: [FS] ZucStream v1.0 - rbN. - 29.04.2010

Quote:
Originally Posted by [ZFM
Zuc ]
Rayder! it's similar to MidoStream. but MidoStream has some problems. This streamer i have made doesn't have these problems!

i mean: MidoStream sometimes has Object spawn problems. So i decided to create a similar streamer: it has not MidoStream Problems! it's all Fixed! Test It! it works very well!
I have MidoStream, and I have no problems with it. It's the best object streamer I ever used.


Re: [FS] ZucStream v1.0 - [ZFM]Zuc - 29.04.2010

I mean: sometimes MidoStream doesn't spawn all object in an area (if there are too many) This is what i mean! (i had this problem with MidoStream). In my Streamer This error is fixed! Test It.