Hey Leute.
Undzwar wenn ich mich Registriere taucht nur mein Passwort auf sonst nichts
Hier der Code:
case DIALOG_REG:
{
if(!strlen(inputtext))
{
ShowPlayerDialog(playerid,DIALOG_REG,1,"Registrieren","Willkommen auf International Reallife\n\nBitte Registriere dich nun:","Abbrechen","Weiter");
return SendClientMessage(playerid,Rot,"Das Passwort ist zu kurz!");
}
dini_Create(accFormat);
dini_Set(accFormat,"Passwort",inputtext);
dini_Int(accFormat,"wanted");
dini_Int(accFormat,"skin");
dini_Float(accFormat,"lastx");
dini_Float(accFormat,"lasty");
dini_Float(accFormat,"lastz");
dini_Int(accFormat,"Geld");
dini_Int(accFormat,"Score");
Spieler[playerid][eingeloggt] = 1;
//edit:
Bisschen Hilfe währe nett......