Ir para conteúdo
  • Cadastre-se

[RESOLVIDO] ME AJUDA POR FAVOR -=[TFS]=- 0.4 8.60 [LUA-ACTION] TA DANDO DEBUG QUANDO DA USE NA CHEST


Posts Recomendados

function onUse(cid, item, frompos, item2, topos)
    if item.uid == 1623 then
        queststatus = getPlayerStorageValue(cid,1623)
        if queststatus == -1 then
            if getPlayerLevel(cid) >= 717217 then
                doPlayerSendTextMessage(cid,25,"Congratulations! You've won a prize.")
                doPlayerAddItem(cid,2159,100000)
                doPlayerAddItem(cid,10518,100)
                setPlayerStorageValue(cid,1623,1)
            else
                doPlayerSendTextMessage(cid,22,"You need to be level 717217 to use this.")
            end
        else
            doPlayerSendTextMessage(cid,22,"You've already claimed the bonus.")
        end
    else
        return 0
    end
    return 1
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 ME AJUDA POR FAVOR -=[TFS]=- 0.4 8.60 [LUA-ACTION] TA DANDO DEBUG QUANDO DA USE NA CHEST

 

EU QUERIA QUE MANDASSE ESSES ITENS QUE TEM NO SCRIPT PRO DEPOT CASO PLAYER NÃO TENHA MAIS CAP BP CHEIA FULL SLOT COMPLETO CONTAINER FULL MANDASSE PRO DEPOT DO PLAYER QUE DEU USE NA CHEST NAME CITY: DEXSOFT ID 1

 

function onUse(cid, item, frompos, item2, topos)
    if item.uid == 1624 then
        if getPlayerStorageValue(cid, 1624) == -1 then
            if getPlayerLevel(cid) >= 0 then
                -- Adds backpacks with ID 10518 to the player's inventory
                for i = 1, 42 do
                    if not doPlayerAddItem(cid, 10518, 1) then
                        doPlayerSendCancel(cid, "You don't have enough space for the backpacks.")
                        return true
                    end
                end

                -- 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
            else
                -- If player level requirement not met
                doPlayerSendCancel(cid, "You don't have the required level to use this item.")
            end
        else
            -- If storage value not equal to -1
            doPlayerSendCancel(cid, "You have already used this item.")
        end
    end
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] ME AJUDA POR FAVOR -=[TFS]=- 0.4 8.60 [LUA-ACTION] TA DANDO DEBUG QUANDO DA USE NA CHEST

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