[Ajuda] Ajuda a Colocar o Streamer no GM
#1

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 '-'
Reply
#2

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

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
Reply
#4

Pegue essa streamer.inc.

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

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


Forum Jump:


Users browsing this thread: 1 Guest(s)