Ir para conteúdo
  • 0

talkaction


marvadon

Pergunta

Boa tarde Galera,

 

tem como fazer uma alteração no script /ghost para que ninguém veja as magias (palavras) quando o ghost estiver ativo?

 

function onSay(player, words, param)	if not player:getGroup():getAccess() then		return true	end	if player:getAccountType() < ACCOUNT_TYPE_GOD then		return false	end	local position = player:getPosition()	local isGhost = not player:isInGhostMode()	player:setGhostMode(isGhost)	if isGhost then		player:sendTextMessage(MESSAGE_EVENT_ADVANCE, "You are now invisible.")		position:sendMagicEffect(CONST_ME_YALAHARIGHOST)	else		player:sendTextMessage(MESSAGE_EVENT_ADVANCE, "You are visible again.")		position.x = position.x + 1		position:sendMagicEffect(CONST_ME_SMOKE)	end	return falseend

 

 

obrigado 

Link para o comentário
Compartilhar em outros sites

3 respostass a esta questão

Posts Recomendados

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