[Ajuda] Inventario
#1

Quando eu Clico , Seleciona so 1 Nao Todos ^-^

PHP код:
public OnPlayerClickPlayerTextDraw(playeridPlayerText:playertextid)
{
    for(new 
012i++)
    {
    if(
playertextid ==  ITENS_INV[playerid][i])
    {
    
PlayerTextDrawBackgroundColor(playeridITENS_INV[playerid][GetPVarInt(playerid"inventario_item_slot_ativo")], -1633771777);
    
PlayerTextDrawBackgroundColor(playeridplayertextid0x00FF00FF);
    
    
PlayerTextDrawHide(playeridITENS_INV[playerid][i]);
    
PlayerTextDrawHide(playeridITENS_INV[playerid][GetPVarInt(playerid"inventario_item_slot_ativo")]);
    
PlayerTextDrawShow(playeridITENS_INV[playerid][i]);
    
PlayerTextDrawShow(playeridITENS_INV[playerid][GetPVarInt(playerid"inventario_item_slot_ativo")]);
    }

Reply


Messages In This Thread
Inventario - by JuniorTheDM - 21.08.2015, 21:30
Re: Inventario - by n0minal - 21.08.2015, 21:40
Re: Inventario - by Thider - 21.08.2015, 21:45
Re: Inventario - by JuniorTheDM - 21.08.2015, 21:47
Re: Inventario - by bruxo00 - 21.08.2015, 22:21
Re: Inventario - by JuniorTheDM - 22.08.2015, 18:31

Forum Jump:


Users browsing this thread: 1 Guest(s)