need 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: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: need Streamer (
/showthread.php?tid=469281)
need Streamer -
caoraivoso3 - 12.10.2013
well i need a good streamer to checkpoints,objects and pickups. For objects i pick the F_Streamer and for checkpoints i pick incognito Streamer but i want to know ur opinions.
incognito streamer
https://sampforum.blast.hk/showthread.php?tid=102865
fallout streamer
https://sampforum.blast.hk/showthread.php?tid=117920
do you know better? If so please post here and thanks if you try to help.
Re: need Streamer -
Konstantinos - 12.10.2013
Incognito's Streamer because it was written in C++ and it's much faster/better to stream items than an include written in Pawn.
Re: need Streamer - Patrick - 12.10.2013
Quote:
Originally Posted by Konstantinos
Incognito's Streamer because it was written in C++ and it's much faster/better to stream items than an include written in Pawn.
|
Word, I prefer and most people uses
Icognito's streamer.
Re: need Streamer -
caoraivoso3 - 12.10.2013
i should use it for objects too?
Re: need Streamer -
Konstantinos - 12.10.2013
It's recommended. You can use more objects with the plugin.
Re: need Streamer -
PT - 12.10.2013
Incognito's Streamer because it's much faster/better and have much more things too use.
Re: need Streamer -
caoraivoso3 - 17.10.2013
thanks but some guy says that with the fallout streamer the player don't fall from the building when they get in and with incognito they fall, it is true?
Re: need Streamer - Patrick - 17.10.2013
Quote:
Originally Posted by caoraivoso3
thanks but some guy says that with the fallout streamer the player don't fall from the building when they get in and with incognito they fall, it is true?
|
You could change the
streamdistance
Re: need Streamer -
caoraivoso3 - 17.10.2013
streamdistance how i do it? that don't make the objects getting streamed for x distance?
Re: need Streamer -
Konstantinos - 17.10.2013
Quote:
Originally Posted by caoraivoso3
thanks but some guy says that with the fallout streamer the player don't fall from the building when they get in and with incognito they fall, it is true?
|
I've been using Incognito's Streamer for a long time and I don't have any problem with it.
pawn Код:
native CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 200.0);
The
streamdistance is (by default) set to 200.0