[Ajuda] Stream.so para de funcionar do nada...
#1

Quote:

SA-MP Dedicated Server
----------------------
v0.3x, ©2005-2013 SA-MP Team

[19:58:39] filterscripts = "" (string)
[19:58:39]
[19:58:39] Server Plugins
[19:58:39] --------------
[19:58:39] Loading plugin: streamer.so
[19:58:39]

*** Streamer Plugin v2.6.1 by Incognito loaded ***

[19:58:39] Loaded.
[19:58:39] Loaded 1 plugins.

[19:58:39]
[19:58:39] Filterscripts
[19:58:39] ---------------
[19:58:39] Loaded 0 filterscripts.

[19:58:39]
---------------------------------------------------------
[19:58:39] Server Ligado: [07/06/2013 19:58:39]
[19:58:39] ---------------------------------------------------------

[19:58:39] -----------------------------
[19:58:39] *** GM - BPL RPG Iniciado ***
[19:58:39] -----------------------------
[19:58:39] 28 Orgs Carregadas
[19:58:39] [MORRO] Dono do Morro = 0
[19:58:39] Sistema de Helper Carregado! Vagas: 16
[19:58:39] 241 Casas Carregadas
[19:58:39] 7 Empresas Carregadas
[19:58:39] 22 Empresas Especiais Carregadas
[19:58:39] [BPL]: 130 Carros Carregados
[19:58:39] AllowAdminTeleport() : function is deprecated. Please see OnPlayerClickMap()
[19:58:39]
[19:58:39]
[19:58:39] Brasil Play Legend [RPG V4.6]
[19:58:39]
[19:58:39] Number of vehicle models: 91
[19:59:14] Incoming connection: 189.60.59.
[19:59:15] [join] Roupinol_Halls has joined the server (0:189.60..)
[19:59:25] Roupinol_Halls Entrou no BrasilPlayLegend
[20:00:41] --- Server Shutting Down.
[20:00:41] [MORRO] Dono do Morro = 0
[20:00:41]
---------------------------------------------------------
[20:00:41] Server Desligado: [07/06/2013 20:00:41]
[20:00:41] ---------------------------------------------------------

[20:00:41] [part] Roupinol_Halls has left the server (0:0)
[20:00:41]

*** Streamer Plugin v2.6.1 by Incognito unloaded ***

Jб modifiquei no Server.cfg para > plugins stream.so

O servidor entra normalmente, porйm depois de 2~3 minutos ele cai... sabem oque pode ser?
Obs: Eu to usando o CarbonHost!
Reply
#2

Pesquise no .pwn:

pawn Код:
AllowAdminTeleport
Substitua Por:

pawn Код:
OnPlayerClickMap
E atualize seu streamer

AQUI
Reply
#3

Quote:
Originally Posted by ProKillerpa
Посмотреть сообщение
Pesquise no .pwn:

pawn Код:
AllowAdminTeleport
Substitua Por:

pawn Код:
OnPlayerClickMap
E atualize seu streamer

AQUI
Mesmo problema :X
Reply
#4

Up~~ Alguem ajuda?
Reply
#5

CarbonHost usa o Sistema operacional Linux, Plugins para pegar no Linux й muito difнcil, eu mesmo quando usei a Carbon tive que tirar o plugin streamer, tenta atualiza-lo, ele e a Include, depois que atualizar copila o GM novamente para poder a include copilar no amx, Agora sobre o teleporte de admin, crie a Callback:

pawn Код:
public OnPlayerClickMap(playerid, Float:fX, Float:fY, Float:fZ)
{
    if(PlayerInfo[playerid][pAdmin] >= 4)
    {
        SetPlayerPos(playerid, fX, fY, fZ);
    }
    return 1;
}
Reply
#6

Quote:
Originally Posted by Stronda xD
Посмотреть сообщение
CarbonHost usa o Sistema operacional Linux, Plugins para pegar no Linux й muito difнcil, eu mesmo quando usei a Carbon tive que tirar o plugin streamer, tenta atualiza-lo, ele e a Include, depois que atualizar copila o GM novamente para poder a include copilar no amx, Agora sobre o teleporte de admin, crie a Callback:

pawn Код:
public OnPlayerClickMap(playerid, Float:fX, Float:fY, Float:fZ)
{
    if(PlayerInfo[playerid][pAdmin] >= 4)
    {
        SetPlayerPos(playerid, fX, fY, fZ);
    }
    return 1;
}
O maior problema nгo й o teleport de admin, sу esse problema do servidor cair por causa do Streamer... E eu ja fiz isso, poderia me informar como eu desativo essa streamer? Obrigado pela atenзгo.
Reply
#7

Alguem ajuda?

Tirei o plugin, mas ainda fecha!

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

SA-MP Dedicated Server
----------------------
v0.3x, ©2005-2013 SA-MP Team

