Merhaba arkadaşlar forumdan buldugum casino skriptini kullanmak istiyorum fakat kullandıgımda sürekli kaybediyor 20 kere falan denedim hepsinde kaybettin dedi sanırım skriptte bir sorun var ilgili arkadaşlar yardım ederse çok sevinirim: Buyrun skript:
Kod:
options:
p: &b[&6C&b]
command /casino [<int>]:
trigger:
if arg 1 is not set:
send "&8&m-------------------------" to player
send "{@p} &8/&acasino &8<&abahis&8>" to player
send "{@p} &cKazanirsan bahisin 2 katini alirsin" to player
send "&8&m-------------------------" to player
if arg 1 is set:
if arg 1 is greater than or equal to player's balance:
remove arg-1 from player's balance
send "{@p} &aHesabindan &c%arg-1%$ &aalindi." to player
send player title "&55" with subtitle "&bbahis: &d%arg-1%" for 1 seconds
wait 1 seconds
send player title "&54" for 1 seconds
wait 1 seconds
send player title "&53" for 1 seconds
wait 1 seconds
send player title "&52" for 1 seconds
wait 1 seconds
send player title "&51" for 1 seconds
wait 1 seconds
set {kk} to a random integer between 1 and 2
if {kk} is 1:
set {para} to arg 1
add arg 1 to {para}
send player title "&aKazandin!" with subtitle "&a%{para}%$" for 1 seconds
add {para} to player's account
reset {para}
if {kk} is 2:
send player title "&cKaybettin!" with subtitle "&c%arg-1%$" for 1 seconds