Here you can change website language:

Autor Wątek: Autostamina  (Przeczytany 1142 razy)

0 użytkowników i 1 Gość przegląda ten wątek.

Paldi88

  • Przybysz
  • *
  • Wiadomości: 1
  • Reputacja: 0
    • Zobacz profil
Autostamina
« dnia: 18 Grudzień 2022, 01:16:37 »
Siemka potrzebuje zmodyfikowac ten kod zeby uzywał staminki gdy 39:59
id staminki :5467



macro(500, function()
    if stamina() < 842 then
        use(tonumber (storage.idstam))
    end
end))

UI.Label("Id staminera/mediumki")
addTextEdit("id staminera", storage.idstam or "id", function(widget, text)
storage.idstam = text
end)