SA-MP Forums Archive
[Ayuda] Error 0:25 - 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] Error 0:25 (/showthread.php?tid=529929)



[Ayuda] Error 0:25 - NachoLVP - 04.08.2014

Hola gente. Antes que nada me presento, soy Nacho y vivo en Argentina ^^ . Estaba scripteando lo mas tranquilo. Jamбs habнa tenido errores en el script pero me apareciу esto


Quote:

C:\Documents and Settings\usuario\Mis documentos\Juegos\Server\Villa Tranquila RP\gamemodes\CiudadProhibida.pwn(15954) : error 025: function heading differs from prototype
C:\Documents and Settings\usuario\Mis documentos\Juegos\Server\Villa Tranquila RP\gamemodes\CiudadProhibida.pwn(15954 -- 15959) : error 021: symbol already defined: "zcmd"
C:\Documents and Settings\usuario\Mis documentos\Juegos\Server\Villa Tranquila RP\gamemodes\CiudadProhibida.pwn(1595 : error 025: function heading differs from prototype
C:\Documents and Settings\usuario\Mis documentos\Juegos\Server\Villa Tranquila RP\gamemodes\CiudadProhibida.pwn(15958 -- 15970) : fatal error 107: too many error messages on one line

Y las lнneas son estas

Quote:

zcmd(ayudarol, playerid, params[])
{
return ShowPlayerDialog(playerid, AYUDA_DIALOG, DIALOG_STYLE_LIST, "{FF0D00}>{6CF600}CiudadProhibida{FFFFFF}-{9024D3}Reglas de Rol", " {00FF00}>{FFFFFF}CarJack \n {00FF00}>{FFFFFF}DeathMatch \n {00FF00}>{FFFFFF}MetaGaming \n {00FF00}>{FFFFFF}PowerGaming \n {00FF00}>{FFFFFF}Badly Parked Car \n {00FF00}>{FFFFFF}Bad Driving \n {00FF00}>{FFFFFF}Revenge Kill \n {00FF00}>{FFFFFF}Noob Abuser", "Ver", "Salir");
}
zcmd(estilocaminar, playerid, params[])

if(sscanf(params, "i", params[0])) return Message(playerid, COLOR_GRAD2, "Utilize: /estilocaminar <1-13>");
if(params[0] > 0 && params[0] < 14)
{

Les agradecerнa totalmente su ayuda. Nos vemos!