SA-MP Forums Archive
[ayuda]problema grave - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Español/Spanish (https://sampforum.blast.hk/forumdisplay.php?fid=29)
+---- Thread: [ayuda]problema grave (/showthread.php?tid=288053)



[ayuda]problema grave - Parka - 06.10.2011

pawn Код:
C:\Documents and Settings\c-cesar\Escritorio\filterscripts\VC-FT.pwn(27) : error 017: undefined symbol "SetPlayerAttachedObject"
C:\Documents and Settings\c-cesar\Escritorio\filterscripts\VC-FT.pwn(36) : error 017: undefined symbol "SetPlayerAttachedObject"
C:\Documents and Settings\c-cesar\Escritorio\filterscripts\VC-FT.pwn(44) : error 017: undefined symbol "RemovePlayerAttachedObject"
C:\Documents and Settings\c-cesar\Escritorio\filterscripts\VC-FT.pwn(50) : error 017: undefined symbol "RemovePlayerAttachedObject"
como ago para que no me den esos errores que include uso??o cual me falta


Respuesta: [ayuda]problema grave - Jovanny - 06.10.2011

actualiza tus includes por las de la 0.3c


Respuesta: [ayuda]problema grave - Parka - 06.10.2011

como lo agoalgun link o algo


Respuesta: [ayuda]problema grave - dis77urbio - 06.10.2011

Descargate el samp server 0.3c y de ahi tomas los includes que trae el pawno, y los metes a la carpeta de tu pawno que uses... Bye.


Respuesta: [ayuda]problema grave - TiNcH010 - 06.10.2011

Pone esto arriba de todo de tu GM con los includes:

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)