SA-MP Forums Archive
[Ajuda] Erro com streamer - 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] Erro com streamer (/showthread.php?tid=501894)



Erro com streamer - Maxtel - 21.03.2014

Galera fui compilar minha gm e deu seguinte erro

C:\Users\weslley\Desktop\Nova pasta\pawno\include\streamer.inc(489) : error 017: undefined symbol "BULLET_HIT_TYPE_PLAYER_OBJECT"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.

Gostaria de saber como aruma e porque isso ocorre

jб pesquisei e nada resolve jб atualizei as includes do pawn para a do samp 0.3z


Re: Erro com streamer - WendeLKILL - 21.03.2014

Atualiza a Include Streamer


Re: Erro com streamer - Maxtel - 21.03.2014

to usando ultima que baixei no tуpico oficial ontem

e tb adicionei o plugin ao pawno


Re: Erro com streamer - WendeLKILL - 21.03.2014

Entгo Manda a Linha 489 da Include Streamer


Re: Erro com streamer - Maxtel - 21.03.2014

public OnPlayerWeaponShot(playerid, weaponid, hittype, hitid, Float:fX, Float:fY, Float:fZ)
{
if (hittype == BULLET_HIT_TYPE_PLAYER_OBJECT)
{
Streamer_CallbackHook(STREAMER_OPWS, playerid, weaponid, hittype, hitid, fX, fY, fZ);
}
#if defined Streamer_OnPlayerWeaponShot
return Streamer_OnPlayerWeaponShot(playerid, weaponid, hittype, hitid, fX, fY, fZ);
#else
return 1;
#endif
}

postei tudo mas linha if (hittype == BULLET_HIT_TYPE_PLAYER_OBJECT)


Re: Erro com streamer - GabrielRibeiro - 21.03.2014

Quote:
Originally Posted by Maxtel
Посмотреть сообщение
public OnPlayerWeaponShot(playerid, weaponid, hittype, hitid, Float:fX, Float:fY, Float:fZ)
{
if (hittype == BULLET_HIT_TYPE_PLAYER_OBJECT)
{
Streamer_CallbackHook(STREAMER_OPWS, playerid, weaponid, hittype, hitid, fX, fY, fZ);
}
#if defined Streamer_OnPlayerWeaponShot
return Streamer_OnPlayerWeaponShot(playerid, weaponid, hittype, hitid, fX, fY, fZ);
#else
return 1;
#endif
}

postei tudo mas linha if (hittype == BULLET_HIT_TYPE_PLAYER_OBJECT)

Use o que eu uso:

http://pastebin.com/XJWTeWSR


Re: Erro com streamer - Maxtel - 22.03.2014

Copilo agora poderia me mandar sua streamer.so


Re: Erro com streamer - Locky_ - 22.03.2014

Esses erros aн ocorrem por que nгo estб com as includes do sa-mp mais atuais.
o Streamer 2.7 й para o SA-MP 0.3z.
Ou seja, todas as includes do SA-MP deve ser tambйm do 0.3z.


Re: Erro com streamer - Maxtel - 22.03.2014

Eu atualizei meu samp teria como me passa seu Skype para pode me ajudar ?