Problem mit Stats

Wichtiger Hinweis: Bitte ändert nicht manuell die Schriftfarbe auf schwarz sondern belasst es bei der Standardeinstellung. Somit tragt ihr dazu bei dass euer Text auch bei Verwendung unseren dunklen Forenstils noch lesbar ist!

Tipp: Ihr wollt längere Codeausschnitte oder Logfiles bereitstellen? Benutzt unseren eigenen PasteBin-Dienst Link
  • SendClientMessage(playerid, COLOR_TUTORIAL2,"_______________________________________");
    format(coordsstring, sizeof(coordsstring), "Name: %s's Statistiken", name );
    SendClientMessage(playerid, COLOR_LIGHTRED,coordsstring);
    format(coordsstring, sizeof(coordsstring), "Level:[%d] Alter:[%d] Geschlecht:[%s] Leben:[%.1f] Bank:[$%d] Geld:[$%d] Telefon:[%d]", level,atext,age,otext,shealth+100, cash, account, pnumber);
    SendClientMessage(playerid, 0xB3A1B2AA,coordsstring);
    format(coordsstring, sizeof(coordsstring), "Premium:[%s] Partner:[%s] Lotto:[%d] Job:[%s]", drank,married,ptime,lotto,jtext);
    SendClientMessage(playerid, 0xBBABB7AA,coordsstring);
    format(coordsstring, sizeof(coordsstring), " Knaszeit:[%d] Knast Zeit (Gestorben):[%d]", fishes,bigfish,crimes,arrests,warrests );
    SendClientMessage(playerid, 0xBB9FB7AA,coordsstring);
    format(coordsstring, sizeof(coordsstring), "getötet:[%d] gestorben:[%d] Nächstes Level:[$%d] Respektpunkte:[%d/%d] WantedLevel:[%d] Family:[%s]",kills,deaths,costlevel,exp,expamount,wanted,f2text);
    SendClientMessage(playerid, 0xBB96B7AA,coordsstring);
    format(coordsstring, sizeof(coordsstring), "Drogen:[%d] Materialien:[%d] Team:[%s] Organisation:[%s] Rank:[%s] Warns:[%d]",drugs,mats,ttext,dtext,ftext,rtext,warns);
    SendClientMessage(playerid, 0xBB8BB7AA,coordsstring);
    format(coordsstring, sizeof(coordsstring), "AdminLevel: [%d] Moderator: [%d] Leader [%s]",PlayerInfo[targetid][pAdmin],PlayerInfo[targetid][pModerator],ttext);
    SendClientMessage(playerid, 0xBB7EB7AA,coordsstring);
    if (PlayerInfo[playerid][pAdmin] >= 1 || PlayerInfo[playerid][pModerator] >= 1)
    {
    format(coordsstring, sizeof(coordsstring), "House key [%d] Business key [%d] HireKey [%d] int:[%d] local[%d]", housekey,bizkey,HireCar[targetid],intir,local);
    SendClientMessage(playerid, 0xBB6CB7AA,coordsstring);
    }
    SendClientMessage(playerid, COLOR_TUTORIAL2,"_______________________________________");


    Wo ist der Fehler ?
    Er zeigt mir Ingame Beim Bank und Geld voll das falsche geld an


    //Edit Screen is dabei

    Einmal editiert, zuletzt von Mr_T ()

  • Wie meinste das ?
    da



    //Edit


    Screen da

    Einmal editiert, zuletzt von Mr_T ()