Skript Paylaşımı » Kumar Skript » Eğlence Oyunu Sunucunuzda Farklılık Olsun!

  • Konuyu Başlatan Konuyu Başlatan OnurBeyTR
  • Başlangıç tarihi Başlangıç tarihi
  • Görüntüleme 3.391
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

OnurBeyTR

%79.99 Java
Katılım
21 Ağustos 2017
Mesajlar
184
Elmaslar
92
Puan
13.675
Yaş
23

Discord:

onurbyrkl

Skriptin Amacı » Bu Skriptin Amacı Sunucunuzda farklılık ve güzellik katsın diye yapılmıştır skriptin amacı oyuncu bir miktar para yatırcak ve bu bir miktar parayla kumar oynıcak alt ve üst sistemi var gerisi videoda görülüyor.

Skriptin Komutları » Zaten Skriptte 1 adet ana komut bulunmakta » /kumar

Skriptten Bir video »




Değerli ziyaretçimiz, içeriği görebilmek için şimdi giriş yapın veya kayıt olun.


» Kod

Kod:
on script load:
    loop all players:
        set {f1000tlalttikladi.%loop-player%} to false
        set {f1000tlusttikladi.%loop-player%} to false
        set {f5000tlalttikladi.%loop-player%} to false
        set {f5000tlusttikladi.%loop-player%} to false
        set {f10000tlalttikladi.%loop-player%} to false
        set {f10000tlusttikladi.%loop-player%} to false
        set {f30000tlalttikladi.%loop-player%} to false
        set {f30000tlusttikladi.%loop-player%} to false
        set {f50000tlalttikladi.%loop-player%} to false
        set {f50000tlusttikladi.%loop-player%} to false
        set {f100000tlalttikladi.%loop-player%} to false
        set {f100000tlusttikladi.%loop-player%} to false
           
command /kumar:
    trigger:
        send " "
        send "&8» &a&lDIKKAT ET MENUDEYKEN MENUYU KAPATIRSAN KUMAR OYUNU GIDER GIDINCE &c&lYETKILILER HICBIR SEKILDE SORUMLU DEGILDIR!"
        send " "
        wait 5 seconds
        open chest with 1 row named "&7» &f&lKumar" to player
        format slot 0 of player with paper named "&8» &a1000 TL" to close then run [set {f1000tlkumartikladi.%player%} to true]->[execute player command "/f1000tl"]
        format slot 1 of player with paper named "&8» &a5000 TL" to close then run [set {f5000tlkumartikladi.%player%} to true]->[execute player command "/f5000tl"]
        format slot 2 of player with paper named "&8» &a10000 TL" to close then run [set {f10000tlkumartikladi.%player%} to true]->[execute player command "/f10000tl"]
        format slot 3 of player with paper named "&8» &a30000 TL" to close then run [set {f30000tlkumartikladi.%player%} to true]->[execute player command "/f30000tl"]
        format slot 4 of player with paper named "&8» &a50000 TL" to close then run [set {f50000tlkumartikladi.%player%} to true]->[execute player command "/f50000tl"]
        format slot 5 of player with paper named "&8» &a100000 TL" to close then run [set {f100000tlkumartikladi.%player%} to true]->[execute player command "/f100000tl"]
        format slot 8 of player with paper named "&8» &cBILGI" with lore "||&8» &aMenüdeki para miktarlarından birine tıkladığında kumara başlıcaksın" to close 
        format slot 7 of player with paper named "&8» &cBILGI" with lore "||&8» &a&lBu Skript &c&lOnurBeyTR &aaittir lütfen izisin paylaşmayın!" to close 
       
command /f1000tl:
    trigger:
        if {f1000tlkumartikladi.%player%} is true:
            if player's balance is greater than or equal to 1000:
                set {f1000tlkumartikladi.%player%} to false
                wait 3 tick
                open chest with 1 row named "&7» &f&lKumar &8[&a1000 TL&8]" to player
                format slot 3 of player with chest named "&8» &c&lALT" to close then run [set {f1000tlalttikladi.%player%} to true]->[execute player command "/f1000tlalt"]
                format slot 4 of player with chest named "&8» &a&lUST" to close then run [set {f1000tlusttikladi.%player%} to true]->[execute player command "/f1000tlust"]
                format slot 8 of player with paper of unbreaking 10 named "&8» &cNASIL OYNANIR?" with lore "||&8» &aBu oyunun amacı sana rastgele bir sayı vericek ||&asende o sayının &c1 &aile &c50 &aarasında olduguna inanıyorsan &c&lALT ||&aeğer &c51 &aile &c100 &aarasında olduguna inanıyorsan &c&lUST ||&aseçeneğini seçmelisin! " to close
            else:
                send "&8» &aYeterli miktarda paran yok!"
                set {f1000tlkumartikladi.%player%} to false
        else:
            send "&8» &aDostum Kısayol ile bu oyunu oynayamazsın lütfen &c/kumar &akomutunu dene!"
       
