SA-MP Forums Archive
Can't install MidoStreamer - 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: Can't install MidoStreamer (/showthread.php?tid=145208)



Can't install MidoStreamer - neko_ceko - 01.05.2010

I did everything it said in the readme
(
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);
})
but I always get the error:
C:\Documents and Settings\Admin\Desktop\Igre\samp03asvr_R7_win32\ga memodes\test2.pwn(63) : error 017: undefined symbol "MidoStreamDisconnect"
C:\Documents and Settings\Admin\Desktop\Igre\samp03asvr_R7_win32\ga memodes\test2.pwn(101) : warning 217: loose indentation
C:\Documents and Settings\Admin\Desktop\Igre\samp03asvr_R7_win32\ga memodes\test2.pwn(113) : warning 217: loose indentation
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.

Help plox :9


Re: Can't install MidoStreamer - [MWR]Blood - 01.05.2010

Post in MidoStream topic.


Re: Can't install MidoStreamer - M4S7ERMIND - 01.05.2010

Did you <include> MidoStream? :3


Re: Can't install MidoStreamer - neko_ceko - 01.05.2010

yes..
Pasted the MidoStream.inc in the pawno "include" right? i did that :/


Re: Can't install MidoStreamer - M4S7ERMIND - 01.05.2010

You need to include it in your script:
pawn Код:
#include <a_samp>
#include <MidoStream>



Re: Can't install MidoStreamer - neko_ceko - 01.05.2010

oh sorry thanks man a lot