01.12.2012, 03:33
Entгo.. nгo apareceu esses ,,, alguem tem ideia do que pode ser?
pawn Код:
if(rows == 1)
{
Login(playerid);
}
if(!rows)
{
new string[150];
format(string, sizeof(string), "{FFFFFF}Olб {00AAFF}%s{FFFFFF}! Este nome ja esta registrado.\n{FF0000}Por favor insira sua senha:", Name(playerid));
ShowPlayerDialog(playerid, D_LOGIN, DIALOG_STYLE_PASSWORD, "Logar", string, "Logar", "Sair");
}