21.01.2014, 23:04
MAX_PLAYERS is the value from a_samp.inc file, which is located in yout pawno/include folder. MAX_PLAYERS value is mostly used to loop through all the players (max players of SA-MP that can handle) which is: 500 (or 1000 in Linux). Instead of doing loop this way, I rather using foreach created by ******.

