06.07.2014, 08:13
a for loop would pretty much do the same as the multiple if-else statements but looks more neat in my opinion. You could try that i guess.
Maybe it's better to do it like this?
Maybe it's better to do it like this?
pawn Код:
new contract1[MAX_PLAYERS];
switch(contract1[playerid])
{
case 0:
case 1:
case 2:
}

