SA-MP Forums Archive
[Include] [INC] HStreamer 0.5 - 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] [INC] HStreamer 0.5 (/showthread.php?tid=94400)



[INC] HStreamer 0.5 - Homerman - 29.08.2009

Finally releasing my Streamer made a year ago. I don't speak very good english, so just a little info: This Streamer presents Object, Pickup and Vehicle streamer in one (divided in 3 includes).

USAGE: First put up in your GameMode this -
If you want to use JUST a Pickup streamer:
Code:
#include <HStream_pickups>
If you want to use JUST a Vehicle streamer:
Code:
#include <HStream_vehicles>
If you want to use JUST a Object streamer:
Code:
#include <HStream_objects>
Second put in public OnGameModeInit() this:
Code:
UseObjectStreamer()
(and change the name of streamer that you need)

And after that - use it with functions AddStreamObject, AddStreamPickup and AddStreamVehicle...

DOWNLOAD:

Version 0.5


Re: [INC] HStreamer 0.5 - GTA_Rules - 31.08.2009

Nice work.


Re: [INC] HStreamer 0.5 - XtremeChio - 31.08.2009

Nice, there are like 4 good streamers for now, I hope this one makes it 5.


Re: [INC] HStreamer 0.5 - BP13 - 11.09.2009

Your source for the .amx's are missing!


Re: [INC] HStreamer 0.5 - mmrk - 11.09.2009

Little mistake in
Quote:

#include <HStream_vehicles>
warning 203: symbol is never used: "Color2"

Your code:
pawn Code:
stock AddStreamVehicle(model,Float:X,Float:Y,Float:Z,Float:Angle,Color1,Color2)
{
     VehModel[VehID] = model; VehCol1[VehID] = Color1; VehCol2[VehID] = Color1;
    vX[VehID] = Float:X; vY[VehID] = Float:Y; vZ[VehID] = Float:Z; vAng[VehID] = Float:Angle;
    vViewDist[VehID] = 50; VehID += 1;
    return VehID-1;
}
It should be VehCol2[VehID] = Color2:
pawn Code:
stock AddStreamVehicle(model,Float:X,Float:Y,Float:Z,Float:Angle,Color1,Color2)
{
     VehModel[VehID] = model; VehCol1[VehID] = Color1; VehCol2[VehID] = Color2;
    vX[VehID] = Float:X; vY[VehID] = Float:Y; vZ[VehID] = Float:Z; vAng[VehID] = Float:Angle;
    vViewDist[VehID] = 50; VehID += 1;
    return VehID-1;
}



Re: [INC] HStreamer 0.5 - CJ101 - 11.09.2009

cool... need more streamer releases on here.

Off Topic: Hey, only i can have a homer simpson avatar xD


Re: [INC] HStreamer 0.5 - BP13 - 11.09.2009

Quote:
Originally Posted by Seif_ [adream-rp.com
]
Quote:
Originally Posted by [SU
BP13 ]
Your source for the .amx's are missing!
It's an include, so it doesn't require any .pwn nor .amx.
its includes and .amx's in the download


Re: [INC] HStreamer 0.5 - DSK_Vyorel - 01.06.2011

Another link please! :P


AW: [INC] HStreamer 0.5 - Forbidden - 01.06.2011

Good Job ,homerman


Re: [INC] HStreamer 0.5 - Michael@Belgium - 01.06.2011

Lol are you serious ? XD Only 9 reply's But the link is dead


Re: [INC] HStreamer 0.5 - BASITJALIL - 01.06.2011

Nice work
Edit:fix the link


Re: [INC] HStreamer 0.5 - [ITS]StatickShock - 01.06.2011

download not worked please fix it