antiblock
diamwall
  • Chatbox

    Did you check out our Discord? https://discord.gg/FFdvMjk9xA
    You don't have permission to chat.
    Load More
Sign in to follow this  
TheSubKIller aka Skinning

[NEW] Quest eliminar item

5 posts in this topic

Boas Cyber-Gamers

quest eliminaritem begin

state start begin

when 20094.chat."Eliminar Itens" begin

say_title("By TheSubKiller")

say_title("Eliminar Itens:")

say("Podes eliminar qualquer item do teu inventario.")

say("Apenas tens que saber o id do item.")

say_reward("Queres eliminar algum item?")

local a = select ( "Sim" , "Não" )

if a == 1 then

say("Introduz o id do item que queres eliminar agora:")

local remove_item = input ( )

if remove_item == "" then

say_title("Eliminar Itens:")

say("Tens que introduzir o id do item.")

say("Apenas assim funcionará.")

else

say_title("Eliminar Itens:")

say("O item foi removido com exito.")

pc . remove_item ("" .. remove_item .. "")

else a == 2 then

return

end

end

end

Share this post


Link to post
Share on other sites
antiblock
Cyphriun

bom , porem quem adicionar isso em seu servidor podera ter muita complicação

vai ter sempre um iniciante que nao vai saber o ID do item e mesmo podendo vender na vendedora, quer usar a quest de pirraça, rs

mas mesmo assim, levas meu +

Share this post


Link to post
Share on other sites

Foi feita por ti ? Não é por nada mas já vi isso antes <.<

Share this post


Link to post
Share on other sites

Antes se ajeitava créditos aqui..

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this