[Ajuda] onde encontro streamer recente
#1

Galera Queria Saber onde Encontro Versгo mas recente da plugin streamer.
Reply
#2

No tуpico oficial, й claro . https://sampforum.blast.hk/showthread.php?tid=102865
Reply
#3

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

Tenta atualizar o a_samp , vocк encontra ela baixando no site do samp. sa-mp.com > downloads
Reply
#5

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


Forum Jump:


Users browsing this thread: 1 Guest(s)