command /f1000tlalt:
    trigger:
        if {f1000tlalttikladi.%player%} is true:
            set {f1000tlalttikladi.%player%} to false
            execute console command "/tm message %player% &8» &aKumar Oynanıyor!"
            wait 1 seconds
            send "&8» &aSayın &c1 &aile &c50 &aarasında ise kazanıcaksın."
            wait 2 seconds
            set {_kumarsayi} to a random integer between 1 and 100
            execute console command "/tm message %player% &aSayın &8» &c%{_kumarsayi}%"
            wait 2 seconds
            if {_kumarsayi} is between 1 and 50:
                execute console command "/tm message %player% &8» &aKazandın!"
                send "&8» &aHesabına &c1000 TL &aEklendi!"
                add 1000 to player's balance
            else:
                execute console command "/tm message %player% &8» &cKaybettin!"
                send "&8» &aHesabından &c1000 TL &aAlındı!"
                remove 1000 from player's balance
        else:
            send "&8» &aDostum Kısayol ile bu oyunu oynayamazsın lütfen &c/kumar &akomutunu dene!"
           
command /f1000tlust:
    trigger:
        if {f1000tlusttikladi.%player%} is true:
            set {f1000tlalttikladi.%player%} to false
            execute console command "/tm message %player% &8» &aKumar Oynanıyor!"
            wait 1 seconds
            send "&8» &aSayın &c51 &aile &c100 &aarasında ise kazanıcaksın."
            wait 2 seconds
            set {_kumarsayi} to a random integer between 1 and 100
            execute console command "/tm message %player% &aSayın &8» &c%{_kumarsayi}%"
            wait 2 seconds
            if {_kumarsayi} is between 51 and 100:
                execute console command "/tm message %player% &8» &aKazandın!"
                send "&8» &aHesabına &c1000 TL &aEklendi!"
                add 1000 to player's balance
            else:
                execute console command "/tm message %player% &8» &cKaybettin!"
                send "&8» &aHesabından &c1000 TL &aAlındı!"
                remove 1000 from player's balance
        else:
            send "&8» &aDostum Kısayol ile bu oyunu oynayamazsın lütfen &c/kumar &akomutunu dene!"
       
#5000 TL ile olan kısım

command /f5000tl:
    trigger:
        if {f5000tlkumartikladi.%player%} is true:
            if player's balance is greater than or equal to 5000:
                wait 3 tick
                open chest with 1 row named "&7» &f&lKumar &8[&a5000 TL&8]" to player
                format slot 3 of player with chest named "&8» &c&lALT" to close then run [set {f5000tlalttikladi.%player%} to true]->[execute player command "/f5000tlalt"]
                format slot 4 of player with chest named "&8» &a&lUST" to close then run [set {f5000tlusttikladi.%player%} to true]->[execute player command "/f5000tlust"]
                format slot 8 of player with paper of unbreaking 10 named "&8» &cNASIL OYNANIR?" with lore "||&8» &aBu oyunun amacı sana rastgele bir sayı vericek ||&asende o sayının &c1 &aile &c50 &aarasında olduguna inanıyorsan &c&lALT ||&aeğer &c51 &aile &c100 &aarasında olduguna inanıyorsan &c&lUST ||&aseçeneğini seçmelisin! " to close
            else:
                send "&8» &aYeterli miktarda paran yok!"
                set {f5000tlkumartikladi.%player%} to false
        else:
            send "&8» &aDostum Kısayol ile bu oyunu oynayamazsın lütfen &c/kumar &akomutunu dene!"
       
