[AYuda]Por k me da esto?ї?
#1

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");
Reply
#2

por esto: ""Verde"
Reply
#3

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}
Reply
#4

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

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

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");
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)