[Ajuda] onde encontro streamer recente - 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] onde encontro streamer recente (
/showthread.php?tid=516175)
onde encontro streamer recente -
CrazyHelp - 29.05.2014
Galera Queria Saber onde Encontro Versгo mas recente da plugin streamer.
Respuesta: onde encontro streamer recente -
SkullFire - 29.05.2014
No tуpico oficial, й claro .
https://sampforum.blast.hk/showthread.php?tid=102865
Re: onde encontro streamer recente -
CrazyHelp - 29.05.2014
pawn Код:
C:\Users\Pedro\Desktop\BTW\pawno\include\streamer.inc(487) : warning 235: public function lacks forward declaration (symbol "OnPlayerWeaponShot")
C:\Users\Pedro\Desktop\BTW\pawno\include\streamer.inc(489) : error 017: undefined symbol "BULLET_HIT_TYPE_PLAYER_OBJECT"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.
linha do erro
pawn Код:
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
}
Respuesta: onde encontro streamer recente -
SkullFire - 29.05.2014
Tenta atualizar o a_samp , vocк encontra ela baixando no site do samp. sa-mp.com > downloads
Re: onde encontro streamer recente -
Saw_BR - 29.05.2014
https://sampforum.blast.hk/showthread.php?tid=102865
use no compilador e no servidor.
nгo adianta atualizar o do SERVIDOR e compilar com o antigo.