[00:50:35] filterscripts = "" (string)
[00:50:35]
[00:50:35] Server Plugins
[00:50:35] --------------
[00:50:35] Loaded 0 plugins.

[00:50:35]
[00:50:35] Filterscripts
[00:50:35] ---------------
[00:50:35] Loaded 0 filterscripts.

[00:50:35]
---------------------------------------------------------
[00:50:35] Server Ligado: [08/06/2013 00:50:35]
[00:50:35] ---------------------------------------------------------

[00:50:35] -----------------------------
[00:50:35] *** GM - BPL RPG Iniciado ***
[00:50:35] -----------------------------
[00:50:35] 28 Orgs Carregadas
[00:50:35] [MORRO] Dono do Morro = 0
[00:50:35] Sistema de Helper Carregado! Vagas: 16
[00:50:35] 241 Casas Carregadas
[00:50:35] 7 Empresas Carregadas
[00:50:35] 22 Empresas Especiais Carregadas
[00:50:35] [BPL]: 130 Carros Carregados
[00:50:35] AllowAdminTeleport() : function is deprecated. Please see OnPlayerClickMap()
[00:50:35]
[00:50:35]
[00:50:35] Brasil Play Legend [RPG V4.6]
[00:50:35]
[00:50:35] Number of vehicle models: 91
[00:50:59] Incoming connection: 189.6...
[00:51:00] [join] Roupinol_Halls has joined the server (0:189.6...)
[00:51:11] Roupinol_Halls Entrou no BrasilPlayLegend
[00:52:36] --- Server Shutting Down.
[00:52:36] [MORRO] Dono do Morro = 0
[00:52:36]
---------------------------------------------------------
[00:52:36] Server Desligado: [08/06/2013 00:52:36]
[00:52:36] ---------------------------------------------------------

[00:52:36] [part] Roupinol_Halls has left the server (0:0)
Reply
#8

Up~~
Reply
#9

Fera tente atualizar estes sгo os que eu uso em meu servidor....

DOWNLOAD


Vocк citou acima que gostaria de desativas a streamer...

Basta apagar a linha:

pawn Код:
#include <streamer>
do topo do seu Game Mode e compilar

e apagar a linha da server.cfg:

pawn Код:
plugins streamer//Deixando apenas plugins ou no caso do linux plugin
Reply
#10

Retirei o plugin, vamos ver c vai fechar, irei editar essa mensagem, se puder me ajudar, caso fechar, agradeceria!

Quote:

[15:01:57] -----------------------------
[15:01:57] *** GM - BPL RPG Iniciado ***
[15:01:57] -----------------------------
[15:01:57] 28 Orgs Carregadas
[15:01:57] [MORRO] Dono do Morro = 0
[15:01:57] Sistema de Helper Carregado! Vagas: 16
[15:01:57] 241 Casas Carregadas
[15:01:57] 7 Empresas Carregadas
[15:01:57] 22 Empresas Especiais Carregadas
[15:01:57] [BPL]: 130 Carros Carregados
[15:01:57] AllowAdminTeleport() : function is deprecated. Please see OnPlayerClickMap()
[15:01:57]
[15:01:57]
[15:01:57] Brasil Play Legend [RPG V4.6]
[15:01:57]
[15:01:57] Number of vehicle models: 91

Edit:
Olha oque aconteceu:

Quote:

#


SA-MP Dedicated Server
----------------------
v0.3x, ©2005-2013 SA-MP Team

[15:01:57] filterscripts = "" (string)
[15:01:57]
[15:01:57] Server Plugins
[15:01:57] --------------
[15:01:57] Loaded 0 plugins.

[15:01:57]
[15:01:57] Filterscripts
[15:01:57] ---------------
[15:01:57] Loaded 0 filterscripts.

[15:01:57]
---------------------------------------------------------
[15:01:57] Server Ligado: [08/06/2013 15:01:57]
[15:01:57] ---------------------------------------------------------

[15:01:57] -----------------------------
[15:01:57] *** GM - BPL RPG Iniciado ***
[15:01:57] -----------------------------
[15:01:57] 28 Orgs Carregadas
[15:01:57] [MORRO] Dono do Morro = 0
[15:01:57] Sistema de Helper Carregado! Vagas: 16
[15:01:57] 241 Casas Carregadas
[15:01:57] 7 Empresas Carregadas
[15:01:57] 22 Empresas Especiais Carregadas
[15:01:57] [BPL]: 130 Carros Carregados
[15:01:57] AllowAdminTeleport() : function is deprecated. Please see OnPlayerClickMap()
[15:01:57]
[15:01:57]
[15:01:57] Brasil Play Legend [RPG V4.6]
[15:01:57]
[15:01:57] Number of vehicle models: 91
[15:06:07] --- Server Shutting Down.
[15:06:07] [MORRO] Dono do Morro = 0
[15:06:07]
---------------------------------------------------------
[15:06:07] Server Desligado: [08/06/2013 15:06:07]
[15:06:07] ---------------------------------------------------------

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)