Dutils macht Problem(mktime)

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
  • Hm kommisch
    die include verwende ich garnit mal im script abe res kommt das


    pawno\include\dutils.inc(82) : error 017: undefined symbol "mktime"


    #include <a_samp>
    #include <a_npc>
    #include <core>
    #include <float>
    #include <time>
    #include <dini>
    #include <file>
    #include <utils>
    #include <morphinc>
    #include <M_Bot>
    #include <streamer>
    #include <w_baum>
    #include <ocmd>
    #include <Desk>
    #include bfx_objects
    #include <ForAllPlayers>


    mehr include werden im script nicht benutzt das ist geil un dbei jeden anderem script geht alles sehr komisch

    Einmal editiert, zuletzt von HoneyKing ()

  • also für den titel entschuldige ich mich mal mir viel gard enix ein.


    ah und in der dutils ist wird mktime 2 mal genutzt hier


    stock Time() {
    new hour,minute,second;
    new year, month,day;
    gettime(hour, minute, second);
    getdate(year, month, day);
    return mktime(hour,minute,second,day,month,year);
    }



    /**
    * Return a timestamp
    */
    stock Now() {
    new hour,minute,second;
    new year, month,day;
    gettime(hour, minute, second);
    getdate(year, month, day);
    return mktime(hour,minute,second,day,month,year);
    }


    aber nürgends finde ich da die defination. Hm hat wer vlt aktuellen link wo ich die neuste downlaoden kann