27.03.2011, 16:49
Hola, buenas tardes.
Estoy iniciбndome en esto del Pawno y para practicar estoy creando un Deathmatch desde 0 que imita un Call of Duty. El caso es que de repente voy a compilar y me da 26 errores. He preguntado y me han dicho que falta o sobra un }/{, pero la verdad es que no soy capaz de colocarlo para que funcione.
Errores:
Gamemode: http://pastebin.com/8MZ7J4kf
Se lo agradezco eternamente a aquel que pudiese ayudarme. Un saludo.
Estoy iniciбndome en esto del Pawno y para practicar estoy creando un Deathmatch desde 0 que imita un Call of Duty. El caso es que de repente voy a compilar y me da 26 errores. He preguntado y me han dicho que falta o sobra un }/{, pero la verdad es que no soy capaz de colocarlo para que funcione.
Errores:
Код:
C:\Documents and Settings\Usuario\Escritorio\Carpeta\SAMP-Server 0.3c\gamemodes\launch.pwn(153) : error 010: invalid function or declaration C:\Documents and Settings\Usuario\Escritorio\Carpeta\SAMP-Server 0.3c\gamemodes\launch.pwn(190) : error 029: invalid expression, assumed zero C:\Documents and Settings\Usuario\Escritorio\Carpeta\SAMP-Server 0.3c\gamemodes\launch.pwn(190) : error 004: function "OnVehicleSpawn" is not implemented C:\Documents and Settings\Usuario\Escritorio\Carpeta\SAMP-Server 0.3c\gamemodes\launch.pwn(195) : warning 225: unreachable code C:\Documents and Settings\Usuario\Escritorio\Carpeta\SAMP-Server 0.3c\gamemodes\launch.pwn(195) : error 029: invalid expression, assumed zero C:\Documents and Settings\Usuario\Escritorio\Carpeta\SAMP-Server 0.3c\gamemodes\launch.pwn(195) : error 004: function "OnVehicleDeath" is not implemented C:\Documents and Settings\Usuario\Escritorio\Carpeta\SAMP-Server 0.3c\gamemodes\launch.pwn(200) : warning 225: unreachable code C:\Documents and Settings\Usuario\Escritorio\Carpeta\SAMP-Server 0.3c\gamemodes\launch.pwn(200) : error 029: invalid expression, assumed zero C:\Documents and Settings\Usuario\Escritorio\Carpeta\SAMP-Server 0.3c\gamemodes\launch.pwn(200) : error 004: function "OnPlayerText" is not implemented C:\Documents and Settings\Usuario\Escritorio\Carpeta\SAMP-Server 0.3c\gamemodes\launch.pwn(205) : warning 225: unreachable code C:\Documents and Settings\Usuario\Escritorio\Carpeta\SAMP-Server 0.3c\gamemodes\launch.pwn(205) : error 029: invalid expression, assumed zero C:\Documents and Settings\Usuario\Escritorio\Carpeta\SAMP-Server 0.3c\gamemodes\launch.pwn(205) : error 004: function "OnPlayerCommandText" is not implemented C:\Documents and Settings\Usuario\Escritorio\Carpeta\SAMP-Server 0.3c\gamemodes\launch.pwn(207) : error 017: undefined symbol "cmdtext" C:\Documents and Settings\Usuario\Escritorio\Carpeta\SAMP-Server 0.3c\gamemodes\launch.pwn(222) : error 029: invalid expression, assumed zero C:\Documents and Settings\Usuario\Escritorio\Carpeta\SAMP-Server 0.3c\gamemodes\launch.pwn(222) : error 004: function "OnPlayerEnterVehicle" is not implemented C:\Documents and Settings\Usuario\Escritorio\Carpeta\SAMP-Server 0.3c\gamemodes\launch.pwn(227) : warning 225: unreachable code C:\Documents and Settings\Usuario\Escritorio\Carpeta\SAMP-Server 0.3c\gamemodes\launch.pwn(227) : error 029: invalid expression, assumed zero C:\Documents and Settings\Usuario\Escritorio\Carpeta\SAMP-Server 0.3c\gamemodes\launch.pwn(227) : error 004: function "OnPlayerExitVehicle" is not implemented C:\Documents and Settings\Usuario\Escritorio\Carpeta\SAMP-Server 0.3c\gamemodes\launch.pwn(232) : warning 225: unreachable code C:\Documents and Settings\Usuario\Escritorio\Carpeta\SAMP-Server 0.3c\gamemodes\launch.pwn(232) : error 029: invalid expression, assumed zero C:\Documents and Settings\Usuario\Escritorio\Carpeta\SAMP-Server 0.3c\gamemodes\launch.pwn(232) : error 004: function "OnPlayerStateChange" is not implemented C:\Documents and Settings\Usuario\Escritorio\Carpeta\SAMP-Server 0.3c\gamemodes\launch.pwn(237) : warning 225: unreachable code C:\Documents and Settings\Usuario\Escritorio\Carpeta\SAMP-Server 0.3c\gamemodes\launch.pwn(237) : error 029: invalid expression, assumed zero C:\Documents and Settings\Usuario\Escritorio\Carpeta\SAMP-Server 0.3c\gamemodes\launch.pwn(237) : error 004: function "OnPlayerEnterCheckpoint" is not implemented C:\Documents and Settings\Usuario\Escritorio\Carpeta\SAMP-Server 0.3c\gamemodes\launch.pwn(242) : warning 225: unreachable code C:\Documents and Settings\Usuario\Escritorio\Carpeta\SAMP-Server 0.3c\gamemodes\launch.pwn(242) : error 029: invalid expression, assumed zero C:\Documents and Settings\Usuario\Escritorio\Carpeta\SAMP-Server 0.3c\gamemodes\launch.pwn(242) : error 004: function "OnPlayerLeaveCheckpoint" is not implemented C:\Documents and Settings\Usuario\Escritorio\Carpeta\SAMP-Server 0.3c\gamemodes\launch.pwn(247) : warning 225: unreachable code C:\Documents and Settings\Usuario\Escritorio\Carpeta\SAMP-Server 0.3c\gamemodes\launch.pwn(247) : error 029: invalid expression, assumed zero C:\Documents and Settings\Usuario\Escritorio\Carpeta\SAMP-Server 0.3c\gamemodes\launch.pwn(247) : error 004: function "OnPlayerEnterRaceCheckpoint" is not implemented C:\Documents and Settings\Usuario\Escritorio\Carpeta\SAMP-Server 0.3c\gamemodes\launch.pwn(252) : warning 225: unreachable code C:\Documents and Settings\Usuario\Escritorio\Carpeta\SAMP-Server 0.3c\gamemodes\launch.pwn(252) : error 029: invalid expression, assumed zero C:\Documents and Settings\Usuario\Escritorio\Carpeta\SAMP-Server 0.3c\gamemodes\launch.pwn(252) : error 004: function "OnPlayerLeaveRaceCheckpoint" is not implemented C:\Documents and Settings\Usuario\Escritorio\Carpeta\SAMP-Server 0.3c\gamemodes\launch.pwn(257) : warning 225: unreachable code C:\Documents and Settings\Usuario\Escritorio\Carpeta\SAMP-Server 0.3c\gamemodes\launch.pwn(257) : error 029: invalid expression, assumed zero C:\Documents and Settings\Usuario\Escritorio\Carpeta\SAMP-Server 0.3c\gamemodes\launch.pwn(257) : error 004: function "OnRconCommand" is not implemented Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 26 Errors.
Se lo agradezco eternamente a aquel que pudiese ayudarme. Un saludo.