SA-MP Forums Archive
[Include] MidoStream - Flexible Object Streamer - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+---- Forum: Includes (https://sampforum.blast.hk/forumdisplay.php?fid=83)
+---- Thread: [Include] MidoStream - Flexible Object Streamer (/showthread.php?tid=39836)

Pages: 1 2 3 4 5


Re: MidoStream - Flexible Object Streamer - GBLTeam - 10.04.2011

MidoBan left??


Re: MidoStream - Flexible Object Streamer - Gray - 10.04.2011

can i see an example of a flexible objects in samp ?


Re: MidoStream - Flexible Object Streamer - adios1 - 09.06.2011

Hello guys I need help.. Im using mido strream. now the prob is.. why sometimes the objects r not loading? or its slow to load? what should I do? thank you


Re: MidoStream - Flexible Object Streamer - Hunted...Killed - 26.09.2011

Nice work! very well laid out and i cant wait to test it!


Re: MidoStream - Flexible Object Streamer - StreetGT - 09.10.2011

Removed


Re: MidoStream - Flexible Object Streamer - SA_Claude - 22.10.2011

Where can I Put the CreateStreamObject


Re: MidoStream - Flexible Object Streamer - denNorske - 28.04.2012

Quote:
Originally Posted by SA_Claude
Посмотреть сообщение
Where can I Put the CreateStreamObject
If you are adding it to your gamemode:

Search for


Код:
public OnGameModeInit()
{

//and add them below:

CreateStreamObject(3509,300.49000000,-1824.68000000,3.04000000,0.00000000,0.00000000,0.00000000,250); //



Re: MidoStream - Flexible Object Streamer - JaKe Elite - 16.09.2012

MidoStream is great


Re: MidoStream - Flexible Object Streamer - Plovix - 10.11.2012

Very nice job,I can't belive that you only have 9 reps.I +rep to you


Re: MidoStream - Flexible Object Streamer - NoahF - 10.11.2012

Nice, MidoBan. I like the functions it has compared to some other streamers.


Re: MidoStream - Flexible Object Streamer - Wayland - 14.12.2013

When I put this after onplayerdisconnect, It gave me errors
pawn Код:
MidoStreamDisconnect(playerid);
    }

    OnPlayerStatsUpdate(playerid);
    return 1;
}
Код:
C:\Ma Stuff is Here\FUCKU\gamemodes\LYL.pwn(48390) : warning 209: function "SSCANF_OnPlayerDisconnect" should return a value
C:\Ma Stuff is Here\FUCKU\gamemodes\LYL.pwn(48392) : error 021: symbol already defined: "OnPlayerStatsUpdate"
C:\Ma Stuff is Here\FUCKU\gamemodes\LYL.pwn(48393) : error 010: invalid function or declaration
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


2 Errors.



Re: MidoStream - Flexible Object Streamer - newbie scripter - 14.12.2013

pawn Код:
MidoStreamDisconnect(playerid)
{

    OnPlayerStatsUpdate(playerid);
    return 1;
}



Respuesta: MidoStream - Flexible Object Streamer - jurgen - 21.02.2014

this is obsolete


Re: Respuesta: MidoStream - Flexible Object Streamer - Riddy - 21.02.2014

Quote:
Originally Posted by jurgen
Посмотреть сообщение
this is obsolete
If this is obsolete, then why are you bumping the topic?