Something i'm confused about.
#3

Quote:
Originally Posted by -Luis
Посмотреть сообщение
pawn Код:
#define SetPlayerHoldingObject(%1,%2,%3,%4,%5,%6,%7,%8,%9) SetPlayerAttachedObject(%1,MAX_PLAYER_ATTACHED_OBJECTS-1,%2,%3,%4,%5,%6,%7,%8,%9)
#define StopPlayerHoldingObject(%1) RemovePlayerAttachedObject(%1,MAX_PLAYER_ATTACHED_OBJECTS-1)
#define IsPlayerHoldingObject(%1) IsPlayerAttachedObjectSlotUsed(%1,MAX_PLAYER_ATTACHED_OBJECTS-1)
Код:
C:\Documents and Settings\Callum\Desktop\eXplosive\Raven's Roleplay 0.3c\gamemodes\larp.pwn(4949) : error 017: undefined symbol "IsPlayerAttachedObjectSlotUsed"
C:\Documents and Settings\Callum\Desktop\eXplosive\Raven's Roleplay 0.3c\gamemodes\larp.pwn(4951) : error 017: undefined symbol "RemovePlayerAttachedObject"
C:\Documents and Settings\Callum\Desktop\eXplosive\Raven's Roleplay 0.3c\gamemodes\larp.pwn(4952) : error 017: undefined symbol "SetPlayerAttachedObject"
C:\Documents and Settings\Callum\Desktop\eXplosive\Raven's Roleplay 0.3c\gamemodes\larp.pwn(4956) : error 017: undefined symbol "SetPlayerAttachedObject"
C:\Documents and Settings\Callum\Desktop\eXplosive\Raven's Roleplay 0.3c\gamemodes\larp.pwn(4970) : error 017: undefined symbol "IsPlayerAttachedObjectSlotUsed"
C:\Documents and Settings\Callum\Desktop\eXplosive\Raven's Roleplay 0.3c\gamemodes\larp.pwn(4971) : error 017: undefined symbol "RemovePlayerAttachedObject"
C:\Documents and Settings\Callum\Desktop\eXplosive\Raven's Roleplay 0.3c\gamemodes\larp.pwn(29735) : error 017: undefined symbol "RemovePlayerAttachedObject"
C:\Documents and Settings\Callum\Desktop\eXplosive\Raven's Roleplay 0.3c\gamemodes\larp.pwn(82897) : error 017: undefined symbol "SetPlayerAttachedObject"
C:\Documents and Settings\Callum\Desktop\eXplosive\Raven's Roleplay 0.3c\gamemodes\larp.pwn(82901) : error 017: undefined symbol "SetPlayerAttachedObject"
C:\Documents and Settings\Callum\Desktop\eXplosive\Raven's Roleplay 0.3c\gamemodes\larp.pwn(82905) : error 017: undefined symbol "SetPlayerAttachedObject"
C:\Documents and Settings\Callum\Desktop\eXplosive\Raven's Roleplay 0.3c\gamemodes\larp.pwn(82909) : error 017: undefined symbol "SetPlayerAttachedObject"
C:\Documents and Settings\Callum\Desktop\eXplosive\Raven's Roleplay 0.3c\gamemodes\larp.pwn(82913) : error 017: undefined symbol "SetPlayerAttachedObject"
C:\Documents and Settings\Callum\Desktop\eXplosive\Raven's Roleplay 0.3c\gamemodes\larp.pwn(82917) : error 017: undefined symbol "SetPlayerAttachedObject"
C:\Documents and Settings\Callum\Desktop\eXplosive\Raven's Roleplay 0.3c\gamemodes\larp.pwn(82921) : error 017: undefined symbol "SetPlayerAttachedObject"
C:\Documents and Settings\Callum\Desktop\eXplosive\Raven's Roleplay 0.3c\gamemodes\larp.pwn(82925) : error 017: undefined symbol "SetPlayerAttachedObject"
C:\Documents and Settings\Callum\Desktop\eXplosive\Raven's Roleplay 0.3c\gamemodes\larp.pwn(82929) : error 017: undefined symbol "SetPlayerAttachedObject"
C:\Documents and Settings\Callum\Desktop\eXplosive\Raven's Roleplay 0.3c\gamemodes\larp.pwn(82933) : error 017: undefined symbol "SetPlayerAttachedObject"
C:\Documents and Settings\Callum\Desktop\eXplosive\Raven's Roleplay 0.3c\gamemodes\larp.pwn(82937) : error 017: undefined symbol "SetPlayerAttachedObject"
C:\Documents and Settings\Callum\Desktop\eXplosive\Raven's Roleplay 0.3c\gamemodes\larp.pwn(82941) : error 017: undefined symbol "SetPlayerAttachedObject"
C:\Documents and Settings\Callum\Desktop\eXplosive\Raven's Roleplay 0.3c\gamemodes\larp.pwn(82945) : error 017: undefined symbol "SetPlayerAttachedObject"
C:\Documents and Settings\Callum\Desktop\eXplosive\Raven's Roleplay 0.3c\gamemodes\larp.pwn(82949) : error 017: undefined symbol "SetPlayerAttachedObject"
C:\Documents and Settings\Callum\Desktop\eXplosive\Raven's Roleplay 0.3c\gamemodes\larp.pwn(82953) : error 017: undefined symbol "SetPlayerAttachedObject"
C:\Documents and Settings\Callum\Desktop\eXplosive\Raven's Roleplay 0.3c\gamemodes\larp.pwn(82957) : error 017: undefined symbol "SetPlayerAttachedObject"
C:\Documents and Settings\Callum\Desktop\eXplosive\Raven's Roleplay 0.3c\gamemodes\larp.pwn(82961) : error 017: undefined symbol "SetPlayerAttachedObject"
C:\Documents and Settings\Callum\Desktop\eXplosive\Raven's Roleplay 0.3c\gamemodes\larp.pwn(82965) : error 017: undefined symbol "SetPlayerAttachedObject"
C:\Documents and Settings\Callum\Desktop\eXplosive\Raven's Roleplay 0.3c\gamemodes\larp.pwn(82969) : error 017: undefined symbol "SetPlayerAttachedObject"

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


26 Errors.
still get that.
Reply


Messages In This Thread
Something i'm confused about. - by iGetty - 09.02.2011, 22:39
Re: Something i'm confused about. - by Luis- - 09.02.2011, 22:43
Re: Something i'm confused about. - by iGetty - 09.02.2011, 22:48
Re: Something i'm confused about. - by patfay - 09.02.2011, 22:55
Re: Something i'm confused about. - by iGetty - 09.02.2011, 22:56
Re: Something i'm confused about. - by patfay - 09.02.2011, 23:01
Re: Something i'm confused about. - by iGetty - 09.02.2011, 23:02
Re: Something i'm confused about. - by patfay - 09.02.2011, 23:03
Re: Something i'm confused about. - by iGetty - 09.02.2011, 23:06
Re: Something i'm confused about. - by Mokerr - 09.02.2011, 23:09

Forum Jump:


Users browsing this thread: 2 Guest(s)