Problem with object streamer
#1

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

What object streamer are you using?
Reply
#3

I'm using the MidoStream streamer
Reply
#4

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

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

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

Do you have teamviewer? Than i can help you ^^
Reply
#8

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

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);
}
Reply
#10

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)