{AHK} Overlay

  • Overlay Zeigt Ingame nicht an!!


    Code :
    :?:/overlayan::
    Suspend Permit
    Settimer, Overlayon, 1000,
    Suspend On
    return
    Overlayon:
    Box := BoxCreate(55, 400, 100, 48, 0x70000000, true)
    Border := BoxSetBorder(Box, 2, true)
    BoxSetBorderColor(Box, 0xFFFFFFFF)
    Test_Ov := TextCreate("Comic Sans MS", 7, false, false, 60, 410, 0xFFFFFFFF, "Stadt: " Stadt "`n Land: " Land " ", true, true)
    Settimer, Overlayon, off
    Settimer, Overlay, 1000
    return
    Overlay:
    Stadt := GetPlayerZone()
    Land := GetPlayerCity()
    TextSetString(Test_Ov, "Stadt: " Stadt "`nLand: " Land "")
    return
    :?:/overlayaus::
    Suspend Permit
    DestroyAllVisual()
    Suspend Off
    return

  • Hab ich eingefügt erscheind ingame nix



    text_overlay:=-overlayon


    SetParam("use_window", "overlayon")
    SetParam("window", "GTA:SA:MP")
    return


    :?:/overlayan::
    Suspend Permit
    Suspend On
    return
    Overlayon:
    Box := BoxCreate(55, 400, 100, 48, 0x70000000, true)
    Border := BoxSetBorder(Box, 2, true)
    BoxSetBorderColor(Box, 0xFFFFFFFF)
    Test_Ov := TextCreate("Comic Sans MS", 7, false, false, 60, 410, 0xFFFFFFFF, "Stadt: " Stadt "`n Land: " Land " ", true, true)
    Settimer, Overlayon, off
    Settimer, Overlay, 1000
    return
    Overlay:
    Stadt := GetPlayerZone()
    Land := GetPlayerCity()
    TextSetString(Test_Ov, "Stadt: " Stadt "`nLand: " Land "")
    return
    :?:/overlayaus::
    Suspend Permit
    DestroyAllVisual()
    Suspend Off
    return


    geht auch net :cursing:


    @Jack_Bauer