Ir para conteúdo

Delay no /money pay


RatoFino

Posts Recomendados

options:

	delay: 5 seconds

on command "money pay":
	set {_espera} to difference between {pay_delay.%player%} and now
	if {_espera} is less than {@delay}:
		set {_mensagem} to "%difference between {@delay} and {_espera}%"
		replace all "and" in {_mensagem} with "e"
		replace all "days" in {_mensagem} with "dia"
		replace all "hours" in {_mensagem} with "horas"
		replace all "minutes" in {_mensagem} with "minutos"
		replace all "seconds" in {_mensagem} with "segundos"
		send "&cVocê precisa aguardar %{_mensagem}% para usar esse comando novamente" 
		cancel event
		stop
	else:
		set {pay_delay.%player%} to now
		stop

acho que assim funciona não testei 

Link para o comentário
Compartilhar em outros sites

30 minutos atrás, WhiteDev_ disse:

Quero para 1.5.2

 

39 minutos atrás, SrBlecaute disse:

options:

	delay: 5 seconds

on command "money pay":
	set {_espera} to difference between {pay_delay.%player%} and now
	if {_espera} is less than {@delay}:
		set {_mensagem} to "%difference between {@delay} and {_espera}%"
		replace all "and" in {_mensagem} with "e"
		replace all "days" in {_mensagem} with "dia"
		replace all "hours" in {_mensagem} with "horas"
		replace all "minutes" in {_mensagem} with "minutos"
		replace all "seconds" in {_mensagem} with "segundos"
		send "&cVocê precisa aguardar %{_mensagem}% para usar esse comando novamente" 
		cancel event
		stop
	else:
		set {pay_delay.%player%} to now
		stop

acho que assim funciona não testei 

Não foi

Link para o comentário
Compartilhar em outros sites

Visitante
Este tópico está impedido de receber novos posts.
×
×
  • Criar Novo...