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 - DarkPower - 12.06.2010

I just love it


Re: [REL] Streamer Plugin v2.3.8 - mojo129 - 12.06.2010

Quote:

----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3a R7, ©2005-2010 SA-MP Team

[00:26:32]
[00:26:32] Server Plugins
[00:26:32] --------------
[00:26:32] Loading plugin: streamer.so
[00:26:32]
*** Streamer Plugin v2.3.8 by Incognito loaded ***

[00:26:32] Loaded.
[00:26:32] Loaded 1 plugins.


[00:26:32]
[00:26:32] Ban list
[00:26:32] --------
[00:26:32] Loaded: samp.ban
[00:26:32]
[00:26:32]
[00:26:32] Filter Scripts
[00:26:32] ---------------
[00:26:32] Loading filter script 'objects.amx'...
[00:26:32] Unable to load filter script 'objects.amx'.
[00:26:32] Loading filter script 'RandMsg.amx'...
[00:26:32] Unable to load filter script 'RandMsg.amx'.
[00:26:32] Loaded 0 filter scripts.

[00:26:32] Script[gamemodes/larp.amx]: Run time error 19: "File or function is not found"
[00:26:32] Number of vehicle models: 0

Quote:

plugins streamer.so

I then put in the server.cfg.

Quote:

Streamer.so files I put in the plugin folder then.

I bad English. I Use LINUX.


Re: [REL] Streamer Plugin v2.3.8 - Luka P. - 12.06.2010

I must say this plugin is perfect!
Since today I've tested checkpoints and map icons, and today I tested areas! Wow, everything worked perfectly!


Re: [REL] Streamer Plugin v2.3.8 - [KMA]DlennartD - 17.06.2010

woot! nice


Re: [REL] Streamer Plugin v2.3.8 - GhOsT[X] - 18.06.2010

Quote:
Originally Posted by Mr.XXX
Quote:

----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3a R7, ©2005-2010 SA-MP Team

[00:26:32]
[00:26:32] Server Plugins
[00:26:32] --------------
[00:26:32] Loading plugin: streamer.so
[00:26:32]
*** Streamer Plugin v2.3.8 by Incognito loaded ***

[00:26:32] Loaded.
[00:26:32] Loaded 1 plugins.


[00:26:32]
[00:26:32] Ban list
[00:26:32] --------
[00:26:32] Loaded: samp.ban
[00:26:32]
[00:26:32]
[00:26:32] Filter Scripts
[00:26:32] ---------------
[00:26:32] Loading filter script 'objects.amx'...
[00:26:32] Unable to load filter script 'objects.amx'.
[00:26:32] Loading filter script 'RandMsg.amx'...
[00:26:32] Unable to load filter script 'RandMsg.amx'.
[00:26:32] Loaded 0 filter scripts.

[00:26:32] Script[gamemodes/larp.amx]: Run time error 19: "File or function is not found"
[00:26:32] Number of vehicle models: 0

Quote:

plugins streamer.so

I then put in the server.cfg.

Quote:

Streamer.so files I put in the plugin folder then.

I bad English. I Use LINUX.
u compiled the mode with the latest streamer include?
note: your fs arent loading too


Re: [REL] Streamer Plugin v2.3.8 - Incognito - 21.06.2010

I uploaded an update which fixes the bug with DestroyAllDynamicObjects (and similar natives). IDs should be assigned properly now after this is called. There are a few other minor changes as well.

Also, as someone noted above, the runtime error is caused by an outdated include file. Always recompile scripts with the latest streamer.inc from the server package in case anything has changed.


Re: [REL] Streamer Plugin v2.3.8 - Calgon - 22.06.2010

Has this plugin been updated for 0.3a R8? (if it needs updating).


Re: [REL] Streamer Plugin v2.3.8 - Panorama_ - 22.06.2010

