Heyho
habe jetzt von gf versucht die /stats in ein GUI zu setzen jedoch erfolglos
Code
new coordsstring[128];
new coordsstring1[128];
new coordsstring2[128];
new coordsstring3[128];
new coordsstring4[128];
new coordsstring5[128];
new coordsstring6[128];
new coordsstring7[128];
new coordsstring8[128];
new coordsstring9[128];
new coordsstring10[128];
new completestring[128];
SendClientMessage(playerid,COLOR_YELLOW,"Alle coordsstrings wurden generiert.");
format(coordsstring, sizeof(coordsstring1), "Statistiken von %s ",name);
format(coordsstring, sizeof(coordsstring2), "[[ACCOUNT]]",name);
format(coordsstring, sizeof(coordsstring3), "Level:[%d] Geschlecht:[%s] Alter:[%d] Geld:[$%d] Bank:[$%d] Handy:[%d]", level,atext,age, cash, account, pnumber);
format(coordsstring, sizeof(coordsstring4), "PremiumRang:[%s] Herkunft:[%s] Verheiratet:[%s] Spielzeit:[%d] Job:[%s]", drank,otext,married,ptime,jtext);
format(coordsstring, sizeof(coordsstring5), "FishesCaught:[%d] GrößterFisch:[%d] Verbrechen:[%d] Gefängniszeit:[%d] Gesucht:[%d]", fishes,bigfish,crimes,arrests,warrests );
format(coordsstring, sizeof(coordsstring6), "[[ZUSTAND]]",name);
SendClientMessage(playerid,COLOR_YELLOW,coordsstring6);
format(coordsstring, sizeof(coordsstring7), "Kills:[%d] Tode:[%d] Respekt:[%d/%d] WantedLevel:[%d] Spawnhealth:[%.1f] LottoNr:[%d]",kills,deaths,exp,expamount,wanted,shealth+50,lotto);
format(coordsstring, sizeof(coordsstring8), "[[BESITZ]]",name);
format(coordsstring, sizeof(coordsstring9), "Drogen:[%d] Materials:[%d] Team:[%s] Krankheit:[%s] Organisation:[%s] Rank:[%s]",drugs,mats,ttext,dtext,ftext,rtext);
format(coordsstring, sizeof(coordsstring10), "NachLoginMin: [%d] Spielminuten: [%d]",Spieler[targetid][pMinutesSinceLogin],Spieler[targetid][pGesamtMinutes]);
SendClientMessage(playerid,COLOR_YELLOW,"Die Strings werden zusammengeschnitten");
format(completestring, sizeof(completestring), "%s\n%s\n%s\n%s\n\n%s\n%s\n\n%s\n%s\n%s",coordsstring2,coordsstring3,coordsstring4,coordsstring5,coordsstring6,coordsstring7,coordsstring8,coordsstring9,coordsstring10);
SendClientMessage(playerid,COLOR_YELLOW,completestring);
SendClientMessage(playerid,COLOR_YELLOW,"Die Box sollte angezeigt werden");
ShowPlayerDialog(playerid,DIALOG_STATS,DIALOG_STYLE_MSGBOX,coordsstring1,completestring,"Ok","");
if(Spieler[playerid][pAdmin] >= 1 Spieler[playerid][pSupporter] >= 1)
{
format(coordsstring,sizeof(coordsstring),"Hausschlüssel[%d] Bizzkey[%d] Leihschlüssel[%d] Int[%d] Local[%d]", housekey,bizkey,HireCar[targetid],intir,local);
SendClientMessage(playerid,COLOR_RED,coordsstring);
format(coordsstring,sizeof(coordsstring),"Health [%.2f] Schutzweste [%.2f] IP[%s] Ping [%d] Warnungen[%d]",plHealth,plArmour,plIP,GetPlayerPing(targetid),Spieler[targetid][pWarns]);
SendClientMessage(playerid,COLOR_RED,coordsstring);
}
Aber da kommen keine Stats