Skripterlar Ben Çözemedim Sira Sizde

Demmy

Demir Madencisi
Mesajlar
345
En iyi cevaplar
0
Beğeniler
52
Puanları
210
Arkadaşlar Bu CS:GO'Da Kasa Açiyormuşsunuz Gibi bir Skript Çok Ariyorum Bulanlar Atabilirmi Dönüyor Dönüyor Şansina Para Çikiyor Ama Anahtar Şart Ben Hiç Yapamadim Sizde Sira :) ?





 


Son düzenleme:

ShiodomeMiuna

Nether Yerlisi
Mesajlar
2,351
En iyi cevaplar
11
Beğeniler
1,190
Puanları
3,300
Skript öyle bir lag yapar ki...
Itemcases pluginini kullanabilirsin.
 
Son düzenleme:

Oswin

play.oswinnetwork.com
Mesajlar
423
En iyi cevaplar
0
Beğeniler
187
Puanları
570
Bu ücretli bir eklenti. Skript ile yapılabilir mi bilmiyorum.
 

HyperBarbaros

Ağaç Yumruklayıcı
Mesajlar
36
En iyi cevaplar
0
Beğeniler
26
Puanları
110
hocam banada çok lazım bunu editlemesi skype : hyperbarbo anlatırsan sevinirim.
 

Axel102

Hayalet Avcısı
Mesajlar
2,564
En iyi cevaplar
6
Beğeniler
1,002
Puanları
3,390

Kod,
Kod:
#Give
command /givebox:
 permission: admin.admin
 trigger:
  give 1 stone named "&cMoney Box" to player

#Case
on rightclick with stone:
 name of player's tool contains "&cMoney Box":
  cancel event
  set {_s} to -1
  open chest with 1 rows named "&2&lMoney Box" to player
  loop 9 times:
   wait 1 tick
   add 1 to {_s}
   format slot {_s} of player with gray dye to run ""
   execute console command "/playsound random.orb %player%"

  set {_s} to -1
  loop 9 times:
   wait 3 tick
   "%inventory name of current inventory of player%" is "&2&lMoney Box":
    add 1 to {_s}
    format slot {_s} of player with light green dye named "&a&l%random integer between 250 and 500%K" to run ""
    execute console command "/playsound note.pling %player%"

  set {_s} to -1
  loop 9 times:
   add 1 to {_s}
   format slot {_s} of player with gray dye named "&a&l%random integer between 250 and 500%K" to run ""
   execute console command "/playsound random.levelup %player%"
  #LUCKY
  chance of 50%:
   format slot 4 of player with light green dye named "&a&l250K" to run ""
   add 250000 to player's account
  else if chance of 50%:
   format slot 4 of player with light green dye named "&a&l350K" to run ""
   add 350000 to player's account
  else if chance of 50%:
   format slot 4 of player with light green dye named "&a&l500K" to run ""
   add 500000 to player's account
 

Üst