GorkemBaşkan
VPS:ON
Selam'ın aleyküm beyler Olay şu Ben bi skript yazdım ancak oyuna giren herkeze büyüler gidiyor bunu nasıl ayarlayabilirim ?
yanı bi sorun var ama ne anlayamadım Bu arada skript işine yarayan alabilir kullanışlı birşey yaptım zaten mantığını anlamışsınızdır. :)
yanı bi sorun var ama ne anlayamadım Bu arada skript işine yarayan alabilir kullanışlı birşey yaptım zaten mantığını anlamışsınızdır. :)
Kod:
command /gucbuyusu:
trigger:
if player's level is greater than or equal to 50:
send "&8[ &c&lTurkish &6&lGaming &8] &6Guc &7Buyunuz Basari ile alindi."
execute console command "effect %player% strength 999999 3"
remove 50 from player's level
execute console command "manuaddp %player% guc.buyu"
else:
send "&8[ &c&lTurkish &6&lGaming &8] &cHata &7Bunun için &e&o50 &dLevel'e &7Sahip Olmanız Gerekir."
command /hizbuyusu:
trigger:
if player's level is greater than or equal to 50:
send "&8[ &c&lTurkish &6&lGaming &8] &aHiz &7Buyunuz Basari ile alindi."
execute console command "effect %player% speed 180000 5"
remove 50 from player's level
execute console command "manuaddp %player% hiz.buyu"
else:
send "&8[ &c&lTurkish &6&lGaming &8] &cHata &7Bunun için &e&o50 &dLevel'e &7Sahip Olmanız Gerekir."
command /zipbuyusu:
trigger:
if player's level is greater than or equal to 50:
send "&8[ &c&lTurkish &6&lGaming &8] &bZiplama Buyunuz Basari ile alindi."
execute console command "effect %player% 8 180000 3"
remove 50 from player's level
execute console command "manuaddp %player% zip.buyu"
else:
send "&8[ &c&lTurkish &6&lGaming &8] &cHata &7Bunun için &e&o50 &dLevel'e &7Sahip Olmanız Gerekir."
on login:
if player has permission "guc.buyu":
wait 5 seconds
execute console command "effect %player% strength 999999 3"
on login:
if player has permission "hiz.buyu":
wait 5 seconds
execute console command "effect %player% speed 180000 5"
on login:
if player has permission "zip.buyu":
wait 5 seconds
execute console command "effect %player% 8 180000 3"
on respawn:
if player has permission "guc.buyu":
wait 5 seconds
execute console command "effect %player% strength 999999 3"
on respawn:
if player has permission "hiz.buyu":
wait 5 seconds
execute console command "effect %player% speed 180000 5"
on respawn:
if player has permission "zip.buyu":
wait 5 seconds
execute console command "effect %player% 8 180000 3"
stop