Quote:
Originally Posted by Calgon
Has this plugin been updated for 0.3a R8? (if it needs updating).
Nah, it works with the R8.. [ tested ]


Re: [REL] Streamer Plugin v2.3.8 - [MK]Soprano - 22.06.2010

Hmm i try ti use this but i got this warnings

C:\Documents and Settings\Milan\Desktop\Miki\pawno\include\Streamer .inc(21 : warning 201: redefinition of constant/macro (symbol "OnGameModeInit")
C:\Documents and Settings\Milan\Desktop\miki\pawno\include\Streamer .inc(239) : warning 201: redefinition of constant/macro (symbol "OnPlayerConnect")
C:\Documents and Settings\Milan\Desktop\miki\pawno\include\Streamer .inc(260) : warning 201: redefinition of constant/macro (symbol "OnPlayerDisconnect")

Help


Re: [REL] Streamer Plugin v2.3.8 - Calgon - 24.06.2010

Quote:
Originally Posted by _Jay_
Quote:
Originally Posted by Calgon
Has this plugin been updated for 0.3a R8? (if it needs updating).
Why would it need updating? It's only plugins like ******' which uses memory hacking which would require an update in order for it to work.
I wasn't sure and wanted to clarify before updating to 0.3a R8, thanks for clearing it up anyway $ЂЯĢ.


Re: [REL] Streamer Plugin v2.3.8 - Luka P. - 24.06.2010

I have tested pickups and 3d texts today. So I've tested objects, pickups, map icons, areas and checkpoints and everything is working perfectly, except when u are in vehicle - then it streams slowly.


Re: [REL] Streamer Plugin v2.3.8 - Toni - 06.07.2010

I have a question,

I have been trying to learn how to use the area system, and so far it has been good. The problem is that after I have

created the Area, I tried using the Callback
pawn Код:
native OnPlayerEnterDynamicArea(playerid, areaID);
I just don't know what other callback to use it on, maybe OnPlayerUpdate(playerid) but it might lagg the hell out of the server.

Or I could use SetTimerEx, anyone have any ideas?


Re: [REL] Streamer Plugin v2.3.8 - Sergei - 06.07.2010

You don't need to use any other callbacks. OnPlayerEnterDynamicArea is called itself when player uses specific area.


Re: [REL] Streamer Plugin v2.3.8 - Toni - 06.07.2010

Quote:
Originally Posted by Sergei
Посмотреть сообщение
You don't need to use any other callbacks. OnPlayerEnterDynamicArea is called itself when player uses specific area.
Yes...but in general, I'm speaking about where/how would I place that Callback.


Re: [REL] Streamer Plugin v2.3.8 - Sergei - 06.07.2010

Outside any other callback/function where all other callbacks are put.


Re: [REL] Streamer Plugin v2.3.8 - Toni - 06.07.2010

Oh ok, I get what you meant, as in a public callback.

So, after I experimented I used

pawn Код:
public OnPlayerEnterDynamicArea(playerid, areaid)
{
    if(areaid == Area69DM)
    {
        SendClientMessage(playerid, COLOR_RED, "CAUTION: You have entered the Area 69 DM!");
        InArea69[playerid] = 0;
    }
    return 1;
}
its tested, and it works! Thank you.


Re: [REL] Streamer Plugin v2.3.8 - KyLLeR - 08.07.2010

Quote:
Originally Posted by Incognito
Посмотреть сообщение
- Default visible items: 254 (objects);
Where you can change this setting? Prompt please


Re: [REL] Streamer Plugin v2.3.8 - Sergei - 08.07.2010

Код:
Streamer_VisibleItems(STREAMER_TYPE_OBJECT, items);



Re: [REL] Streamer Plugin v2.3.8 - KyLLeR - 08.07.2010

Many thanks


Re: [REL] Streamer Plugin v2.3.8 - Tails - 08.07.2010

Completely awesome.
SEGA supports this. Scratch that, I support this with everything I've got. :3