04.08.2014, 18:08
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
Y las lнneas son estas
Les agradecerнa totalmente su ayuda. Nos vemos!
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 |
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) { |