Sol Banner
Sağ Banner

Paylaşım Skript - Süreli Maaş Sistemi!

Moonshine

Risk almazsan, risk alanlar için çalışırsın.
Katılım
26 Ekim 2019
Mesajlar
65
En iyi cevaplar
1
Tepki puanı
-31
Puanları
1,215
Konum
Konya
Web Sitesi
batihost.com
Ne işe yarar?

Her 24 saatte bir Maaş alırsınız bu Maaş fiyatı Asgari Ücret uygulanarak verilir o yüzden Maaş fiyatını istediğiniz fiyata göre değiştirebilirsiniz.

val1dr.png


Z5abDz.png


VQGqVR.png


LvXVaz.png


kMaNZ9.png


Kod:
options:

    p: &aMaaş »
    asgariucret: 2020 # Bu fiyatı değiştirebilirsiniz

function maas(p: player):
    play raw sound "note.pling" at {_p} with pitch 1 volume 10
    open virtual chest inventory with size 3 named "&eMaaş Al" to {_p}
    make a gui slot 13 of {_p} with 69 named "&eMaaş Al" with lore "||&a&m------||||&8Asgari Ücret: &7{@asgariucret}||||&eMaaşını almak için tıkla!" to run using left:
        set {_zaman} to difference between {maas::beklemesuresi::%{_p}%} and now
        if {maas::beklemesuresi::%{_p}%} is not set:
            set {maas::beklemesuresi::%{_p}%} to now
            add {@asgariucret} to balance of {_p}
            send "{@p} &eMaaşını çektin!" to {_p}
            maas({_p})
        else:
            if {maas::beklemesuresi::%{_p}%} was less than 24 hours ago:
                send "{@p} &cMaaşını 24 saatte bir alabilirsin!" to {_p}
                send "{@p} &eKalan süre: &a%difference between {_zaman} and 24 hours%" to {_p}
            else:
                set {maas::beklemesuresi::%{_p}%} to now
                add {@asgariucret} to balance of {_p}
                send "{@p} &eMaaşını çektin!" to {_p}
                maas({_p})
     
command /maas:
    trigger:
        maas(player)

Gerekli Addonlar



Skript bana ait değildir.
 

Yeni Mesajlar


Üst