23.05.2011, 21:17
Quote:
Код:
C:\Documents and Settings\blueman\Desktop\Stuntworld Database\filterscripts\aoe.pwn(74) : error 017: undefined symbol "SetPlayerHoldingObject" C:\Documents and Settings\blueman\Desktop\Stuntworld Database\filterscripts\aoe.pwn(125) : error 017: undefined symbol "StopPlayerHoldingObject" C:\Documents and Settings\blueman\Desktop\Stuntworld Database\filterscripts\aoe.pwn(142) : error 017: undefined symbol "SetPlayerHoldingObject" C:\Documents and Settings\blueman\Desktop\Stuntworld Database\filterscripts\aoe.pwn(156) : error 017: undefined symbol "SetPlayerHoldingObject" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors. |
Or add this on the top of your script
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)