ja erstmal muss nach oben
new string[256];
das beseitigt ein Error. Ausser es treten andere auf.
format(string, 128, "Level:[%d] Sex:[%s] Age:[%d] Origin:[%s] SpawnHealth:[%.1f] Money:[$%d] Bank:[$%d] House No.:[%d] PlayingHours:[%d] NextLevel:[$%d] Respect:[%d/%d] Ph:[%d] Disease:[%s] AccountStatus:[%s]Kills:[%d] Death:[%d] Fish:[%d] BiggestFish:[%d] LottoNr:[%d] Married-to:[%s] PayDayTime:[%d/60]Crimes:[%d] JailTime:[%d] WantedDeath:[%d] WantedLevel:[%d] WantedPoints:[%d]Drug:[%d] ArmorDrugs:[%d] Bombs:[%d] Materials:[%d] BombMaterials:[%d]Team:[%s] Organisation:[%s] Family:[%s] Rank:[%s] Job:[%s]", level,atext,age,otext,shealth+50, cash, account,housekey,ptime,costlevel,exp,expamount,pnumber,dtext,drank,kills,deaths,fishes,bigfish,lotto,married,pdtime,crimes,arrests,warrests,wanted,wantedpoints,drugs,adrugs,bombs,mats,bombmats);
ShowPlayerDialog(playerid, 666,DIALOG_STYLE_MSGBOX, "Statistiken",string, "Ok", "Schließen");
versuchs mal so.