Object streamer's.
#1

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.
Reply
#2

Try Streamer Plugin

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

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.
Reply
#4

You need to have a_samp include before streamer.

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

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?
Reply
#6

http://www.convertffs.com/ - Best one
Reply
#7

http://www.convertffs.com/

// O_x was faster
Reply
#8

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)
Reply
#9

Choose Incognito's Streamer Plugin as Output.
Reply
#10

i think Incognito's is

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


Forum Jump:


Users browsing this thread: 2 Guest(s)