Ir para conteúdo
  • Cadastre-se

[RESOLVIDO] -=[TFS]=- 0.4 8.60 - Se Não Tiver Espaço no Inventario Slot Backpack Container Não Pega os Itens


Posts Recomendados

function onUse(cid, item, frompos, item2, topos)
    if item.uid == 1624 then
        if getPlayerStorageValue(cid, 1624) == -1 then
            if getPlayerLevel(cid) >= 0 then
                local enoughSpace = true
                
                -- Checks if there is enough space for all the backpacks
                for i = 1, 42 do
                    if not doPlayerAddItem(cid, 10518, 1) then
                        enoughSpace = false
                        break
                    end
                end
                
                if enoughSpace then
                    -- Adds 1000 coins (ID 2159) inside a backpack (ID 10518) and repeats 100 times
                    for i = 1, 100 do
                        local backpack = doCreateItemEx(10518, 1)
                        if backpack ~= 0 then
                            for j = 1, 42 do
                                doAddContainerItem(backpack, 2159, 1000)
                            end
                            doPlayerAddItemEx(cid, backpack, false)
                        else
                            doPlayerSendCancel(cid, "You don't have enough space for the backpacks.")
                            return true
                        end
                    end

                    doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "Congratulations! You have won a prize.")
                    setPlayerStorageValue(cid, 1624, 1)
                else
                    doPlayerSendCancel(cid, "You don't have enough space for the backpacks.")
                end
            else
                doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "You need to be level 717217 to use.")
            end
        else
            doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "You have already received the bonus.")
        end
    end
    return true
end
function onUse(cid, item, frompos, item2, topos)
    if item.uid == 1624 then
        if getPlayerStorageValue(cid, 1624) == -1 then
            if getPlayerLevel(cid) >= 0 then
                local enoughSpace = true
                
                -- Checks if there is enough space for all the backpacks
                for i = 1, 42 do
                    if not doPlayerAddItem(cid, 10518, 1) then
                        enoughSpace = false
                        break
                    end
                end
                
                if enoughSpace then
                    -- Adds 1000 coins (ID 2159) inside a backpack (ID 10518) and repeats 100 times
                    for i = 1, 100 do
                        local backpack = doCreateItemEx(10518, 1)
                        if backpack ~= 0 then
                            for j = 1, 42 do
                                doAddContainerItem(backpack, 2159, 1000)
                            end
                            doPlayerAddItemEx(cid, backpack, false)
                        else
                            doPlayerSendCancel(cid, "You don't have enough space for the backpacks.")
                            return true
                        end
                    end

                    doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "Congratulations! You have won a prize.")
                    setPlayerStorageValue(cid, 1624, 1)
                else
                    doPlayerSendCancel(cid, "You don't have enough space for the backpacks.")
                end
            else
                doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "You need to be level 717217 to use.")
            end
        else
            doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "You have already received the bonus.")
        end
    end
    return true
end

 

Editado por Muvukaa (veja o histórico de edições)
Link para o post
Compartilhar em outros sites
  • Muvukaa mudou o título para [RESOLVIDO] -=[TFS]=- 0.4 8.60 - Se Não Tiver Espaço no Inventario Slot Backpack Container Não Pega os Itens

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.

Visitante
Responder

×   Você colou conteúdo com formatação.   Remover formatação

  Apenas 75 emojis são permitidos.

×   Seu link foi automaticamente incorporado.   Mostrar como link

×   Seu conteúdo anterior foi restaurado.   Limpar o editor

×   Não é possível colar imagens diretamente. Carregar ou inserir imagens do URL.

  • Quem Está Navegando   0 membros estão online

    Nenhum usuário registrado visualizando esta página.

×
×
  • Criar Novo...

Informação Importante

Confirmação de Termo