Hey,
ich möchte die Stats in einem ShowPlayerDialog erstellen. Ich habe folgendes schon im Script:
new coordsstring[10][256],string[256];
format(coordsstring[0], sizeof(coordsstring),"Übersicht des Accounts:");
format(coordsstring[1], sizeof(coordsstring),"Personalien: Name: %s Alter: %d" ,name,age);
format(coordsstring[2], sizeof(coordsstring),"Geschlecht: %s",atext);
format(coordsstring[3], sizeof(coordsstring),"Partner: %s Leben: %.1f",married,shealth+50);
format(coordsstring[4], sizeof(coordsstring),"Level: %d",level);
format(coordsstring[5], sizeof(coordsstring),"Respektpunkte: %d/%d",exp,expamount);
format(string,sizeof(string),"%s\n%s\n%s\n%s\n%s\n%s", coordsstring[0],coordsstring[1],coordsstring[2],coordsstring[3],coordsstring[4],coordsstring[5]);
ShowPlayerDialog(playerid,1251, DIALOG_STYLE_MSGBOX,"Deine Statisik",string,"Ok","Schließen");
Nun, das Fenster wird erstellt, aber leider ist die Fenstergröße ziemlich klein (so wie ein Allgemeines Loginfenster). Ich weiß nicht an was da liegen könnte. Ich hoffe ihr könnt mir helfen.
Grüße