26.10.2013, 22:49
Quote:
"Run time error 4: Array index out of bounds"
"Accesing element at index 65535 past array upper bound 499" "OnGameModeInit () from PalominoRP.amx" Algъn array (De 500, MAX_PLAYERS) en OnGameModeInit estб intentando de acceder con el nъmero 65535 (nulo), sobrepasando el lнmite del array, por lo que probablemente sea la razуn del error. |

pawn Код:
#undef MAX_PLAYERS
#define MAX_PLAYERS (100)