SA-MP Forums Archive
[Ajuda] Ajuda a Colocar o Streamer no GM - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Ajuda a Colocar o Streamer no GM (/showthread.php?tid=480657)



Ajuda a Colocar o Streamer no GM - WillardsGL - 12.12.2013

galera meu gm esta com usando esse antigo streamer:

Quote:

#include <F_Streamer>

estou mudando meu GM para

Quote:

#include <streamer>

estou fazendo tu tranquilo mas to com erros em uma linha.

erros :

Quote:

C:\Users\157\Desktop\Servidor de SAMP\BPF\pawno\include\streamer.inc(26 : warning: 201: redefinition of constant/macro (symbol "OnGameModeInit")
C:\Users\157\Desktop\Servidor de SAMP\Brasil Riot Games [BRG]\Gamemodes\BRG.pwn(26 : error: 017: undefined symbol "ObjectInfo"
C:\Users\157\Desktop\Servidor de SAMP\Brasil Riot Games [BRG]\Gamemodes\BRG.pwn(26 : warning: 215: expression has no effect
C:\Users\157\Desktop\Servidor de SAMP\Brasil Riot Games [BRG]\Gamemodes\BRG.pwn(26 : error: 001: expected token: ";", but found "]"
C:\Users\157\Desktop\Servidor de SAMP\Brasil Riot Games [BRG]\Gamemodes\BRG.pwn(26 : error: 029: invalid expression, assumed zero
C:\Users\157\Desktop\Servidor de SAMP\Brasil Riot Games [BRG]\Gamemodes\BRG.pwn(26 : error fatal: 107: too many error messages on one line

linha do erro esta em vermelho:
Quote:

//////////[ESTREAMER DE OBJETOS]///////////////////
for(new objectid; objectid<MAX_OBJECTS; objectid++)
{
ObjectInfo[objectid][ObjectCreated][playerid] = false;
}
OldX[playerid] = 999999999.99;
OldY[playerid] = 999999999.99;
OldZ[playerid] = 999999999.99;
RefreshObjects[playerid] = false;

help '-'


Re: Ajuda a Colocar o Streamer no GM - ZaturN - 12.12.2013

Baixe a streamer.dll e coloque em plugins, depois abra server.cfg e crie uma linha assim: plugins streamer


Re: Ajuda a Colocar o Streamer no GM - WillardsGL - 12.12.2013

Quote:
Originally Posted by ZaturN
Посмотреть сообщение
Baixe a streamer.dll e coloque em plugins, depois abra server.cfg e crie uma linha assim: plugins streamer
isso ja estava feito antes do erro ... :S


Re: Ajuda a Colocar o Streamer no GM - ZaturN - 12.12.2013

Pegue essa streamer.inc.

https://sampforum.blast.hk/showthread.php?tid=102865


Re: Ajuda a Colocar o Streamer no GM - WillardsGL - 12.12.2013

ja consegui remover o <F_Streamer> do meu GM, e agora estou tentando colocar a <streamer>, estou com esse aviso.

Quote:

C:\Users\157\Desktop\Servidor de SAMP\Brasil Riot Games [BRG]\Gamemodes\BRG.pwn(16952) : warning 209: function "Streamer_OnPlayerDisconnect" should return a value

preciso fazer mas alguma coisa depois de colocar a include ?