Postado Março 25, 2015 10 anos Não sei fazer script pro tfs 1.0/1.1 mas tenta ai: function onUse(player, item, fromPosition, target, toPosition, isHotkey) local new, cost = 2640, 10000 if player:removeMoney(cost) then Item(item.uid):transform(new) player:getPosition():sendMagicEffect(CONST_ME_MAGIC_BLUE) player:sendTextMessage(MESSAGE_INFO_DESCR, "You got a brand new pair of soft boots.") else player:sendTextMessage(MESSAGE_STATUS_SMALL, "You need " .. cost .. "gps.") player:getPosition():sendMagicEffect(CONST_ME_POFF) end return true end Editado Março 25, 2015 10 anos por fireelement (veja o histórico de edições)
Participe da conversa
Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.