Mrtcn_TR
Zombi Geldi, Beni Yedi
- Katılım
- 17 Ocak 2017
- Mesajlar
- 225
- Elmaslar
- 12
- Puanlar
- 6.410
- Yaş
- 24
Citrus#4361
on death of a player:
set gamemode of player to spectator
set {_i} to 3
loop 3 times:
send player title "&c&lOLDUN!" with subtitle "&fYeniden dogmana &e%{_i}% &fsaniye kaldi." for 1 second
remove 1 from {_i}
wait second
execute console command "spawna gönderme komutun"
Kusura bakma kanka :D senin yazdığın gözükmüyodu.Değerli ziyaretçimiz, içeriği görebilmek için şimdi giriş yapın veya kayıt olun.
sorun şu benim /spawn pluginim ve skriptim yokBunu bir dene dostum olmazsa söyle.
[DOUBLEPOST=1507046834,1507046803][/DOUBLEPOST]Kod:on death of a player: set gamemode of player to spectator set {_i} to 3 loop 3 times: send player title "&c&lOLDUN!" with subtitle "&fYeniden dogmana &e%{_i}% &fsaniye kaldi." for 1 second remove 1 from {_i} wait second execute console command "spawna gönderme komutun"
Kusura bakma kanka :D senin yazdığın gözükmüyodu.
Citrus#4361
on death of a player:
set gamemode of player to spectator
execute console command "spawngit spec %player%"
set {_i} to 3
loop 3 times:
send player title "&c&lOLDUN!" with subtitle "&fYeniden dogmana &e%{_i}% &fsaniye kaldi." for 1 second
remove 1 from {_i}
wait second
execute console command "spawngit lobi %player%"
command /spawnyap [<text>]:
permission: spawn.adm
trigger:
if arg 1 isn't "spec" or "lobi":
send "&cDogru Kullanim: &f/spawnyap <spec/lobi>"
if arg 1 is "spec":
set {lobi.spec} to location of player
if arg 1 is "lobi":
set {lobi} to location of player
command /spawngit [<text>] [<player>]:
permission: spawngit.adm
trigger:
if arg 1 isn't "lobi" or "spec":
send "&cDogru Kullanim: &f/spawngit <spec/lobi> <player>"
if arg 1 is "spec":
if arg 2 is set:
if arg 2 is online:
teleport arg 2 to {lobi.spec}
else:
send "&c%arg-2% &fadli oyuncu online degil!"
else:
teleport player to {lobi.spec}
if arg 1 is "lobi":
if arg 2 is set:
if arg 2 is online:
teleport arg 2 to {lobi}
else:
send "&c%arg-2% &fadli oyuncu online degil!"
else:
teleport player to {lobi.spec}
on join:
teleport the player to {spawn}
on death of player:
teleport the victim to {spawn}
on first join:
teleport the player to {spawn}
command /spawnyap:
permission : admin.spawnayarla
permission message : &8Yetkin Yok
trigger:
if {spawn} isn't set:
set {spawn} to location of the player
send "&8Spawn Yerini Ayarladın" to player
else:
send "&8Spawn Yerini Ayarlamışsın" to player
command /spawngit:
permission : admin.spawngit
permission message : &8Yetkin Yok
trigger:
teleport the player to {spawn}
send "&8Spawna Işınlandın" to player
command /spawnsil:
permission : admin.spawnsil
permission message : &8Yetkin Yok
trigger:
delete {spawn}
send "&8Spawnı Sildin"
Kusura bakmayın görmedim.Affola.O zaman bunu dene. "/spawnyap spec" ile spactete bölgesini, "/spawnyap lobi" ile lobi bölgesini belirle. /spawngit <spec/lobi> ile ışınlanabilirsin. Başka bir oyuncuyu ışınlamak istersen /spawngit <spec/lobi> <oyuncu>.
Kod:on death of a player: set gamemode of player to spectator execute console command "spawngit spec %player%" set {_i} to 3 loop 3 times: send player title "&c&lOLDUN!" with subtitle "&fYeniden dogmana &e%{_i}% &fsaniye kaldi." for 1 second remove 1 from {_i} wait second execute console command "spawngit lobi %player%" command /spawnyap [<text>]: permission: spawn.adm trigger: if arg 1 isn't "spec" or "lobi": send "&cDogru Kullanim: &f/spawnyap <spec/lobi>" if arg 1 is "spec": set {lobi.spec} to location of player if arg 1 is "lobi": set {lobi} to location of player command /spawngit [<text>] [<player>]: permission: spawngit.adm trigger: if arg 1 isn't "lobi" or "spec": send "&cDogru Kullanim: &f/spawngit <spec/lobi> <player>" if arg 1 is "spec": if arg 2 is set: if arg 2 is online: teleport arg 2 to {lobi.spec} else: send "&c%arg-2% &fadli oyuncu online degil!" else: teleport player to {lobi.spec} if arg 1 is "lobi": if arg 2 is set: if arg 2 is online: teleport arg 2 to {lobi} else: send "&c%arg-2% &fadli oyuncu online degil!" else: teleport player to {lobi.spec}
Citrus#4361
Önemli değil dostum, belki benimkini beğenmez :DBuyrun spawn skripti;
[DOUBLEPOST=1507049392,1507049357][/DOUBLEPOST]Kod:on join: teleport the player to {spawn} on death of player: teleport the victim to {spawn} on first join: teleport the player to {spawn} command /spawnyap: permission : admin.spawnayarla permission message : &8Yetkin Yok trigger: if {spawn} isn't set: set {spawn} to location of the player send "&8Spawn Yerini Ayarladın" to player else: send "&8Spawn Yerini Ayarlamışsın" to player command /spawngit: permission : admin.spawngit permission message : &8Yetkin Yok trigger: teleport the player to {spawn} send "&8Spawna Işınlandın" to player command /spawnsil: permission : admin.spawnsil permission message : &8Yetkin Yok trigger: delete {spawn} send "&8Spawnı Sildin"
Kusura bakmayın görmedim.Affola.