MidoStream to get it work!!
#1

Hey i cant get mido stream working and i have been trying with einteins to dont work im getting nerdrage here!!
This is how i do it:


than when i compile:
Reply
#2

did you #include <midostream> ?
Reply
#3

No i havent wrote that anywhere where shall i write?
Reply
#4

Yes and make sure you have the actual include in the pawn include folder.....
Reply
#5

Yes its in the include folder but where shall i write that he said before? please answer
Reply
#6

Remove the closing bracket after "MidoStreamDisconnect".

You are closing the callback before other code has its chance to do anything.
Reply
#7

add

pawn Код:
#include <midostream>
after

pawn Код:
#include <a_samp>
so it becomes

pawn Код:
#include <midostream>
#include <a_samp>
Reply
#8

Quote:
Originally Posted by Vetle
add

pawn Код:
#include <midostream>
after

pawn Код:
#include <a_samp>
so it becomes

pawn Код:
#include <midostream>
#include <a_samp>
That wont help at all. He needs to remove the closing bracket after the MidoStreamDisconnect.
Reply
#9

Quote:
Originally Posted by Klutty
Quote:
Originally Posted by Vetle
add

pawn Код:
#include <midostream>
after

pawn Код:
#include <a_samp>
so it becomes

pawn Код:
#include <midostream>
#include <a_samp>
That wont help at all. He needs to remove the closing bracket after the MidoStreamDisconnect.
yes it will.

Quote:
Originally Posted by IceColdBaby0o
No i havent wrote that anywhere where shall i write?
but he need to change
pawn Код:
}

{
after MidoStreamDisconnect

to
Reply
#10

remove what brackets?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)