Wie bekomme ich denn Bildschirm komplett schwarz

In 10 Minuten startet der nächtliche Backupvorgang! Es kann währenddessen (ca. 10 Minuten) zu Einschränkungen bei der Nutzung des Forums kommen
Weitere Infos findet ihr im Thema Backup des Forums
    • Offizieller Beitrag


    blackTD = TextDrawCreate(-20.000000,2.000000,"|");
    TextDrawUseBox(blackTD,1);
    TextDrawBoxColor(blackTD,0x000000ff);
    TextDrawTextSize(blackTD,660.000000,22.000000);
    TextDrawAlignment(blackTD,0);
    TextDrawBackgroundColor(blackTD,0x000000ff);
    TextDrawFont(blackTD,3);
    TextDrawLetterSize(blackTD,1.000000,52.200000);
    TextDrawColor(blackTD,0x000000ff);
    TextDrawSetOutline(blackTD,1);
    TextDrawSetProportional(blackTD,1);
    TextDrawSetShadow(blackTD,1);


    „Nicht das, was du nicht weißt, bringt dich in Schwierigkeiten, sondern dass, was du sicher zu wissen glaubst, obwohl es gar nicht wahr ist.“
    Mark Twain

    ---
    ICH BIN NUR HIER UM LEUTE ANZUSCHREIEN

  • blackTD = TextDrawCreate(-20.000000,2.000000,"|"); TextDrawUseBox(blackTD,1); TextDrawBoxColor(blackTD,0x000000ff); TextDrawTextSize(blackTD,660.000000,22.000000); TextDrawAlignment(blackTD,0); TextDrawBackgroundColor(blackTD,0x000000ff); TextDrawFont(blackTD,3); TextDrawLetterSize(blackTD,1.000000,52.200000); TextDrawColor(blackTD,0x000000ff); TextDrawSetOutline(blackTD,1); TextDrawSetProportional(blackTD,1); TextDrawSetShadow(blackTD,1);

    C:\Users\Bobby\Desktop\Server SA-MP\gamemodes\Selfmade.pwn(88) : error 033: array must be indexed (variable "blackTD")
    C:\Users\Bobby\Desktop\Server SA-MP\gamemodes\Selfmade.pwn(89) : error 035: argument type mismatch (argument 1)
    C:\Users\Bobby\Desktop\Server SA-MP\gamemodes\Selfmade.pwn(90) : error 035: argument type mismatch (argument 1)
    C:\Users\Bobby\Desktop\Server SA-MP\gamemodes\Selfmade.pwn(91) : error 035: argument type mismatch (argument 1)
    C:\Users\Bobby\Desktop\Server SA-MP\gamemodes\Selfmade.pwn(92) : error 035: argument type mismatch (argument 1)
    C:\Users\Bobby\Desktop\Server SA-MP\gamemodes\Selfmade.pwn(93) : error 035: argument type mismatch (argument 1)
    C:\Users\Bobby\Desktop\Server SA-MP\gamemodes\Selfmade.pwn(94) : error 035: argument type mismatch (argument 1)
    C:\Users\Bobby\Desktop\Server SA-MP\gamemodes\Selfmade.pwn(95) : error 035: argument type mismatch (argument 1)
    C:\Users\Bobby\Desktop\Server SA-MP\gamemodes\Selfmade.pwn(96) : error 035: argument type mismatch (argument 1)
    C:\Users\Bobby\Desktop\Server SA-MP\gamemodes\Selfmade.pwn(97) : error 035: argument type mismatch (argument 1)
    C:\Users\Bobby\Desktop\Server SA-MP\gamemodes\Selfmade.pwn(98) : error 035: argument type mismatch (argument 1)
    C:\Users\Bobby\Desktop\Server SA-MP\gamemodes\Selfmade.pwn(99) : error 035: argument type mismatch (argument 1)
    C:\Users\Bobby\Desktop\Server SA-MP\gamemodes\Selfmade.pwn(105) : error 035: argument type mismatch (argument 2)
    Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase



    13 Errors.