A Little help, Please
#1

Hello I got a few problems

Код:
C:\Users\Seany\Desktop\SC-RP R002\SCRP.pwn(4883) : error 017: undefined symbol "IsPlayerAttachedObjectSlotUsed"
C:\Users\Seany\Desktop\SC-RP R002\SCRP.pwn(4883) : error 017: undefined symbol "RemovePlayerAttachedObject"
C:\Users\Seany\Desktop\SC-RP R002\SCRP.pwn(4881) : warning 203: symbol is never used: "playerid"
C:\Users\Seany\Desktop\SC-RP R002\SCRP.pwn(4881 -- 4889) : error 017: undefined symbol "IsPlayerAttachedObjectSlotUsed"
C:\Users\Seany\Desktop\SC-RP R002\SCRP.pwn(4881 -- 4889) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


4 Errors.
pawn Код:
//------------------------------------------------------------------------------
//Riot Shield System - PaNoULiS
RemoveItems(playerid)
{
    if(IsPlayerAttachedObjectSlotUsed(playerid, 1)) RemovePlayerAttachedObject(playerid, 1);
}
//------------------------------------------------------------------------------
//Riot Shield System - PaNoULiS
PutRiotShieldOnBack(playerid)
{
    if(IsPlayerAttachedObjectSlotUsed(playerid, 1)) RemovePlayerAttachedObject(playerid, 1);
    SetPlayerAttachedObject(playerid, 1 , 18637, 1, 0, -0.1, 0.18, 90, 0, 272, 1, 1, 1);
}
//------------------------------------------------------------------------------
Reply
#2

Do you have the newest sa-mp 0.3c server version? I mean, this function was added in sa-mp 0.3c
Reply
#3

Yes, I do
Reply
#4

using the pawno with the newest includes too?
Reply
#5

Yes.
Reply
#6

Have you updated your includes ?
Reply
#7

Yes, it is
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)