SA-MP Forums Archive
Object streamer's. - 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 streamer's. (/showthread.php?tid=174311)



Object streamer's. - Str4ndb3rg - 05.09.2010

Hey lads.
Im starting my own Deathmatching server and im creating my own gamemode.
My idea is creating things in MTA Map Editor than convert them to SA:MP Code.
But before i start putting them in the script i want them streamed so i can make a higher object limit.
I tried Einstein midos n xObject, Got none of them working.

So im asking anyone of you peeps here to make a step to step tutorial or explain how to install it corretcly.
Please dont link ''Einsteins Object streamer thread'' I dont want theres instruction because i cant get it too work.
I just getting errors when compiling.


Re: Object streamer's. - MadeMan - 05.09.2010

Try Streamer Plugin

https://sampforum.blast.hk/showthread.php?tid=102865


Re: Object streamer's. - Str4ndb3rg - 05.09.2010

C:\Users\Alle\Desktop\GTA SA Shit\GTA Server\pawno\include\streamer.inc(154) : error 017: undefined symbol "INVALID_PLAYER_ID"
C:\Users\Alle\Desktop\GTA SA Shit\GTA Server\pawno\include\streamer.inc(205) : warning 235: public function lacks forward declaration (symbol "OnFilterScriptInit")
C:\Users\Alle\Desktop\GTA SA Shit\GTA Server\pawno\include\streamer.inc(209) : error 017: undefined symbol "funcidx"
C:\Users\Alle\Desktop\GTA SA Shit\GTA Server\pawno\include\streamer.inc(209) : warning 215: expression has no effect
C:\Users\Alle\Desktop\GTA SA Shit\GTA Server\pawno\include\streamer.inc(209) : error 001: expected token: ";", but found ")"
C:\Users\Alle\Desktop\GTA SA Shit\GTA Server\pawno\include\streamer.inc(209) : error 029: invalid expression, assumed zero
C:\Users\Alle\Desktop\GTA SA Shit\GTA Server\pawno\include\streamer.inc(209) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


5 Errors.


Re: Object streamer's. - MadeMan - 05.09.2010

You need to have a_samp include before streamer.

pawn Код:
#include <a_samp>
#include <streamer>



Re: Object streamer's. - Str4ndb3rg - 05.09.2010

Ahh god worked wih #include <a_samp>
#include <streamer>
Thanks.
But can you give me a conveter from MTA to SAMP that supports this streamer?


Re: Object streamer's. - [XST]O_x - 05.09.2010

http://www.convertffs.com/ - Best one


Re: Object streamer's. - Cank - 05.09.2010

http://www.convertffs.com/

// O_x was faster


Re: Object streamer's. - Str4ndb3rg - 05.09.2010

But what form shall i put the object in the script 0.o?
CreateObject(16092,2462.47045898,-1659.12475586,12.30468750,0.00000000,0.00000000,0. 00000000); //object(des_pipestrut05) (1)

Isnt it gonna be like CreateStreamedObject or something?
Example:
CreateObjectStreaming(16092,2462.47045898,-1659.12475586,12.30468750,0.00000000,0.00000000,0. 00000000); //object(des_pipestrut05) (1)


Re: Object streamer's. - MadeMan - 05.09.2010

Choose Incognito's Streamer Plugin as Output.


Re: Object streamer's. - Hal - 05.09.2010

i think Incognito's is

pawn Код:
CreateDynamicObject
And i have had no problems with it.