29.11.2009, 09:04
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?
Originally Posted by Mystique
I'm using the MidoStream streamer
|
Originally Posted by diesulke
Do you have teamviewer? Than i can help you ^^
|
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); } |