TextDrawHideForAll zeigt keine wirkung

  • Hallo,


    bei mir zeigt das TextDrawHideForAll keine wirkung.


    mein code:


    public time(){
    new Text:Clock;
    new string[10],hour,minute;
    gettime(hour,minute);
    format(string, sizeof string, "%d:%d", hour, minute);
    TextDrawHideForAll(Clock);
    Clock = TextDrawCreate(550.0, 25.0, string);
    TextDrawShowForAll(Clock);
    SetTimer("Uhr",1000,0);
    return 1;}



    doch die neue zeit wird einfach überschrieben und man kann das dann net genau erkennen.


    MfG met0in

    Einmal editiert, zuletzt von met0in ()