SA-MP Forums Archive
[Plugin] Streamer Plugin - 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: Plugin Development (https://sampforum.blast.hk/forumdisplay.php?fid=18)
+--- Thread: [Plugin] Streamer Plugin (/showthread.php?tid=102865)



Re : [REL] Streamer Plugin v2.3.8 - Loxtarz - 24.08.2010

Hi !
(Sorry for my bad English, i\'m french ( if u can reply in french x) )


I switch "streamer.so and streamer.dll" in "GTA SA/serveur/plugins".

I switch "streamer.inc" in "GTA SA/serveur/pawno/include"

(I have "plugins streamer" in server.cfg)


I open and compile my GameMode, ok, 0 errors and 0 warnings (i have #include <streamer> i use 2.3.7 for 0.3a but i want use 2.3.8 for 0.3b, i launch samp-server.exe but :


"Files or functions [gamemodes/mygamemode.amx] is not found"


I must edit my gamemode ? but i have already old version (2.3.7) i have just edit the files
Quote:

I switch "streamer.so and streamer.dll" in "GTA SA/serveur/plugins".

I switch "streamer.inc" in "GTA SA/serveur/pawno/include"

What I must doing ? Thank you.


Re: Re : [REL] Streamer Plugin v2.3.8 - gimini - 25.08.2010

Quote:
Originally Posted by Loxtarz
View Post
Hi !
(Sorry for my bad English, i\'m french ( if u can reply in french x) )


I switch "streamer.so and streamer.dll" in "GTA SA/serveur/plugins".

I switch "streamer.inc" in "GTA SA/serveur/pawno/include"

(I have "plugins streamer" in server.cfg)


I open and compile my GameMode, ok, 0 errors and 0 warnings (i have #include <streamer> i use 2.3.7 for 0.3a but i want use 2.3.8 for 0.3b, i launch samp-server.exe but :


"Files or functions [gamemodes/mygamemode.amx] is not found"


I must edit my gamemode ? but i have already old version (2.3.7) i have just edit the files



What I must doing ? Thank you.
Add the following line to server.cfg:

---- Windows:

plugins streamer


---- Linux:

plugins streamer.so


Re: [REL] Streamer Plugin v2.3.8 - Elviss - 26.08.2010

Please give me the .pwn file PLEASE


Re: [REL] Streamer Plugin v2.3.8 - Ivan_Pantovic - 26.08.2010

Quote:
Originally Posted by Elviss
View Post
Please give me the .pwn file PLEASE
You need streamer include and streamer plugin , all instructions are in the download file .... (readme)


Re: [REL] Streamer Plugin v2.5 - [KMA]DlennartD - 05.09.2010

any converter avaible for the 0.3b update?


Re: [REL] Streamer Plugin v2.5 - BP13 - 05.09.2010

Quote:
Originally Posted by [KMA]DlennartD
View Post
any converter avaible for the 0.3b update?
The format is still the same I believe.


Re: [REL] Streamer Plugin v2.5 - [KMA]DlennartD - 05.09.2010

Quote:
Originally Posted by BP13
View Post
The format is still the same I believe.
Nah, I need to ad worldid, interiorid, playerid and Float:distance behind each object by hand now.


Re: [REL] Streamer Plugin v2.5 - Basicz - 19.09.2010

Thanks, It helps some of my objects in my server!


Re: [REL] Streamer Plugin v2.5 - Sergei - 19.09.2010

It can't show up more than 399 objects because that's SA:MP limit. That's why it's called streamer.


Re: [REL] Streamer Plugin v2.5 - BP13 - 19.09.2010

Quote:
Originally Posted by ohshit101
Посмотреть сообщение
so can i get over 400 objects or not? it wont work for me and i installed it right perfect followed the whole tut and nothing i teleported to my big jump i made and poof it was gone
please help
That means you did not install it perfectly.

Quote:
Originally Posted by Sergei
Посмотреть сообщение
It can't show up more than 399 objects because that's SA:MP limit. That's why it's called streamer.
Actually 400 It can show up to 400 per area and basically unlimited objects spread across the map.


Re: [REL] Streamer Plugin v2.5 - Sergei - 19.09.2010

Quote:
Originally Posted by BP13
Посмотреть сообщение
Actually 400 It can show up to 400 per area and basically unlimited objects spread across the map.
Actually 399 It can show up to 399 per area and basically it can store as many items as RAM allows you.

Quote:
Originally Posted by sk0t
Посмотреть сообщение
What's the highest view distance? (Meaning no matter how far away from the object you are it will always be loaded?)
Quote:

300.0 is the usable maximum.
Source: https://sampwiki.blast.hk/wiki/CreateObject



Re: [REL] Streamer Plugin v2.5 - ohshit101 - 19.09.2010

Quote:
Originally Posted by Sergei
Посмотреть сообщение
Actually 399 It can show up to 399 per area and basically it can store as many items as RAM allows you.
what does that mean? RAM?


Re: [REL] Streamer Plugin v2.5 - Toni - 19.09.2010

Quote:
Originally Posted by ohshit101
Посмотреть сообщение
what does that mean? RAM?
Its your computer processor, it's how much memory your computer can transfer per second I think.

It's all here: http://en.wikipedia.org/wiki/Random-access_memory


Re: [REL] Streamer Plugin v2.5 - cyber_punk - 24.09.2010

Quote:
Originally Posted by ohshit101
Посмотреть сообщение
so can i get over 400 objects or not? it wont work for me and i installed it right perfect followed the whole tut and nothing i teleported to my big jump i made and poof it was gone
please help
If you teleported inside of a vehicle that could have been why it didn't show up.


Re: [REL] Streamer Plugin v2.5 - Fedee! - 04.10.2010

Quote:
Originally Posted by BP13
Посмотреть сообщение
That means you did not install it perfectly.



Actually 400 It can show up to 400 per area and basically unlimited objects spread across the map.
But, 400 objects per player right?

I always had that question..


Re: [REL] Streamer Plugin v2.5 - BP13 - 05.10.2010

Quote:
Originally Posted by Fedee!
Посмотреть сообщение
But, 400 objects per player right?

I always had that question..
Unlimited per player but 400 per area (400 per view distance you choose)


Re: [REL] Streamer Plugin v2.5 - Fedee! - 07.10.2010

Quote:
Originally Posted by BP13
Посмотреть сообщение
Unlimited per player but 400 per area (400 per view distance you choose)
So.. if there are 400 persons in one area, 1 object will be shown for each player?


Re: [REL] Streamer Plugin v2.5 - llama - 15.10.2010

Quote:
Originally Posted by RobinOwnz
Посмотреть сообщение
Bug found:

If you got a checkpoint with an different checkpoint size then the other, the other checkpoint his size will be the same as the other checkpoint..

So as example:

CheckpointA his size is 5. CheckpointB his size is 3. If you see CheckpointA on your screen, and then go to CheckpointB, CheckpointB his size will be the same as CheckpointA.
That's a SA-MP bug.

Quote:
Originally Posted by knackworst
Посмотреть сообщение
C:\Users\William\Downloads\TI\Backup\Tropical Island Server\filterscripts\Adminscript.pwn(2) : fatal error 100: cannot read from file: "streamer"

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.

I did everything what you siad but I get this stupid error...
Put streamer.inc in /pawno/include/


Re: [REL] Streamer Plugin v2.5 - [L3th4l] - 16.10.2010

Quote:
Originally Posted by knackworst
Посмотреть сообщение
C:\Users\William\Downloads\TI\Backup\Tropical Island Server\filterscripts\Adminscript.pwn(2) : fatal error 100: cannot read from file: "streamer"

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.

I did everything what you siad but I get this stupid error...
1. Open pawno FIRST
2. Click Open > Your script
3. Compile


Re: [REL] Streamer Plugin v2.5 - Sweet_Mafia - 16.10.2010

great idea and plugin, i rememmber without the streamer i had to use 4 diffferent plugins to support my server, now i have just this one, thanks a bunch