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


Messages In This Thread
A Little help, Please - by seanny - 07.06.2011, 00:36
Re: A Little help, Please - by Deskoft - 07.06.2011, 00:42
Re: A Little help, Please - by seanny - 07.06.2011, 00:43
Re: A Little help, Please - by Gamer_Z - 07.06.2011, 01:37
Re: A Little help, Please - by seanny - 07.06.2011, 05:18
Re: A Little help, Please - by Meinstad - 07.06.2011, 06:04
Re: A Little help, Please - by seanny - 07.06.2011, 18:05

Forum Jump:


Users browsing this thread: 4 Guest(s)