Question about streamers - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Question about streamers (
/showthread.php?tid=115377)
Question about streamers -
dbh4you - 23.12.2009
hey all, i'm new to coding and would like to know what a streamer is and of what use they are to us ingame.
And if you could, could you please tell me how to operate one?
Re: Question about streamers -
MadeMan - 23.12.2009
For example object streamer allows you to have more objects in game. It automatically deletes the objects that are too far away from players to see them and makes them visible again if any player is close enough.
Re: Question about streamers -
st-kia - 25.12.2009
hey, i'm also new to coding.
How do i use a streamer?
I've downloaded mido streamer and put everything into the correct places.
Now, how do i activate the streamer and be able to add objects?
Re: Question about streamers -
MadeMan - 25.12.2009
To use a streamer you have to use streamer's functions instead of SA-MP native functions.
Re: Question about streamers -
Dark_Kostas - 25.12.2009
Also streamer is used to have more things(mildo is for objects i think) than the sa-mp limits.
HERE are the limits
Re: Question about streamers -
st-kia - 25.12.2009
Yeh, i wanted to exceed the samp limit.
Where do i place the objects, in my gamemode, if so where abouts?
Also, can i just convert a normal sa-mp (Createobject) into a streamer and paste it into my gamemode?
Re: Question about streamers -
MadeMan - 25.12.2009
Which streamer are you using?
Re: Question about streamers -
Dark_Kostas - 25.12.2009
Quote:
Originally Posted by st-kia
I've downloaded mido streamer and put everything into the correct places.
Now, how do i activate the streamer and be able to add objects?
|
he said on his 2nd post
Re: Question about streamers -
MadeMan - 25.12.2009
Quote:
Originally Posted by Dark_Kostas
Quote:
Originally Posted by st-kia
I've downloaded mido streamer and put everything into the correct places.
Now, how do i activate the streamer and be able to add objects?
|
he said on his 2nd post
|
Ok, so use CreateStreamObject under OnGameModeInit to add objects.
Re: Question about streamers -
st-kia - 25.12.2009
LOL thanks.