05.03.2015, 19:23
"Accessing element at index 65535 past array upper bound 499"
This seems to be caused by a loop that doesn't stop through playerids. ( 499 is SA-MP default max_players ) 65635 is max a loop can reach I think. So yeah, check out your loop and add i<MAX_PLAYERS;
Also change ACMD to CMD in kill command, unless you have ACMD defined ( show us its code if possible )
This seems to be caused by a loop that doesn't stop through playerids. ( 499 is SA-MP default max_players ) 65635 is max a loop can reach I think. So yeah, check out your loop and add i<MAX_PLAYERS;
Also change ACMD to CMD in kill command, unless you have ACMD defined ( show us its code if possible )