06.03.2018, 10:44
Try this:
You can fix it easily by removing all the extra spaces before the lines, did this fast but worked for me.
PHP код:
case 29..55:
{
switch(step)
{
case 1: prohodtime = SetTimer("TextDrawProhod3", 450, true),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] == 4) SendClientMessage(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 i; i<3; i++) totalbet[i] = 0;
for(new i; i<3; i++) 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:Player) SendClientMessage(i,-1,"???? ??????????.");
}
return true;
}