command /f5000tlalt:
    trigger:
        if {f5000tlalttikladi.%player%} is true:
            set {f5000tlalttikladi.%player%} to false
            execute console command "/tm message %player% &8» &aKumar Oynanıyor!"
            wait 1 seconds
            send "&8» &aSayın &c1 &aile &c50 &aarasında ise kazanıcaksın."
            wait 2 seconds
            set {_kumarsayi} to a random integer between 1 and 100
            execute console command "/tm message %player% &aSayın &8» &c%{_kumarsayi}%"
            wait 2 seconds
            if {_kumarsayi} is between 1 and 50:
                execute console command "/tm message %player% &8» &aKazandın!"
                send "&8» &aHesabına &c5000 TL &aEklendi!"
                add 5000 to player's balance
            else:
                execute console command "/tm message %player% &8» &cKaybettin!"
                send "&8» &aHesabından &c5000 TL &aAlındı!"
                remove 5000 from player's balance
        else:
            send "&8» &aDostum Kısayol ile bu oyunu oynayamazsın lütfen &c/kumar &akomutunu dene!"
           
command /f5000tlust:
    trigger:
        if {f5000tlusttikladi.%player%} is true:
            set {f5000tlalttikladi.%player%} to false
            execute console command "/tm message %player% &8» &aKumar Oynanıyor!"
            wait 1 seconds
            send "&8» &aSayın &c51 &aile &c100 &aarasında ise kazanıcaksın."
            wait 2 seconds
            set {_kumarsayi} to a random integer between 1 and 100
            execute console command "/tm message %player% &aSayın &8» &c%{_kumarsayi}%"
            wait 2 seconds
            if {_kumarsayi} is between 51 and 100:
                execute console command "/tm message %player% &8» &aKazandın!"
                send "&8» &aHesabına &c5000 TL &aEklendi!"
                add 5000 to player's balance
            else:
                execute console command "/tm message %player% &8» &cKaybettin!"
                send "&8» &aHesabından &c5000 TL &aAlındı!"
                remove 5000 from player's balance
        else:
            send "&8» &aDostum Kısayol ile bu oyunu oynayamazsın lütfen &c/kumar &akomutunu dene!"       
       
#10000 TL ile olan kısım

command /f10000tl:
    trigger:
        if {f10000tlkumartikladi.%player%} is true:
            if player's balance is greater than or equal to 10000:
                wait 3 tick
                open chest with 1 row named "&7» &f&lKumar &8[&a10000 TL&8]" to player
                format slot 3 of player with chest named "&8» &c&lALT" to close then run [set {f10000tlalttikladi.%player%} to true]->[execute player command "/f10000tlalt"]
                format slot 4 of player with chest named "&8» &a&lUST" to close then run [set {f10000tlusttikladi.%player%} to true]->[execute player command "/f10000tlust"]
                format slot 8 of player with paper of unbreaking 10 named "&8» &cNASIL OYNANIR?" with lore "||&8» &aBu oyunun amacı sana rastgele bir sayı vericek ||&asende o sayının &c1 &aile &c50 &aarasında olduguna inanıyorsan &c&lALT ||&aeğer &c51 &aile &c100 &aarasında olduguna inanıyorsan &c&lUST ||&aseçeneğini seçmelisin! " to close
            else:
                send "&8» &aYeterli miktarda paran yok!"
                set {f10000tlkumartikladi.%player%} to false
        else:
            send "&8» &aDostum Kısayol ile bu oyunu oynayamazsın lütfen &c/kumar &akomutunu dene!"
       
command /f10000tlalt:
    trigger:
        if {f10000tlalttikladi.%player%} is true:
            set {f10000tlalttikladi.%player%} to false
            execute console command "/tm message %player% &8» &aKumar Oynanıyor!"
            wait 1 seconds
            send "&8» &aSayın &c1 &aile &c50 &aarasında ise kazanıcaksın."
            wait 2 seconds
            set {_kumarsayi} to a random integer between 1 and 100
            execute console command "/tm message %player% &aSayın &8» &c%{_kumarsayi}%"
            wait 2 seconds
            if {_kumarsayi} is between 1 and 50:
                execute console command "/tm message %player% &8» &aKazandın!"
                send "&8» &aHesabına &c10000 TL &aEklendi!"
                add 10000 to player's balance
            else:
                execute console command "/tm message %player% &8» &cKaybettin!"
                send "&8» &aHesabından &c10000 TL &aAlındı!"
                remove 10000 from player's balance
        else:
            send "&8» &aDostum Kısayol ile bu oyunu oynayamazsın lütfen &c/kumar &akomutunu dene!"
           
