28.11.2012, 18:34
tenta assim
pawn Код:
if(!dini_Exists(String))
{
format(String, sizeof(String), "{FFFFFF}Bem Vindo a {00FF00}Fuction{950000}Brasil{FFFFFF}.\nA conta %s nгo estб registrada.\nInsira uma senha para registrar-se.", Nome);
ShowPlayerDialog(playerid, REGISTRO, DIALOG_STYLE_PASSWORD, "{00FF00}Fuction {950000}Brasil {FFFFFF}SAMP - REGISTRO", String, "Registrar", "Cancelar");
}
else if(dini_Exists(String))
{ // linha1872
format(String, sizeof(String), "{FFFFFF}Bem Vindo novamente a {00FF00}Fuction {950000}Brasil{FFFFFF}.\nA conta %s estб registrada.\nInsira sua senha para logar-se.", Nome);
ShowPlayerDialog(playerid, LOGIN, DIALOG_STYLE_PASSWORD, "{00FF00}Fuction {950000}Brasil {FFFFFF}SAMP - LOGIN", String, "Logar", "Cancelar");
}