Tinker
Koydum Çalışma Masasını
- Katılım
- 24 Mart 2019
- Mesajlar
- 60
- Elmaslar
- 4
- Puan
- 8.760
- Yaş
- 43
- Minecraft
- Sasa
Discord:
Sasam
Sasam
SA:MP ve MTA daki olduğu gibi /me /do olucak /b olucak /t olucak 1.8 sürüme uygun yaparsanız sevinirim elinize sağlık şimdiden.
[EK Bilgi]
Mesela /t den Selamlar yazdım 10 blok öteye kadar gidicek sonrasına gitmiyecek
command /t <text>:
trigger:
loop players in radius 10 around player:
send "%arg 1%" to loop-player
Sasam
Çalışmadı malesef.Kod:command /t <text>: trigger: loop players in radius 10 around player: send "%arg 1%" to loop-player
Dener misin ? Oyuncunun 10 block çevresindeki kişilere gider /t Selamlar yazınca.
Sasam
Şöyle oluyo bana yazılan bana gelmiyor karşı oyuncuya gidiyoKod:command /t <text>: trigger: loop players in radius 10 around player: send "%arg 1%" to loop-player
Dener misin ? Oyuncunun 10 block çevresindeki kişilere gider /t Selamlar yazınca.
Sasam
Kod:command /t <text>: trigger: loop players in radius 10 around player: send "%arg 1%" to loop-player
Dener misin ? Oyuncunun 10 block çevresindeki kişilere gider /t Selamlar yazınca.
command /isimver [<player>] [<text>]:
permission: rpg.isimver
permission message: Bunun Için Yetkiniz Yok!
trigger:
if arg 1 is set:
if arg 2 is set:
add arg 2 to {rpg.isimler::*}
send "Isim Eklendi!"
set {rpg.isim.%arg-1%} to "%arg-2%"
on chat:
cancel event
send "(&6%{rpg.isim.%player%}%) %player% &7>> &f%message%" to player
loop all players in radius 15 of player:
send "(&6%{rpg.isim.%player%}%) %player% &7>> &f%message%" to loop-player
command /me [<text>]:
trigger:
arg 1 is set:
loop all players in radius 15 of player:
send "&c[Haraket] %{rpg.isim.%player%}% &7 &c%arg-1%" to loop-player
send "&c[Haraket] %{rpg.isim.%player%}% &7 &c%arg-1%"
command /do [<text>]:
trigger:
arg 1 is set:
loop all players in radius 15 of player:
send "&a[Bilgi] %{rpg.isim.%player%}% &7 &f%arg-1%" to loop-player
send "&a[Bilgi] %{rpg.isim.%player%}% &7 &f%arg-1%"
command /b [<text>]:
aliases: ooc
trigger:
arg 1 is set:
loop all players in radius 15 of player:
send "&9[OOC] %{rpg.isim.%player%}% &7 &f%arg-1%" to loop-player
send "&9[OOC] %{rpg.isim.%player%}% &7 &f%arg-1%"
command /kf [<player>] [<text>]:
trigger:
arg 1 is set:
arg 2 is set:
loop all players in radius 2 of player:
send "&6[Fisildama] &f%arg-1%" to loop-player
send "&6[Fisildama] &f%arg-1%"
command /kk [<text>]:
trigger:
arg 1 is set:
loop all players in radius 5 of player:
send "&6[KendiKendine] &0%arg-1%" to loop-player
send "&6[KendiKendine] &0%arg-1%"
Sasam
Merhaba, bu kodu denermısınız bir hatası olursa geri dönüs yapınız veya çalışmaz ise.
Kod:command /isimver [<player>] [<text>]: permission: rpg.isimver permission message: Bunun Için Yetkiniz Yok! trigger: if arg 1 is set: if arg 2 is set: add arg 2 to {rpg.isimler::*} send "Isim Eklendi!" set {rpg.isim.%arg-1%} to "%arg-2%" on chat: cancel event send "(&6%{rpg.isim.%player%}%) %player% &7>> &f%message%" to player loop all players in radius 15 of player: send "(&6%{rpg.isim.%player%}%) %player% &7>> &f%message%" to loop-player command /me [<text>]: trigger: arg 1 is set: loop all players in radius 15 of player: send "&c[Haraket] %{rpg.isim.%player%}% &7 &c%arg-1%" to loop-player send "&c[Haraket] %{rpg.isim.%player%}% &7 &c%arg-1%" command /do [<text>]: trigger: arg 1 is set: loop all players in radius 15 of player: send "&a[Bilgi] %{rpg.isim.%player%}% &7 &f%arg-1%" to loop-player send "&a[Bilgi] %{rpg.isim.%player%}% &7 &f%arg-1%" command /b [<text>]: aliases: ooc trigger: arg 1 is set: loop all players in radius 15 of player: send "&9[OOC] %{rpg.isim.%player%}% &7 &f%arg-1%" to loop-player send "&9[OOC] %{rpg.isim.%player%}% &7 &f%arg-1%" command /kf [<player>] [<text>]: trigger: arg 1 is set: arg 2 is set: loop all players in radius 2 of player: send "&6[Fisildama] &f%arg-1%" to loop-player send "&6[Fisildama] &f%arg-1%" command /kk [<text>]: trigger: arg 1 is set: loop all players in radius 5 of player: send "&6[KendiKendine] &0%arg-1%" to loop-player send "&6[KendiKendine] &0%arg-1%"
Aradığım şey bu fakat şöyle bir sorun var benim mesela 15 blok yakınımda birileri yok /me ve /do yu kullanamıyorum nasıl çözebiliriz ?
command /isimver [<player>] [<text>]:
permission: rpg.isimver
permission message: Bunun Için Yetkiniz Yok!
trigger:
if arg 1 is set:
if arg 2 is set:
add arg 2 to {rpg.isimler::*}
send "Isim Eklendi!"
set {rpg.isim.%arg-1%} to "%arg-2%"
on chat:
cancel event
send "(&6%{rpg.isim.%player%}%) %player% &7>> &f%message%" to player
loop all players in radius 15 of player:
send "(&6%{rpg.isim.%player%}%) %player% &7>> &f%message%" to loop-player
command /me <text>:
trigger:
arg 1 is set:
loop all players in radius 15 of player:
send "&c[Haraket] %{rpg.isim.%player%}% &7 &c%arg-1%" to loop-player
send "&c[Haraket] %{rpg.isim.%player%}% &7 &c%arg-1%"
command /do <text>:
trigger:
arg 1 is set:
loop all players in radius 15 of player:
send "&a[Bilgi] %{rpg.isim.%player%}% &7 &f%arg-1%" to loop-player
send "&a[Bilgi] %{rpg.isim.%player%}% &7 &f%arg-1%"
command /b <text>:
aliases: ooc
trigger:
arg 1 is set:
loop all players in radius 15 of player:
send "&9[OOC] %{rpg.isim.%player%}% &7 &f%arg-1%" to loop-player
send "&9[OOC] %{rpg.isim.%player%}% &7 &f%arg-1%"
command /kf [<player>] <text>:
trigger:
arg 1 is set:
arg 2 is set:
loop all players in radius 2 of player:
send "&6[Fisildama] &f%arg-1%" to loop-player
send "&6[Fisildama] &f%arg-1%"
command /kk <text>:
trigger:
arg 1 is set:
loop all players in radius 5 of player:
send "&6[KendiKendine] &0%arg-1%" to loop-player
send "&6[KendiKendine] &0%arg-1%"
Kod:command /isimver [<player>] [<text>]: permission: rpg.isimver permission message: Bunun Için Yetkiniz Yok! trigger: if arg 1 is set: if arg 2 is set: add arg 2 to {rpg.isimler::*} send "Isim Eklendi!" set {rpg.isim.%arg-1%} to "%arg-2%" on chat: cancel event send "(&6%{rpg.isim.%player%}%) %player% &7>> &f%message%" to player loop all players in radius 15 of player: send "(&6%{rpg.isim.%player%}%) %player% &7>> &f%message%" to loop-player command /me <text>: trigger: arg 1 is set: loop all players in radius 15 of player: send "&c[Haraket] %{rpg.isim.%player%}% &7 &c%arg-1%" to loop-player send "&c[Haraket] %{rpg.isim.%player%}% &7 &c%arg-1%" command /do <text>: trigger: arg 1 is set: loop all players in radius 15 of player: send "&a[Bilgi] %{rpg.isim.%player%}% &7 &f%arg-1%" to loop-player send "&a[Bilgi] %{rpg.isim.%player%}% &7 &f%arg-1%" command /b <text>: aliases: ooc trigger: arg 1 is set: loop all players in radius 15 of player: send "&9[OOC] %{rpg.isim.%player%}% &7 &f%arg-1%" to loop-player send "&9[OOC] %{rpg.isim.%player%}% &7 &f%arg-1%" command /kf [<player>] <text>: trigger: arg 1 is set: arg 2 is set: loop all players in radius 2 of player: send "&6[Fisildama] &f%arg-1%" to loop-player send "&6[Fisildama] &f%arg-1%" command /kk <text>: trigger: arg 1 is set: loop all players in radius 5 of player: send "&6[KendiKendine] &0%arg-1%" to loop-player send "&6[KendiKendine] &0%arg-1%"
Dener misin ?
Efe#0754
on chat:
cancel event
loop players in radius 10 around player:
set {_mesaj} to message
send "&a%player%&f: &9%{_mesaj}%" to loop-value
Sasam
çok teşekkürler sorun çözüldü elinize sağlıkcommand /isimver [<player>] [<text>]: permission: rpg.isimver permission message: Bunun Için Yetkiniz Yok! trigger: if arg 1 is set: if arg 2 is set: add arg 2 to {rpg.isimler::*} send "Isim Eklendi!" set {rpg.isim.%arg-1%} to "%arg-2%" on chat: cancel event send "(&6%{rpg.isim.%player%}%) %player% &7>> &f%message%" to player loop all players in radius 15 of player: send "(&6%{rpg.isim.%player%}%) %player% &7>> &f%message%" to loop-player command /me <text>: trigger: arg 1 is set: loop all players in radius 15 of player: send "&c[Haraket] %{rpg.isim.%player%}% &7 &c%arg-1%" to loop-player send "&c[Haraket] %{rpg.isim.%player%}% &7 &c%arg-1%" command /do <text>: trigger: arg 1 is set: loop all players in radius 15 of player: send "&a[Bilgi] %{rpg.isim.%player%}% &7 &f%arg-1%" to loop-player send "&a[Bilgi] %{rpg.isim.%player%}% &7 &f%arg-1%" command /b <text>: aliases: ooc trigger: arg 1 is set: loop all players in radius 15 of player: send "&9[OOC] %{rpg.isim.%player%}% &7 &f%arg-1%" to loop-player send "&9[OOC] %{rpg.isim.%player%}% &7 &f%arg-1%" command /kf [<player>] <text>: trigger: arg 1 is set: arg 2 is set: loop all players in radius 2 of player: send "&6[Fisildama] &f%arg-1%" to loop-player send "&6[Fisildama] &f%arg-1%" command /kk <text>: trigger: arg 1 is set: loop all players in radius 5 of player: send "&6[KendiKendine] &0%arg-1%" to loop-player send "&6[KendiKendine] &0%arg-1%"
Büyük bir topluluğun parçası ol, etkinliklere katıl ve özel hediyeler kazanma şansı yakala!