Can't install MidoStreamer
#1

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

Post in MidoStream topic.
Reply
#3

Did you <include> MidoStream? :3
Reply
#4

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

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

oh sorry thanks man a lot
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)