SA-MP Forums Archive
[Ayuda]Quise meter un FS a mi GM y me da error #endif - 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]Quise meter un FS a mi GM y me da error #endif (/showthread.php?tid=465760)



[Ayuda]Quise meter un FS a mi GM y me da error #endif - bruspup - 23.09.2013

Bueno quise adaptar un Fs a mi gm y me tira el error de

error 001: expected token: "#endif", but found "-end of file-"

ayuya


Respuesta: [Ayuda]Quise meter un FS a mi GM y me da error #endif - Adoniiz - 23.09.2013

quita:
pawn Код:
#id defined FILTERSCRIPT
#else
#endif



Re: [Ayuda]Quise meter un FS a mi GM y me da error #endif - bruspup - 23.09.2013

ahora me tira este

Quote:

D:\German\Largentina\gamemodes\Gamemode.pwn(25) : warning 201: redefinition of constant/macro (symbol "COLOR_GREEN")
D:\German\Largentina\gamemodes\Gamemode.pwn(465) : error 017: undefined symbol "TiempoServerUno_yT@"
D:\German\Largentina\gamemodes\Gamemode.pwn(466) : error 017: undefined symbol "TiempoServerDos_yT@"
D:\German\Largentina\gamemodes\Gamemode.pwn(46 : error 017: undefined symbol "QuitarGas_yT@"
D:\German\Largentina\gamemodes\Gamemode.pwn(516) : error 017: undefined symbol "IsAtEntregaDinero"
D:\German\Largentina\gamemodes\Gamemode.pwn(51 : error 017: undefined symbol "playerid"
D:\German\Largentina\gamemodes\Gamemode.pwn(520) : error 017: undefined symbol "playerid"
D:\German\Largentina\gamemodes\Gamemode.pwn(522) : error 079: inconsistent return types (array & non-array)
D:\German\Largentina\gamemodes\Gamemode.pwn(525) : error 079: inconsistent return types (array & non-array)
D:\German\Largentina\gamemodes\Gamemode.pwn(527) : error 017: undefined symbol "IsAtRobarBanco"
D:\German\Largentina\gamemodes\Gamemode.pwn(529) : error 017: undefined symbol "playerid"
D:\German\Largentina\gamemodes\Gamemode.pwn(531) : error 017: undefined symbol "playerid"
D:\German\Largentina\gamemodes\Gamemode.pwn(533) : error 079: inconsistent return types (array & non-array)
D:\German\Largentina\gamemodes\Gamemode.pwn(547) : error 017: undefined symbol "LoadATM"
D:\German\Largentina\gamemodes\Gamemode.pwn(556) : error 017: undefined symbol "RepararHora"
D:\German\Largentina\gamemodes\Gamemode.pwn(1407) : error 017: undefined symbol "AddStaticVehicleExP"
D:\German\Largentina\gamemodes\Gamemode.pwn(140 : error 017: undefined symbol "AddStaticVehicleExP"
D:\German\Largentina\gamemodes\Gamemode.pwn(1409) : error 017: undefined symbol "AddStaticVehicleExP"
D:\German\Largentina\gamemodes\Gamemode.pwn(1410) : error 017: undefined symbol "AddStaticVehicleExP"
D:\German\Largentina\gamemodes\Gamemode.pwn(1411) : error 017: undefined symbol "AddStaticVehicleExP"
D:\German\Largentina\gamemodes\Gamemode.pwn(1412) : error 017: undefined symbol "AddStaticVehicleExP"
D:\German\Largentina\gamemodes\Gamemode.pwn(1413) : error 017: undefined symbol "AddStaticVehicleExP"
D:\German\Largentina\gamemodes\Gamemode.pwn(1414) : error 017: undefined symbol "AddStaticVehicleExP"
D:\German\Largentina\gamemodes\Gamemode.pwn(1415) : error 017: undefined symbol "AddStaticVehicleExP"
D:\German\Largentina\gamemodes\Gamemode.pwn(1416) : error 017: undefined symbol "AddStaticVehicleExP"
D:\German\Largentina\gamemodes\Gamemode.pwn(1417) : error 017: undefined symbol "AddStaticVehicleExP"
D:\German\Largentina\gamemodes\Gamemode.pwn(141 : error 017: undefined symbol "AddStaticVehicleExP"

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


26 Errors.




Respuesta: [Ayuda]Quise meter un FS a mi GM y me da error #endif - Adoniiz - 23.09.2013

Talvez sea porque no tienes definidos esas funciones o porque te falta un "{" o "}"