SA-MP Forums Archive
Problem with object streamer - 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: Problem with object streamer (/showthread.php?tid=110978)



Problem with object streamer - Mystique - 29.11.2009

Hello I recently got to know that you need a object streamer to add many objects.. The thing is, I dont get it to work.. even if I add the streamer the objects wont show themselves... Does anyone know whats wrong?


Re: Problem with object streamer - Jese - 29.11.2009

What object streamer are you using?


Re: Problem with object streamer - Mystique - 29.11.2009

I'm using the MidoStream streamer


Re: Problem with object streamer - Jese - 29.11.2009

Quote:
Originally Posted by Mystique
I'm using the MidoStream streamer
Did you follow all steps correctly?


Re: Problem with object streamer - Mystique - 29.11.2009

I think so.. Do i need any more files than the midostream in pawn/include? And must i change the CreateObject to CreateStreamObject?


Re: Problem with object streamer - Mystique - 29.11.2009

Lets do it like this.... You can send me the object streamer you are using with a readme showing all steps needed to get it to work... okay?


Re: Problem with object streamer - diesulke - 29.11.2009

Do you have teamviewer? Than i can help you ^^


Re: Problem with object streamer - Mystique - 29.11.2009

Quote:
Originally Posted by diesulke
Do you have teamviewer? Than i can help you ^^
If it's a object streamer, just send it.. doesn't matter what streamer I get ... I just want it to work.


Re: Problem with object streamer - diesulke - 29.11.2009

http://forum.sa-mp.com/index.php?topic=62450.0


In order to use the the streamer, all you need to do is:

Place MidoStream.inc in your includes folder
Place MidoStream.pwn in your filterscripts folder
Compile MidoStream.pwn
Put MidoStream in your server.cfg
On The first script in your server.cfg or in a script where u have a working OnPlayerDisconnect function, put this:

public OnPlayerDisconnect(playerid,reason)
{
MidoStreamDisconnect(playerid);
}



Re: Problem with object streamer - Mystique - 29.11.2009

Quote:
Originally Posted by diesulke
http://forum.sa-mp.com/index.php?topic=62450.0


In order to use the the streamer, all you need to do is:

Place MidoStream.inc in your includes folder
Place MidoStream.pwn in your filterscripts folder
Compile MidoStream.pwn
Put MidoStream in your server.cfg
On The first script in your server.cfg or in a script where u have a working OnPlayerDisconnect function, put this:

public OnPlayerDisconnect(playerid,reason)
{
MidoStreamDisconnect(playerid);
}
Does that mean I have to use the midostream filterscript? I allready have a admin filterscript