Quote:
Originally Posted by Lenoxz
Una preguntita
pawn Код:
D:\Users\Dario\Saved Games\Latina RP\filterscripts\armacol.pwn(17) : error 017: undefined symbol "RemovePlayerAttachedObject" D:\Users\Dario\Saved Games\Latina RP\filterscripts\armacol.pwn(18) : error 017: undefined symbol "SetPlayerAttachedObject" D:\Users\Dario\Saved Games\Latina RP\filterscripts\armacol.pwn(22) : error 017: undefined symbol "RemovePlayerAttachedObject" D:\Users\Dario\Saved Games\Latina RP\filterscripts\armacol.pwn(23) : error 017: undefined symbol "SetPlayerAttachedObject" D:\Users\Dario\Saved Games\Latina RP\filterscripts\armacol.pwn(27) : error 017: undefined symbol "RemovePlayerAttachedObject" D:\Users\Dario\Saved Games\Latina RP\filterscripts\armacol.pwn(32) : error 017: undefined symbol "RemovePlayerAttachedObject" D:\Users\Dario\Saved Games\Latina RP\filterscripts\armacol.pwn(33) : error 017: undefined symbol "SetPlayerAttachedObject" D:\Users\Dario\Saved Games\Latina RP\filterscripts\armacol.pwn(37) : error 017: undefined symbol "RemovePlayerAttachedObject" D:\Users\Dario\Saved Games\Latina RP\filterscripts\armacol.pwn(38) : error 017: undefined symbol "SetPlayerAttachedObject" D:\Users\Dario\Saved Games\Latina RP\filterscripts\armacol.pwn(42) : error 017: undefined symbol "RemovePlayerAttachedObject" Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
10 Errors.
Como puedo solucionar eso? No me deja cargar el FS porque dice que no esta el archivo .amx
|
tengo casi el mismo problema :S no se como areglarlo, asi me sale el error:
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....