[Pedido] Inventario
#8

PHP код:
public OnPlayerKeyStateChange(playeridnewkeys)
{
    if(
newkeys == KEY_CROUCH) {
            if(
GetPlayerSpecialAction(playerid) != SPECIAL_ACTION_DUCK) return true;
            for(new 
0MAX_SERVER_ITENSi++) {
            if(
mundoItens[i][mItem_ativo] == false) continue;
            if(!
IsPlayerInRangeOfPoint(playerid1.0mundoItens[i][mItem_x], mundoItens[i][mItem_y], mundoItens[i][mItem_z])) continue;
            for(new 
013i++){
            if(
Inventario[playerid][i] == 0)
            
Inventario[playerid][i] = itemid
            PlayerTextDrawSetPreviewModel
(playeridITENS_INV[i][playerid], serverItens[mundoItens[i][mItem_index]][sItem_modelo]);
            break;
            }
            
            
DestroyObject(mundoItens[GetPVarInt(playerid"mundoItens_index_ativo")][mItem_createObject]);
            
Delete3DTextLabel(mundoItens[GetPVarInt(playerid"mundoItens_index_ativo")][mItem_text3d]);
            
SendClientMessage(playerid, -1,"Voce Pegou 1 Item Esta em Seu Inventario !");
            
SetPVarInt(playerid"mundoItens_index_ativo"i);
            
ApplyAnimation(playerid"BOMBER""BOM_PLANT_IN"10000.000000);
            break;
        }
        return 
1;
    } 
PHP код:
C:\Users\Usuario\Desktop\THE DM\gamemodes\criarportao.pwn(432) : warning 219local variable "i" shadows a variable at a preceding level
C
:\Users\Usuario\Desktop\THE DM\gamemodes\criarportao.pwn(434) : error 001expected token";"but found ")"
C:\Users\Usuario\Desktop\THE DM\gamemodes\criarportao.pwn(434) : error 029invalid expressionassumed zero
C
:\Users\Usuario\Desktop\THE DM\gamemodes\criarportao.pwn(434) : warning 215expression has no effect
Pawn compiler 3.2.3664              Copyright 
(c1997-2006ITB CompuPhase
2 Errors

Reply


Messages In This Thread
Inventario - by JuniorTheDM - 15.08.2015, 21:50
Re: Inventario - by n0minal - 16.08.2015, 00:07
Re: Inventario - by CaioTJF - 16.08.2015, 00:07
Re: Inventario - by JuniorTheDM - 16.08.2015, 00:12
Re: Inventario - by CaioTJF - 16.08.2015, 00:16
Re: Inventario - by JuniorTheDM - 16.08.2015, 00:19
Re: Inventario - by CaioTJF - 16.08.2015, 00:56
Re: Inventario - by JuniorTheDM - 16.08.2015, 01:03
Re: Inventario - by CaioTJF - 16.08.2015, 01:05
[No subject] - by JuniorTheDM - 16.08.2015, 01:16

Forum Jump:


Users browsing this thread: 1 Guest(s)