08.12.2013, 15:31
That array is a bad warning. That warning means that a stack/heap collision will arise, which will overwrite important information on the stack and crash the server.
Place this at the top of the script:
Although it is recommended that you should try and minimize the cell usage on arrays. Global or static arrays are useful for this.
Place this at the top of the script:
pawn Код:
#pragma dynamic 262144
