Postado Fevereiro 16, 2017 8 anos Em 14/01/2017 ás 09:40, Enzo Caue disse: Que script é esse que vocês tentaram chamar? <offer name="Mechanical Fishing Rod" price="5" icons="Mechanical_Fishing_Rod.png" description="You need that fishing rod and nails stick to catch Mechanical Fish." message="Thank you for buying this overpriced item." script="items.lua" /> vulgo ´items.lua´ esse items.lua, no caso está na pasta /data/store/scripts function onRender(player, offer) return true end function onBuy(player, offer) local itemType = ItemType(offer:getName()) if itemType:getId() == 0 then player:sendStoreError(STORE_ERROR_PURCHASE, "Item not found. Please contact an administrator.") return false end player:addItem(itemType:getId(), 1) return true end estou com o mesmo problema citado acima
Postado Março 2, 2017 8 anos Desculpa reviver o tópico, mas estou com esse problema também. Alguém pra dar uma luz???
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.