command /f10000tlust:
    trigger:
        if {f10000tlusttikladi.%player%} is true:
            set {f10000tlalttikladi.%player%} to false
            execute console command "/tm message %player% &8» &aKumar Oynanıyor!"
            wait 1 seconds
            send "&8» &aSayın &c51 &aile &c100 &aarasında ise kazanıcaksın."
            wait 2 seconds
            set {_kumarsayi} to a random integer between 1 and 100
            execute console command "/tm message %player% &aSayın &8» &c%{_kumarsayi}%"
            wait 2 seconds
            if {_kumarsayi} is between 51 and 100:
                execute console command "/tm message %player% &8» &aKazandın!"
                send "&8» &aHesabına &c10000 TL &aEklendi!"
                add 10000 to player's balance
            else:
                execute console command "/tm message %player% &8» &cKaybettin!"
                send "&8» &aHesabından &c10000 TL &aAlındı!"
                remove 10000 from player's balance
        else:
            send "&8» &aDostum Kısayol ile bu oyunu oynayamazsın lütfen &c/kumar &akomutunu dene!"               
       
#30000 TL ile olan kısım

command /f30000tl:
    trigger:
        if {f30000tlkumartikladi.%player%} is true:
            if player's balance is greater than or equal to 30000:
                wait 3 tick
                open chest with 1 row named "&7» &f&lKumar &8[&a30000 TL&8]" to player
                format slot 3 of player with chest named "&8» &c&lALT" to close then run [set {f30000tlalttikladi.%player%} to true]->[execute player command "/f30000tlalt"]
                format slot 4 of player with chest named "&8» &a&lUST" to close then run [set {f30000tlusttikladi.%player%} to true]->[execute player command "/f30000tlust"]
                format slot 8 of player with paper of unbreaking 10 named "&8» &cNASIL OYNANIR?" with lore "||&8» &aBu oyunun amacı sana rastgele bir sayı vericek ||&asende o sayının &c1 &aile &c50 &aarasında olduguna inanıyorsan &c&lALT ||&aeğer &c51 &aile &c100 &aarasında olduguna inanıyorsan &c&lUST ||&aseçeneğini seçmelisin! " to close
            else:
                send "&8» &aYeterli miktarda paran yok!"
                set {f30000tlkumartikladi.%player%} to false
        else:
            send "&8» &aDostum Kısayol ile bu oyunu oynayamazsın lütfen &c/kumar &akomutunu dene!"
       
command /f30000tlalt:
    trigger:
        if {f30000tlalttikladi.%player%} is true:
            set {f30000tlalttikladi.%player%} to false
            execute console command "/tm message %player% &8» &aKumar Oynanıyor!"
            wait 1 seconds
            send "&8» &aSayın &c1 &aile &c50 &aarasında ise kazanıcaksın."
            wait 2 seconds
            set {_kumarsayi} to a random integer between 1 and 100
            execute console command "/tm message %player% &aSayın &8» &c%{_kumarsayi}%"
            wait 2 seconds
            if {_kumarsayi} is between 1 and 50:
                execute console command "/tm message %player% &8» &aKazandın!"
                send "&8» &aHesabına &c30000 TL &aEklendi!"
                add 30000 to player's balance
            else:
                execute console command "/tm message %player% &8» &cKaybettin!"
                send "&8» &aHesabından &c30000 TL &aAlındı!"
                remove 30000 from player's balance
        else:
            send "&8» &aDostum Kısayol ile bu oyunu oynayamazsın lütfen &c/kumar &akomutunu dene!"
           
command /f30000tlust:
    trigger:
        if {f30000tlusttikladi.%player%} is true:
            set {f30000tlalttikladi.%player%} to false
            execute console command "/tm message %player% &8» &aKumar Oynanıyor!"
            wait 1 seconds
            send "&8» &aSayın &c51 &aile &c100 &aarasında ise kazanıcaksın."
            wait 2 seconds
            set {_kumarsayi} to a random integer between 1 and 100
            execute console command "/tm message %player% &aSayın &8» &c%{_kumarsayi}%"
            wait 2 seconds
            if {_kumarsayi} is between 51 and 100:
                execute console command "/tm message %player% &8» &aKazandın!"
                send "&8» &aHesabına &c30000 TL &aEklendi!"
                add 30000 to player's balance
            else:
                execute console command "/tm message %player% &8» &cKaybettin!"
                send "&8» &aHesabından &c30000 TL &aAlındı!"
                remove 30000 from player's balance
        else:
            send "&8» &aDostum Kısayol ile bu oyunu oynayamazsın lütfen &c/kumar &akomutunu dene!"               

                       
