29.11.2009, 09:32
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); } |