error hlep pls
#1

Код:
C:\Users\Administrator\Desktop\samp03z\pawno\include\streamer.inc(489) : error 029: invalid expression, assumed zero
line inside the include:
pawn Код:
if (hittype == BULLET_HIT_TYPE_PLAYER_OBJECT)
Reply
#2

show some lines above it and below it
Reply
#3

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

Quote:
Originally Posted by kosa451
Посмотреть сообщение
Код:
C:\Users\Administrator\Desktop\samp03z\pawno\include\streamer.inc(489) : error 029: invalid expression, assumed zero
line inside the include:
pawn Код:
if (hittype == BULLET_HIT_TYPE_PLAYER_OBJECT)
Maybe you have old server version. Download 0.3z
Reply
#5

nevermind i fixed it, thx anyways, i have 0.3z R3
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)