[Plugin] Streamer Plugin

I just love it
Reply

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.
Reply

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!
Reply

woot! nice
Reply

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
Reply

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.
Reply

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

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 ]
Reply

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
Reply

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 $ЂЯĢ.
Reply

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.
Reply

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?
Reply

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

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.
Reply

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

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.
Reply

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

Код:
Streamer_VisibleItems(STREAMER_TYPE_OBJECT, items);
Reply

Many thanks
Reply

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


Forum Jump:


Users browsing this thread: 17 Guest(s)