Help please
#1

Please help and ty
Код:
format(DDialog, sizeof(DDialog), "{FFFFFF}їCuantos aсos tienes?", NombreJugador(playerid));
ShowPlayerDialog(playerid, EDAD, DIALOG_STYLE_INPUT,""COLOR_ORANGE"Registro de Edad", DDialog,"Siguiente","");
Error:
Код:
error 001: expected token: "-string end-", but found "-identifier-
error 001: expected token: ";", but found "-string-"
Reply
#2

why are you using format in this case? it's not necessary, and even useless.
also try
Код:
ShowPlayerDialog(playerid, EDAD, DIALOG_STYLE_INPUT,"Registro de Edad", DDialog,"Siguiente","");
Reply
#3

Oh xD fail
new error:
Код:
error 035: argument type mismatch (argument 4)
Reply
#4

code pls.
Reply
#5

Код:
format(DDialog, sizeof(DDialog), "{FFFFFF}їCuantos aсos tienes?", NombreJugador(playerid));
ShowPlayerDialog(playerid,EDAD,DIALOG_STYLE_INPUT,COLOR_ORANGE,"Registro de Edad","Siguiente","");
Reply
#6

Код:
ShowPlayerDialog(playerid, EDAD, DIALOG_STYLE_INPUT, "Registro de Edad", "{FFFFFF}їCuantos aсos tienes?", "Siguiente", "");
this one should work.
Reply
#7

show me your script
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)