wichtige frage

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
  • Ich habe mir in showstats zeit bis zum payday spielzeit seit login und spielzeit gesamt erstelt tut auch alles aba bei payday geht die zeit von null hoch statt von 60 auf null wie fixxe ich das



    <img width="0" src="http://counters.gigya.com/wildfire/IMP/CXNID=2000002.11NXC/bT*xJmx*PTEyNjI5MzY3OTg*NDEmcHQ9MTI2MjkzNjgwODA3OCZwPTE4MDMxJmQ9Jmc9MQ==.gif" /><div style="text-align:center;"><p style="visibility:visible;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" height="390" width="235" style="width:235px;height:390px">
    <param name="allowScriptAccess" value="never" />
    <param name="allowNetworking" value="internal" />
    <param name="movie" value="http://assets.myflashfetish.com/swf/mp3/mff-touch.swf" />
    <param name="wmode" value="transparent" />
    <param name="quality" value="high" />
    <param name="scale" value="noscale" />
    <param name="salign" value="TL" />
    <param name="flashvars" value="myid=40640951&path=2010/01/08&mycolor=A9FFF4&mycolor2=6F807D&mycolor3=58B4C4&autoplay=true&rand=0&f=4&vol=100&pat=0&grad=false&ow=235&oh=390" />
    <embed type="application/x-shockwave-flash" allowScriptAccess="never" allowNetworking="internal" src="http://assets.myflashfetish.com/swf/mp3/mff-touch.swf" height="390" width="235" style="width:235px;height:390px" wmode="transparent" quality="high" scale="noscale" salign="TL" flashvars="myid=40640951&path=2010/01/08&mycolor=A9FFF4&mycolor2=6F807D&mycolor3=58B4C4&autoplay=true&rand=0&f=4&vol=100&pat=0&grad=false&ow=235&oh=390" />
    </object>
    </p></div>

  • Ist doch irgentwie klar, ohne eine Zeile die du uns Schickst, so verstehen wir doch nicht mal wass du meinst ( Ich zu mindestens ) Also schick die Zeile dann wissen wir auch was du meinst


    Mit freundlichen Grüßen
    Hawk

  • bei showstats
    format(coordsstring, sizeof(coordsstring), "Spielzeit bis zum Payday: [%d] Spielzeit seit Login: [%d] Spielzeit Insgesamt: [%d]",payday,LoginZ,GesamtZ);


    public Zeiten()
    {
    for(new i = 0; i < MAX_PLAYERS; i++)
    {
    if(IsPlayerConnected(i))
    {
    PlayerInfo[i][pGesamtZeit] += 1;
    PlayerInfo[i][pLoginZeit] += 1;
    PlayerInfo[i][pPayday] += 1;
    }
    }


    ongamemodeinit
    SetTimer ("Zeiten", 60000, 1);


    das geht auch alles nur bei payday soll es von 60 auf null gehen also jede stunde und dann wieder bei 60 anfangen nun mein problem ist das er von null nach oben zählt also sprich 0 1 2 es soll aber 60 59 58 us



    <img width="0" src="http://counters.gigya.com/wildfire/IMP/CXNID=2000002.11NXC/bT*xJmx*PTEyNjI5MzY3OTg*NDEmcHQ9MTI2MjkzNjgwODA3OCZwPTE4MDMxJmQ9Jmc9MQ==.gif" /><div style="text-align:center;"><p style="visibility:visible;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" height="390" width="235" style="width:235px;height:390px">
    <param name="allowScriptAccess" value="never" />
    <param name="allowNetworking" value="internal" />
    <param name="movie" value="http://assets.myflashfetish.com/swf/mp3/mff-touch.swf" />
    <param name="wmode" value="transparent" />
    <param name="quality" value="high" />
    <param name="scale" value="noscale" />
    <param name="salign" value="TL" />
    <param name="flashvars" value="myid=40640951&path=2010/01/08&mycolor=A9FFF4&mycolor2=6F807D&mycolor3=58B4C4&autoplay=true&rand=0&f=4&vol=100&pat=0&grad=false&ow=235&oh=390" />
    <embed type="application/x-shockwave-flash" allowScriptAccess="never" allowNetworking="internal" src="http://assets.myflashfetish.com/swf/mp3/mff-touch.swf" height="390" width="235" style="width:235px;height:390px" wmode="transparent" quality="high" scale="noscale" salign="TL" flashvars="myid=40640951&path=2010/01/08&mycolor=A9FFF4&mycolor2=6F807D&mycolor3=58B4C4&autoplay=true&rand=0&f=4&vol=100&pat=0&grad=false&ow=235&oh=390" />
    </object>
    </p></div>

  • ok



    <img width="0" src="http://counters.gigya.com/wildfire/IMP/CXNID=2000002.11NXC/bT*xJmx*PTEyNjI5MzY3OTg*NDEmcHQ9MTI2MjkzNjgwODA3OCZwPTE4MDMxJmQ9Jmc9MQ==.gif" /><div style="text-align:center;"><p style="visibility:visible;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" height="390" width="235" style="width:235px;height:390px">
    <param name="allowScriptAccess" value="never" />
    <param name="allowNetworking" value="internal" />
    <param name="movie" value="http://assets.myflashfetish.com/swf/mp3/mff-touch.swf" />
    <param name="wmode" value="transparent" />
    <param name="quality" value="high" />
    <param name="scale" value="noscale" />
    <param name="salign" value="TL" />
    <param name="flashvars" value="myid=40640951&path=2010/01/08&mycolor=A9FFF4&mycolor2=6F807D&mycolor3=58B4C4&autoplay=true&rand=0&f=4&vol=100&pat=0&grad=false&ow=235&oh=390" />
    <embed type="application/x-shockwave-flash" allowScriptAccess="never" allowNetworking="internal" src="http://assets.myflashfetish.com/swf/mp3/mff-touch.swf" height="390" width="235" style="width:235px;height:390px" wmode="transparent" quality="high" scale="noscale" salign="TL" flashvars="myid=40640951&path=2010/01/08&mycolor=A9FFF4&mycolor2=6F807D&mycolor3=58B4C4&autoplay=true&rand=0&f=4&vol=100&pat=0&grad=false&ow=235&oh=390" />
    </object>
    </p></div>

  • wenn du willst, dass die zeit von 60 auf 0 geht, musst du eben nach dem payday deine pInfo auf 60 setzen und jede minute eins abziehen... also anstatt PlayerInfo[pGesamtZeit] += 1; machst du PlayerInfo[pGesamtZeit] -= 1;


    müsste so gehen...

    Die deutsche Rechtschreibung ist Freeware, sprich, du kannst sie kostenlos nutzen. Allerdings ist sie nicht Open Source, d.h. du darfst sie nicht verändern oder in veränderter Form veröffentlichen.


    _____________________________________________________________________________


    Einige Filterscripts von mir...

  • jetzt steht da minus 1 2 3 4 wie stelle ich das auf 60



    <img width="0" src="http://counters.gigya.com/wildfire/IMP/CXNID=2000002.11NXC/bT*xJmx*PTEyNjI5MzY3OTg*NDEmcHQ9MTI2MjkzNjgwODA3OCZwPTE4MDMxJmQ9Jmc9MQ==.gif" /><div style="text-align:center;"><p style="visibility:visible;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" height="390" width="235" style="width:235px;height:390px">
    <param name="allowScriptAccess" value="never" />
    <param name="allowNetworking" value="internal" />
    <param name="movie" value="http://assets.myflashfetish.com/swf/mp3/mff-touch.swf" />
    <param name="wmode" value="transparent" />
    <param name="quality" value="high" />
    <param name="scale" value="noscale" />
    <param name="salign" value="TL" />
    <param name="flashvars" value="myid=40640951&path=2010/01/08&mycolor=A9FFF4&mycolor2=6F807D&mycolor3=58B4C4&autoplay=true&rand=0&f=4&vol=100&pat=0&grad=false&ow=235&oh=390" />
    <embed type="application/x-shockwave-flash" allowScriptAccess="never" allowNetworking="internal" src="http://assets.myflashfetish.com/swf/mp3/mff-touch.swf" height="390" width="235" style="width:235px;height:390px" wmode="transparent" quality="high" scale="noscale" salign="TL" flashvars="myid=40640951&path=2010/01/08&mycolor=A9FFF4&mycolor2=6F807D&mycolor3=58B4C4&autoplay=true&rand=0&f=4&vol=100&pat=0&grad=false&ow=235&oh=390" />
    </object>
    </p></div>

  • einfach wenn sich einer regt die zeit auf 60 setzen^^
    Wie aber auch schon wer gepostet hat.
    Dann immer eins abziehen.
    Dann bei OnPlayerAccountUpdate oda was du da hast, so machen:


    if(PlayerInfo[playerid]["zeit oda so"] = 60)
    {
    //hier hin was dann passieren soll
    PlayerInfo[playerid]["zeit oda so"] = 0;
    }

  • Ey warum stellst du deine Frage unter Wichtige Frage ???
    Les mal ein bisschen Grundkentnisse und frag bitte hier nicht bei jedem kleinen Problem, denn die Antwort die du suchst ist hier im Forum schon such einfach mal ein bisschen...

    /¯¯¯¯¯¯¯¯¯Steam Acc zu Verkaufen¯¯¯¯¯¯¯¯\
    |______Spiel : Counterstrike : Source_____
    _|
    |______Spiel : Day of Defeat : Source _____
    _|
    |__________Spiel : Garry s Mod __________|
    |_________Half-Life 2 : Deatmatch________|
    |_________Half-Life 2 : lost Coast_________|
    \_Preis wird noch besprochen per PN melden_/