Ir para conteúdo
  • 0

Tag Talkaction


phardole

Pergunta

Fala galera blz? o Zipter98 postou esse script de auto loot com talkaction..

alguem poderia me falar como coloco a tag no talkaction.xml? tentei aqui e não consegui.

Talkaction:

function onSay(cid, words, param)
if param == "" then
return doPlayerSendCancel(cid, "/autoloot on/off")
end
local value = param:lower() == "on" and 1 or param:lower() == "off" and -1 or false
if not value then
return doPlayerSendCancel(cid, "/autoloot on/off")
elseif getPlayerStorageValue(cid, 4919) == value then
return doPlayerSendCancel(cid, "Your autoloot is already "..param..".")
end
setPlayerStorageValue(cid, 4919, value)
doPlayerSendTextMessage(cid, 27, "Your autoloot is now "..param..".")
return true
end

Link para o comentário
Compartilhar em outros sites

3 respostass a esta questão

Posts Recomendados

×
×
  • Criar Novo...