Streamer Include Problem
#1

pawn Код:
C:\Users\Matt\Desktop\SAMP\pawno\include\streamer.inc(490) : error 017: undefined symbol "BULLET_HIT_TYPE_PLAYER_OBJECT"
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


1 Error.
line
pawn Код:
forward OnPlayerWeaponShot(playerid, weaponid, hittype, hitid, Float:fX, Float:fY, Float:fZ);
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


Messages In This Thread
Streamer Include Problem - by Team_PRO - 22.06.2014, 05:40
Re: Streamer Include Problem - by Jack_Leslie - 22.06.2014, 05:45
Re: Streamer Include Problem - by Team_PRO - 22.06.2014, 05:47
Re: Streamer Include Problem - by ReD_DeVi - 22.06.2014, 05:48
Re: Streamer Include Problem - by Team_PRO - 22.06.2014, 05:56
Re: Streamer Include Problem - by ReD_DeVi - 22.06.2014, 06:02

Forum Jump:


Users browsing this thread: 1 Guest(s)