Quantcast
Channel: SA-MP Forums
Viewing all articles
Browse latest Browse all 18226

[Ajuda] Sistema de drop no inventário não está funcionando

$
0
0
Quando uso a opção descartar, quero que o item caia e fique no chão, para outro player pegar.
Code:

if(playertextid == invText[playerid][14]){

            new str[180];

                if(InventarioInfo[playerid][ItemSelecionado[playerid]][iSlot] == 19382){

                        SendClientMessage(playerid, 0xFF6347AA, "* Não há itens suficientes para ser descartado!");

                        for(new i = 7; i < 16; i++){

                        PlayerTextDrawHide(playerid, invText[playerid][i]);
                        }
                        BoxAberto[playerid] = 0;
                        return 1;
                }
        format(str, 280, "* Você largou um item: %s, com %d unidade(s)", NomeItemInv(InventarioInfo[playerid][ItemSelecionado[playerid]][iSlot]), InventarioInfo[playerid][ItemSelecionado[playerid]][iUnidades]);
                SendClientMessage(playerid, 0x00ccccFF, str);
                InventarioInfo[playerid][ItemSelecionado[playerid]][iSlot] = 19382;
            InventarioInfo[playerid][ItemSelecionado[playerid]][iUnidades] = 0;
                BoxAberto[playerid] = 0;
            FecharInventario(playerid);
        AbrirInventario(playerid);
        SetTimerEx("AbrirInventario", 200, false, "i", playerid);
        }


Viewing all articles
Browse latest Browse all 18226

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>