16.07.2015, 15:32
It will decrease MaxPass for playerid many times. If you want to decrease it by 1 for each player in the loop, change "playerid" to "i" to affect the player in the iteration:
Код:
MaxPass[i]--;