SA-MP Forums Archive
[AYuda]Por k me da esto?ї? - 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]Por k me da esto?ї? (/showthread.php?tid=498075)



[AYuda]Por k me da esto?ї? - AntonyFC - 01.03.2014

alguien me podra decir por que salen estos errores ?
Код:
C:\Documents and Settings\Administrador\Mis documentos\Downloads\Latin\gamemodes\LZ.pwn(586) : error 001: expected token: "-string end-", but found "-identifier-"
C:\Documents and Settings\Administrador\Mis documentos\Downloads\Latin\gamemodes\LZ.pwn(586) : warning 215: expression has no effect
C:\Documents and Settings\Administrador\Mis documentos\Downloads\Latin\gamemodes\LZ.pwn(586) : error 001: expected token: ";", but found "-string-"
C:\Documents and Settings\Administrador\Mis documentos\Downloads\Latin\gamemodes\LZ.pwn(586) : warning 215: expression has no effect
C:\Documents and Settings\Administrador\Mis documentos\Downloads\Latin\gamemodes\LZ.pwn(586) : error 001: expected token: "-string end-", but found "-identifier-"
C:\Documents and Settings\Administrador\Mis documentos\Downloads\Latin\gamemodes\LZ.pwn(586) : fatal error 107: too many error messages on one line
pawn Код:
ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_INPUT,""Verde"Latin Zone: Logueo",""Blanco"Escribe tu contraseсa para loguearte.","Loguear","Cancelar");



Respuesta: [AYuda]Por k me da esto?ї? - jurgen - 01.03.2014

por esto: ""Verde"


Re: [AYuda]Por k me da esto?ї? - bruspup - 01.03.2014

Esta mal, Seria asi.

Код:
ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_INPUT,"Latin Zone: Logueo","Escribe tu contraseсa para loguearte.","Loguear","Cancelar");
Verde =
{008000}

Blanco =
{FFFFFF}


Respuesta: [AYuda]Por k me da esto?ї? - OTACON - 02.03.2014

el problema esta que tienes mal definido los defines de los colores.

pawn Код:
#define Verde {"color"}
#define Blanco {"color"}
saludos


Respuesta: [AYuda]Por k me da esto?ї? - Jovazxc - 02.03.2014

pawn Код:
#define Verde "{00FF00}"
#define Blanco "{FFFFFF}"

ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_INPUT,Verde"Latin Zone: Logueo",Blanco"Escribe tu contraseсa para loguearte.","Loguear","Cancelar");