optimize code
#5

You could also change the whole thing into a switch statement which would be a lot nicer to read

PHP Code:
if (IsGangueGRI(i)) 
{
    switch(
PlayerInfo[i][pCargo]){
    case 
1:
        if (
CofreOrg[GetPlayerOrg(i)][salarioc1] != && CofreOrg[GetPlayerOrg(i)][Dinheiro] < CofreOrg[GetPlayerOrg(i)][salarioc1])  
        {  
            
PlayerInfo[i][pSalario] += CofreOrg[GetPlayerOrg(i)][salarioc1];  
            
SacarGranaOrg(GetPlayerOrg(i), CofreOrg[GetPlayerOrg(i)][salarioc1]);  
        }  
     case 
2:
          
// next section
      
case 3:
           
// etc
    
}

Reply


Messages In This Thread
optimize code - by DeadNudock - 25.06.2015, 21:44
Re: optimize code - by Stanford - 25.06.2015, 21:48
Re: optimize code - by DeadNudock - 25.06.2015, 23:48
Re: optimize code - by !damo!spiderman - 25.06.2015, 23:54
Re: optimize code - by !damo!spiderman - 25.06.2015, 23:57

Forum Jump:


Users browsing this thread: 1 Guest(s)