04.07.2012, 07:57
it will work like that, and generally will be easy to see what is done.
Although it may be better to use
Just for the example of it, sometimes multiple if's are better than combining them, sometimes they're not.
Although it may be better to use
pawn Код:
if(value > 2000) {
if(!IsPlayerAdmin && AdminLevel[playerid] == 0) {
BanEx(playerid, "cashhacking");
}
}

