19.07.2014, 18:15
Quote:
When you declare an array with size of MAX_PLAYERS, the valid bounds are between 0 and MAX_PLAYERS-1. So using "<=" instead of "<" or "!=" will give the run time error 4.
Replace every player loop from: pawn Код:
pawn Код:
|