Ir para conteúdo

[Script Velho] Tpa JSON


žφµร†ล√™

Posts Recomendados

XHTk1rZ.png

 

KaH7Tlc.png

 

xz9McVp.png  hprn6DI.png

 

Yik85IA.png

 

 

Requer: SkQuery, Skript

 

Download:

 

 

options:
		#--------------------------------------------------------------
		#Tempo para cancelar o TPA apos usar o comando /call
		Temp: 40
		Form: seconds #Minutes(Minutos), Hours(Horas), Seconds(Segundos)

		#--------------------------------------------------------------
		
		Json: &c&l >> &cClique Aqui Para &fAceitar
		1: &c&lAceite TPA
		
		#--------------------------------------------------------------

		Json2: &c&l >> &cClique Aqui Para &fRecusar
		2: &c&lRecuse TPA
		
		#--------------------------------------------------------------
		
		Send: &6&l >> &c%player% &6Aceitou Seu Pedido De Teletransporte
		Send2: &6&l >> &cAguarde {@Tempo} Segundos
		Send3: &c&l >> &c Seu Pedido De Teletransporte Foi Enviado,Aguarde !
		Send4: &c&l >> &cO Player &f%player%&c Pediu para &cteleportar&c para você
		Send5: &c(!) Player Sendo &aTeleportado
		
		#--------------------------------------------------------------
		#Tempo para teleportar o player
		Tempo: 5
		Form2: Seconds
		
		#--------------------------------------------------------------
		
		Erro: &c&l >> &cPedido De teletranporte cancelado
		Erro2: &c(!) Este Player Não Pediu Teleporte
		Erro3: &c(!) Use /call (Player)
		Erro4: &c(!) Use /bring (player)
		
		#--------------------------------------------------------------

command /call [<player>]:
	trigger:
		if arg 1 is not set:
			send "{@Erro3}"
		if arg 1 is set:
			send "{@Send4}" to arg 1
			send json of "{@Json}" tooltip "{@1}" run "/bring %player%" to arg 1
			send json of "{@Json2}" tooltip "{@2}" run "/recusar %player%" to arg 1
			send "{@Send3}"
			set {teleport.%player%.%arg 1%} to true
			set {Call.Delay::%player%} to now
			wait 45 seconds
			if {teleport.%player%.%arg 1%} is true:
				set {teleport.%player%.%arg 1%} to false
				send "{@Erro}"
				
command /bring [<player>]:
	trigger:
		if arg 1 is not set:
			send "{@Erro4}"
		if arg 1 is set:
			if {teleport.%arg 1%.%player%} is true:
				send "{@Send}" to arg 1
				send "{@Send2}" to arg 1
				wait {@Tempo} seconds
				send "{@Send5}"
				teleport arg 1 to player
			else:
				send "{@Erro2}"
				

 

 

 

Não use Script

Link para o comentário
Compartilhar em outros sites

Participe da Conversa

Você pode postar agora e se cadastrar mais tarde. Se você tiver uma conta, a class='ipsType_brandedLink' href='https://gamersboard.com.br/login/' data-ipsDialog data-ipsDialog-size='medium' data-ipsDialog-title='Sign In Now'>acesse agora para postar com sua conta.
Observação: sua postagem exigirá aprovação do moderador antes de ficar visível.

Visitante
Responder

×   Você colou conteúdo com formatação.   Remover formatação

  Apenas 75 emoticons são permitidos.

×   Seu link foi incorporado automaticamente.   Exibir como um link em vez disso

×   Seu conteúdo anterior foi restaurado.   Limpar Editor

×   Você não pode colar imagens diretamente. Carregar ou inserir imagens do URL.

Processando...
×
×
  • Criar Novo...