loose identation, again
#2

Try this:

PHP код:
case 29..55
                { 
                    switch(
step
                    { 
                        case 
1prohodtime SetTimer("TextDrawProhod3"450true),TextDrawSetString(CasinoDraw[11], "Rolling roulette.."); 
                        case 
10
                    { 
                    foreach(new 
i:Player
                        { 
                            
HideCasino(i); 
                            
TextDrawBoxColor(CasinoDraw[1], 0x000000AA),TextDrawBoxColor(CasinoDraw[2], 0xFF0000AA),TextDrawBoxColor(CasinoDraw[3], 0x000000AA),TextDrawBoxColor(CasinoDraw[4], 0xFF0000AA),TextDrawBoxColor(CasinoDraw[5], 0x000000AA),TextDrawBoxColor(CasinoDraw[6], 0xFF0000AA),TextDrawBoxColor(CasinoDraw[7], 0x000000AA); 
                            
ShowCasino(i); 
                            if(
betplayer[i] == 14
                            { 
                                
SendClientMessage(i,-1,"?? ???????? x2 ??????. ??????? ??????? ????."); 
                                
GivePlayerMoney(i,betsumma[i]*2),PlayerPlaySound(i,43001,0.0,0.0,0.0); 
                            }
                            else if(
betplayer[i] == 10 || betplayer[i] == 4SendClientMessage(i,-1,"?? ?????????. ??????? ??????? ????."),PlayerPlaySound(i,1085,0.0,0.0,0.0); 
                            
betsumma[i] = 0,betplayer[i] = 0,PlayerTextDrawSetString(i,CasinoDrawPlayer[i][1], "BET: NONE"); 
                        } 
                        
                    
RouletteTime 20,TotalBet 0,RouletteStatus 0,step 0,step2 0,step3 0,podkrut 0
                    for(new 
ii<3i++) totalbet[i] = 0
                    for(new 
ii<3i++) totalsumma[i] = 0
                    
KillTimer(playtime),KillTimer(prohodtime); 
                    
TextDrawSetString(CasinoDraw[11], "Win red"); 
                    
TextDrawSetString(CasinoDraw[13], "0 users total 0$"); 
                    
TextDrawSetString(CasinoDraw[15], "0 users total 0$"); 
                    
TextDrawSetString(CasinoDraw[17], "0 users total 0$"); 
                    return 
true
                         } 
                    } 
                } 
                    default: foreach(new 
i:PlayerSendClientMessage(i,-1,"???? ??????????."); 
        } 
        return 
true
    } 
You can fix it easily by removing all the extra spaces before the lines, did this fast but worked for me.
Reply


Messages In This Thread
loose identation, again - by enzulikeS - 06.03.2018, 10:39
Re: loose identation, again - by MrThomas - 06.03.2018, 10:44
Re: loose identation, again - by enzulikeS - 06.03.2018, 10:47
Re: loose identation, again - by OneDay - 06.03.2018, 10:47
Re: loose identation, again - by enzulikeS - 06.03.2018, 10:53
Re: loose identation, again - by Sew_Sumi - 06.03.2018, 17:15

Forum Jump:


Users browsing this thread: 1 Guest(s)