[Ajuda] Sistema de Mochila
#7

Quote:
Originally Posted by Felipealves
View Post
coloca abaixo qnd remove
PHP Code:
AjustarArma(playerid){
    for(new 
0MAX_ARMASi++){
        if(
armamento[playerid][i][a_armaid] != 0){ // se essa arma for diferente de 0 verifica se a anterior й 0
            
for(new 0MAX_ARMASy++){
                if(
armamento[playerid][y][a_armaid] == 0){ // essa й a anterior!
                    
armamento[playerid][y][a_armaid] = armamento[playerid][i][a_armaid];
                    
armamento[playerid][y][a_municoes] = armamento[playerid][i][a_municoes];
                    
// antiga posiзгo recebe 0
                    
armamento[playerid][i][a_armaid] = 0;
                    
armamento[playerid][i][a_municoes] = 0;
                }
            }
        }
    }

Muito obrigado, vocк й um mito!
Reply


Messages In This Thread
Sistema de Mochila - by BrasileiroTop - 05.03.2019, 23:50
Re: Sistema de Mochila - by Felipealves - 06.03.2019, 00:07
Re: Sistema de Mochila - by BrasileiroTop - 06.03.2019, 00:19
Re: Sistema de Mochila - by RIPOrkut - 06.03.2019, 03:30
Re: Sistema de Mochila - by BrasileiroTop - 06.03.2019, 03:57
Re: Sistema de Mochila - by Felipealves - 06.03.2019, 11:01
Re: Sistema de Mochila - by BrasileiroTop - 06.03.2019, 14:13

Forum Jump:


Users browsing this thread: 1 Guest(s)