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.5 - Finn - 23.10.2010

Alrighty, it looks like it was a bug in my script as it started working properly after I re-wrote my code.

I'm sorry for bothering you with this, but asdfgh98's bug was so similiar to mine that I thought maybe it's in the plugin.

I have no idea what made the streamer go mad, but I'm happy I got it working. lol


Re: [REL] Streamer Plugin v1.0 - HfV.pT - 24.10.2010

Good Work!!



Re: [REL] Streamer Plugin v2.5 - MonkZemun - 25.10.2010

I need help!!
I run a server and i get this:

Please help me


Re: [REL] Streamer Plugin v2.5 - [HLF]Southclaw - 25.10.2010

Wrong includes, download package again.


Re: [REL] Streamer Plugin v2.5 - MonkZemun - 25.10.2010

can you give me a link please


Re: [REL] Streamer Plugin v2.5 - [HLF]Southclaw - 25.10.2010

facepalm



Your posting in the thread of the actual release! go to the first page and download it...


Re: [REL] Streamer Plugin v2.5 - MonkZemun - 25.10.2010

im download and nothing


Re: [REL] Streamer Plugin v2.5 - kiss - 05.11.2010

thanks man...


Re: [REL] Streamer Plugin v2.5 - AlexXx95 - 18.11.2010

hey i have a big problem

when i start the server i get this err

Script[gamemodes/bare.amx]: Run time error 19: "File or function is not found"

if i remove the #include <streamer> from my gm it works fine but my sever is wasted without objects..i only can use this streamer because my host is on linux..

please help me!


Re: [REL] Streamer Plugin v2.5 - Brian_Furious - 18.11.2010

Quote:
Originally Posted by AlexXx95
View Post
hey i have a big problem

when i start the server i get this err

Script[gamemodes/bare.amx]: Run time error 19: "File or function is not found"

if i remove the #include <streamer> from my gm it works fine but my sever is wasted without objects..i only can use this streamer because my host is on linux..

please help me!
do you have streamer on your server.cfg


Exemple: plugins streamer and plugins streamer.so (for linux)


Re: [REL] Streamer Plugin v2.5 - AlexXx95 - 18.11.2010

Quote:
Originally Posted by Brian_Furious
View Post
do you have streamer on your server.cfg


Exemple: plugins streamer and plugins streamer.so (for linux)
Yes I do


Re: [REL] Streamer Plugin v2.5 - ColdXX - 19.11.2010

can someone give me the good settings of these,that can give the perfect streamed Objects?
pawn Код:
native Streamer_TickRate(rate);
native Streamer_MaxItems(type, items);
native Streamer_VisibleItems(type, items);
native Streamer_CellDistance(Float:distance);
native Streamer_CellSize(Float:size);
Also i have a problem,i made a FS added a map inside it included streamer did everything,but it wont show any object from that FS!
Why?


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

Something to do with TickRate, i think 'lower' it, or 'increase' it. I forgot, look around the comments, someone already asked this!

Код:
This forum requires that you wait 120 seconds between posts. Please try again in 16 seconds.
-_-


Re: [REL] Streamer Plugin v2.5 - Gh0sT_ - 20.11.2010

So i can't understand are CP problems - this is my server fail, or streamer fail? Because i can't see it, when i are not near the cp..


Re: [REL] Streamer Plugin v2.5 - ColdXX - 20.11.2010

Quote:
Originally Posted by [L3th4l]
Посмотреть сообщение
Something to do with TickRate, i think 'lower' it, or 'increase' it. I forgot, look around the comments, someone already asked this!
I dont think its that. i even removed all objects and left only 1....it wont show eighter...i mean seriously!!


Re: [REL] Streamer Plugin v2.5 - Fredden1993 - 21.11.2010

I've installed the .dll in my plugins and added it to my server.cfg, added the .inc in the inlude folder also included streamer in my script.

pawn Код:
error 017: undefined symbol "INVALID_PLAYER_ID"
warning 235: public function lacks forward declaration (symbol "OnFilterScriptInit")
error 017: undefined symbol "funcidx"
warning 215: expression has no effect
error 001: expected token: ";", but found ")"
error 029: invalid expression, assumed zero
fatal error 107: too many error messages on one line
I might be a noob in this but what do from this step?


Re: [REL] Streamer Plugin v2.5 - Incognito - 23.11.2010

Here is the new version:

Quote:

v2.5.1:
- Made cell boundaries contiguous
- Improved speed of spatial queries
- Fixed visibility of items with large streaming distances
- Added natives for attaching areas to players and vehicles
- Implemented functionality for adding and removing multiple virtual worlds, interiors, and players to and from items

New natives:

pawn Код:
native Streamer_IsInArrayData(type, {Text3D,_}:id, data, value);
native Streamer_AppendArrayData(type, {Text3D,_}:id, data, value);
native Streamer_RemoveArrayData(type, {Text3D,_}:id, data, value);
native AttachDynamicAreaToPlayer(areaid, playerid);
native AttachDynamicAreaToVehicle(areaid, vehicleid);
Be sure to read the new notes from the first post, particularly the one about the new global cell in this version that contains all items with large streaming distances.

Please post here if you find any bugs.


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

Nice. Was waiting for a 'AttachAreaToPlayer' Thanks!!


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

Perfect! Array management is very useful when you want to create something in all virtual worlds, but not in 0

One question. What happens with area attached to player/vehicle if player leaves or vehicle is removed?


Re: [REL] Streamer Plugin v2.5 - kurta999 - 23.11.2010

Good the new version.

Didn't fix the checkpoint system in new version ?

EX:
If you create CP with size RaceCP = 2 and DriftCP = 5. And the RaceCP size sometime is 2 and 5. DriftCP also.