#50000 TL ile olan kısım

command /f50000tl:
    trigger:
        if {f50000tlkumartikladi.%player%} is true:
            if player's balance is greater than or equal to 50000:
                wait 3 tick
                open chest with 1 row named "&7» &f&lKumar &8[&a50000 TL&8]" to player
                format slot 3 of player with chest named "&8» &c&lALT" to close then run [set {f50000tlalttikladi.%player%} to true]->[execute player command "/f50000tlalt"]
                format slot 4 of player with chest named "&8» &a&lUST" to close then run [set {f50000tlusttikladi.%player%} to true]->[execute player command "/f50000tlust"]
                format slot 8 of player with paper of unbreaking 10 named "&8» &cNASIL OYNANIR?" with lore "||&8» &aBu oyunun amacı sana rastgele bir sayı vericek ||&asende o sayının &c1 &aile &c50 &aarasında olduguna inanıyorsan &c&lALT ||&aeğer &c51 &aile &c100 &aarasında olduguna inanıyorsan &c&lUST ||&aseçeneğini seçmelisin! " to close
            else:
                send "&8» &aYeterli miktarda paran yok!"
                set {f50000tlkumartikladi.%player%} to false
        else:
            send "&8» &aDostum Kısayol ile bu oyunu oynayamazsın lütfen &c/kumar &akomutunu dene!"
       
command /f50000tlalt:
    trigger:
        if {f50000tlalttikladi.%player%} is true:
            set {f50000tlalttikladi.%player%} to false
            execute console command "/tm message %player% &8» &aKumar Oynanıyor!"
            wait 1 seconds
            send "&8» &aSayın &c1 &aile &c50 &aarasında ise kazanıcaksın."
            wait 2 seconds
            set {_kumarsayi} to a random integer between 1 and 100
            execute console command "/tm message %player% &aSayın &8» &c%{_kumarsayi}%"
            wait 2 seconds
            if {_kumarsayi} is between 1 and 50:
                execute console command "/tm message %player% &8» &aKazandın!"
                send "&8» &aHesabına &c50000 TL &aEklendi!"
                add 50000 to player's balance
            else:
                execute console command "/tm message %player% &8» &cKaybettin!"
                send "&8» &aHesabından &c50000 TL &aAlındı!"
                remove 50000 from player's balance
        else:
            send "&8» &aDostum Kısayol ile bu oyunu oynayamazsın lütfen &c/kumar &akomutunu dene!"
           
command /f50000tlust:
    trigger:
        if {f50000tlusttikladi.%player%} is true:
            set {f50000tlalttikladi.%player%} to false
            execute console command "/tm message %player% &8» &aKumar Oynanıyor!"
            wait 1 seconds
            send "&8» &aSayın &c51 &aile &c100 &aarasında ise kazanıcaksın."
            wait 2 seconds
            set {_kumarsayi} to a random integer between 1 and 100
            execute console command "/tm message %player% &aSayın &8» &c%{_kumarsayi}%"
            wait 2 seconds
            if {_kumarsayi} is between 51 and 100:
                execute console command "/tm message %player% &8» &aKazandın!"
                send "&8» &aHesabına &c50000 TL &aEklendi!"
                add 50000 to player's balance
            else:
                execute console command "/tm message %player% &8» &cKaybettin!"
                send "&8» &aHesabından &c50000 TL &aAlındı!"
                remove 50000 from player's balance
        else:
            send "&8» &aDostum Kısayol ile bu oyunu oynayamazsın lütfen &c/kumar &akomutunu dene!"               
           
#100000 TL ile olan kısım

command /f100000tl:
    trigger:
        if {f100000tlkumartikladi.%player%} is true:
            if player's balance is greater than or equal to 100000:
                wait 3 tick
                open chest with 1 row named "&7» &f&lKumar &8[&a100000 TL&8]" to player
                format slot 3 of player with chest named "&8» &c&lALT" to close then run [set {f100000tlalttikladi.%player%} to true]->[execute player command "/f100000tlalt"]
                format slot 4 of player with chest named "&8» &a&lUST" to close then run [set {f100000tlusttikladi.%player%} to true]->[execute player command "/f100000tlust"]
                format slot 8 of player with paper of unbreaking 10 named "&8» &cNASIL OYNANIR?" with lore "||&8» &aBu oyunun amacı sana rastgele bir sayı vericek ||&asende o sayının &c1 &aile &c50 &aarasında olduguna inanıyorsan &c&lALT ||&aeğer &c51 &aile &c100 &aarasında olduguna inanıyorsan &c&lUST ||&aseçeneğini seçmelisin! " to close
            else:
                send "&8» &aYeterli miktarda paran yok!"
                set {f100000tlkumartikladi.%player%} to false
        else:
            send "&8» &aDostum Kısayol ile bu oyunu oynayamazsın lütfen &c/kumar &akomutunu dene!"
       
