18.12.2011, 08:17
Quote:
Una preguntita
pawn Код:
|
C:\Documents and Settings\Joelxddd\Escritorio\server\filterscripts\ armacol.pwn(20) : error 017: undefined symbol "RemovePlayerAttachedObject"
C:\Documents and Settings\Joelxddd\Escritorio\server\filterscripts\ armacol.pwn(21) : error 017: undefined symbol "SetPlayerAttachedObject"
C:\Documents and Settings\Joelxddd\Escritorio\server\filterscripts\ armacol.pwn(25) : error 017: undefined symbol "RemovePlayerAttachedObject"
C:\Documents and Settings\Joelxddd\Escritorio\server\filterscripts\ armacol.pwn(26) : error 017: undefined symbol "SetPlayerAttachedObject"
C:\Documents and Settings\Joelxddd\Escritorio\server\filterscripts\ armacol.pwn(30) : error 017: undefined symbol "RemovePlayerAttachedObject"
C:\Documents and Settings\Joelxddd\Escritorio\server\filterscripts\ armacol.pwn(35) : error 017: undefined symbol "RemovePlayerAttachedObject"
C:\Documents and Settings\Joelxddd\Escritorio\server\filterscripts\ armacol.pwn(36) : error 017: undefined symbol "SetPlayerAttachedObject"
C:\Documents and Settings\Joelxddd\Escritorio\server\filterscripts\ armacol.pwn(40) : error 017: undefined symbol "RemovePlayerAttachedObject"
C:\Documents and Settings\Joelxddd\Escritorio\server\filterscripts\ armacol.pwn(41) : error 017: undefined symbol "SetPlayerAttachedObject"
C:\Documents and Settings\Joelxddd\Escritorio\server\filterscripts\ armacol.pwn(45) : error 017: undefined symbol "RemovePlayerAttachedObject"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
10 Errors.
ya puse estas definiciones..
#define SetPlayerHoldingObject(%1,%2,%3,%4,%5,%6,%7,%8,%9) SetPlayerAttachedObject(%1,MAX_PLAYER_ATTACHED_OBJ ECTS-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_ATTAC HED_OBJECTS-1)
y sigue igual ayuda porfaaaaaa....