Mein Problem ist das es nur eine Zeile anzeigt.
Nur diese Zeile zeigt es an.
format(coordsstring1, sizeof(coordsstring1), "*** %s ***\n \nLevel: %d Geschlecht: %s Alter: %d Spawnenergie: %.1f Geld: $%d Bank: $%d Ph: %d \n\nPremium Rang: %s Verheiratet:[%s] Spielzeit: %d LottoNr: %d Job: %s ", name, level,atext,age,shealth+50, cash, account, pnumber,drank,married,ptime,lotto,jtext );
new coordsstring[256];
new coordsstring1[256];
new coordsstring3[256];
new coordsstring4[256];
new coordsstring5[256];
new coordsstring7[1024];
format(coordsstring, sizeof(coordsstring),"\nFishesCaught: %d GrösterFisch: %d Verbrechen: %d Gefängniszeit: %d Gesucht: %d ",fishes,bigfish,crimes,arrests,warrests);
format(coordsstring1, sizeof(coordsstring1), "*** %s ***\n \nLevel: %d Geschlecht: %s Alter: %d Spawnenergie: %.1f Geld: $%d Bank: $%d Ph: %d \n\nPremium Rang: %s Verheiratet:[%s] Spielzeit: %d LottoNr: %d Job: %s ", name, level,atext,age,shealth+50, cash, account, pnumber,drank,married,ptime,lotto,jtext );
format(coordsstring3, sizeof(coordsstring3),"\n\nKills: %d Tode: %d Nächstes Level: $%d Respekt: %d/%d WantedLevel: %d Familie: %s",kills,deaths,costlevel,exp,expamount,wanted,f2text);
format(coordsstring5, sizeof(coordsstring5),"\nSpielminuten seit Login: %d Spielminuten Insgesamt: %d",loginzeit,gesamteloginzeit);
format(coordsstring4, sizeof(coordsstring4),"\nDrugs: %d Materials: %d Team: %s Krankheit: %s Organisation: %s Rank: %s ",drugs,mats,ttext,dtext,ftext,rtext);
format(coordsstring7, sizeof(coordsstring7),coordsstring1 ,coordsstring ,coordsstring4 ,coordsstring5);
ShowPlayerDialog(playerid,Stats,DIALOG_STYLE_MSGBOX,"Stats",coordsstring7,"Schließen","");