13.09.2014, 13:08
Quote:
|
"Accessing element at index 999 past array upper bound 500"
means your array is too small, therefore, when he tries to access a specific cell that is greater than the size set, it returns an error. For example : if you have an array per player and the max. first dimesion's size is MAX_PLAYERS (500) pawn Code:
exmaple 2: if you store vehicles ids in arrays and the max. array size is set to 600, and you try to create 601 vehicles, it will return this error. |
Can you please find the error at the codes on pastebin ?

