23.08.2009, 18:19
hi people i cant get midostream work on serverffs and i installed everything good
#include <a_samp>
#include <MidoStream>
#define MAX_STREAM_OBJECTS 5000
public OnFilterScriptInit()
{
CreateStreamObject(5176, 2901.011230, -2710.130859, 17.768812, 0.0000, 0.0000, 90.0000, 200);
CreateStreamObject(8040, 2919.981445, -2796.269531, 13.551216, 0.0000, 0.0000, 90.0000, 200);
CreateStreamObject(16136, 2874.521973, -2778.639893, 13.656093, 0.0000, 0.0000, 180.0000, 200);
CreateStreamObject(7605, 2739.802246, -2749.684082, 12.888101, 0.0000, 0.0000, 0.0000, 200);
CreateStreamObject(10823, 2948.336426, -2957.910400, 28.985285, 0.0000, 0.0000, 270.0000, 200);
CreateStreamObject(10822, 2948.390137, -3150.276855, 33.364243, 0.0000, 0.0000, 270.0000, 200);
CreateStreamObject(10821, 2948.379883, -3394.926758, 39.465767, 0.0000, 0.0000, 270.0000, 200);
filterscript called midostreamobjects
no errors at compiling
filterscripts actions vactions adminspec MidoStreamObjects GATES MidoStream
good
and i added both files (midostream.pwn/amx and midostreamobjects.pwn/amx) in filterscript
and when i try it on my pc it works ? how it comes?
#include <a_samp>
#include <MidoStream>
#define MAX_STREAM_OBJECTS 5000
public OnFilterScriptInit()
{
CreateStreamObject(5176, 2901.011230, -2710.130859, 17.768812, 0.0000, 0.0000, 90.0000, 200);
CreateStreamObject(8040, 2919.981445, -2796.269531, 13.551216, 0.0000, 0.0000, 90.0000, 200);
CreateStreamObject(16136, 2874.521973, -2778.639893, 13.656093, 0.0000, 0.0000, 180.0000, 200);
CreateStreamObject(7605, 2739.802246, -2749.684082, 12.888101, 0.0000, 0.0000, 0.0000, 200);
CreateStreamObject(10823, 2948.336426, -2957.910400, 28.985285, 0.0000, 0.0000, 270.0000, 200);
CreateStreamObject(10822, 2948.390137, -3150.276855, 33.364243, 0.0000, 0.0000, 270.0000, 200);
CreateStreamObject(10821, 2948.379883, -3394.926758, 39.465767, 0.0000, 0.0000, 270.0000, 200);
filterscript called midostreamobjects
no errors at compiling
filterscripts actions vactions adminspec MidoStreamObjects GATES MidoStream
good
and i added both files (midostream.pwn/amx and midostreamobjects.pwn/amx) in filterscript
and when i try it on my pc it works ? how it comes?