Yazar ve Destek Ekibi Alımları Aktif!
Merhaba Ziyaretçi!, Forumumuzun yazar ve destek ekibine katılmak ister misiniz? Yetkili market, yetkili sistemi ve başvuru formu gibi birçok bilgiye ulaşmak için buraya tıklayın.
Çok eski bir web tarayıcısı kullanıyorsunuz. Bu veya diğer siteleri görüntülemekte sorunlar yaşayabilirsiniz.. Tarayıcınızı güncellemeli veya alternatif bir tarayıcı kullanmalısınız.
merhaba lütfen
# ===================================================
# === OYUN SÜRESİ 5 DK SAYAÇ ======================
# ===================================================
set {sakla::oyunSuresi} to 300 # 5 dakika
while {sakla::oyunSuresi}...
# Skript: Rank Commands
# UNRANKED rütbesi
command /rankunranked [<player>]:
permission: rank.use
trigger:
if arg-1 is set:
set {rank.%arg-1%} to "&7[UNRANKED]"
set display name of arg-1 to "&7[UNRANKED] &f%arg-1%"
set tab list name of arg-1...
command /bugday:
trigger:
if player has 512 wheat:
remove 512 of wheat from player's inventory
give player NAME_TAG{CustomModelData:72}
send "512 buğdayınızı...
command /yardim:
trigger:
open yardim menu to player
on inventory close:
if {yardim.%player%} is set:
delete {yardim.%player%}
send "Yardım menüsü kapatıldı!" to player
on inventory click:
if {yardim.%player%} is set:
if clicked item is a book named...
Skriptimde send "yazı" kısmında # kullanmam gerekiyor fakat kullandığımda hata alıyorum.
Hata:
> sk reload main
[19:39:53 INFO]: [Skript] Reloading main.sk...
[19:39:53 INFO]: Line 12: (main.sk)
[19:39:53 INFO]: Invalid use of quotes ("). If you want to use quotes in "quoted text", double...