command /f100000tlalt:
    trigger:
        if {f100000tlalttikladi.%player%} is true:
            set {f100000tlalttikladi.%player%} to false
            execute console command "/tm message %player% &8» &aKumar Oynanıyor!"
            wait 1 seconds
            send "&8» &aSayın &c1 &aile &c50 &aarasında ise kazanıcaksın."
            wait 2 seconds
            set {_kumarsayi} to a random integer between 1 and 100
            execute console command "/tm message %player% &aSayın &8» &c%{_kumarsayi}%"
            wait 2 seconds
            if {_kumarsayi} is between 1 and 50:
                execute console command "/tm message %player% &8» &aKazandın!"
                send "&8» &aHesabına &c100000 TL &aEklendi!"
                add 100000 to player's balance
            else:
                execute console command "/tm message %player% &8» &cKaybettin!"
                send "&8» &aHesabından &c100000 TL &aAlındı!"
                remove 100000 from player's balance
        else:
            send "&8» &aDostum Kısayol ile bu oyunu oynayamazsın lütfen &c/kumar &akomutunu dene!"
           
command /f100000tlust:
    trigger:
        if {f100000tlusttikladi.%player%} is true:
            set {f100000tlalttikladi.%player%} to false
            execute console command "/tm message %player% &8» &aKumar Oynanıyor!"
            wait 1 seconds
            send "&8» &aSayın &c51 &aile &c100 &aarasında ise kazanıcaksın."
            wait 2 seconds
            set {_kumarsayi} to a random integer between 1 and 100
            execute console command "/tm message %player% &aSayın &8» &c%{_kumarsayi}%"
            wait 2 seconds
            if {_kumarsayi} is between 51 and 100:
                execute console command "/tm message %player% &8» &aKazandın!"
                send "&8» &aHesabına &c100000 TL &aEklendi!"
                add 100000 to player's balance
            else:
                execute console command "/tm message %player% &8» &cKaybettin!"
                send "&8» &aHesabından &c100000 TL &aAlındı!"
                remove 100000 from player's balance
        else:
            send "&8» &aDostum Kısayol ile bu oyunu oynayamazsın lütfen &c/kumar &akomutunu dene!"


NOT » Skript OnurBeyTR ye aittir lütfen izinsiz paylaşmayın!
 
Kumar Haramdır :D Güzel Skript Tebrik Ederim
 
birkaç hata ve çok sayıda gereksiz değişken var.

skript başladığında tüm oyuncuları alıyor fakat sonradan giren oyuncular ?
%loop-player% kullanmak yerine neden * kullanamdın hiç loop all players: a gerek kalmazdı
 
birkaç hata ve çok sayıda gereksiz değişken var.

skript başladığında tüm oyuncuları alıyor fakat sonradan giren oyuncular ?
%loop-player% kullanmak yerine neden * kullanamdın hiç loop all players: a gerek kalmazdı

Cunku skripte reload atinca kumar komutu calismiyordu bug olmasin diye engellemistim oyuzden on load yaptim[DOUBLEPOST=1520605429,1520605397][/DOUBLEPOST]
Kumar Haramdır :D Güzel Skript Tebrik Ederim

Tesekkurler.
 
Cunku skripte reload atinca kumar komutu calismiyordu bug olmasin diye engellemistim oyuzden on load yaptim[DOUBLEPOST=1520605429,1520605397][/DOUBLEPOST]

Tesekkurler.
mesajımı okurmusun ?
 
anladım fakat öyle bir sıkıtnı olmıcaktır
bana nasıl olmiyacağını söylermisin ?
şimdi skript 14:00 da reloadlandı oyuncualrı aldı vs. 14:02 de bir oyuncu gir o oyuncuyu nasıl alıcak onu söyle bana ?
 
Güzel Skript Hosuma Gitti :D
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

Hala Discord sunucumuza katılmadın mı?

Büyük bir topluluğun parçası ol, etkinliklere katıl ve özel hediyeler kazanma şansı yakala!

Şimdi Katıl
Üst