21.01.2014, 22:13
Quote:
|
Since found the issue, In my old a_samp include, i had re-defined MAX_PLAYERS to 32, and when i copied the 0.3z a_samp it was back at 500
Thanks for the help tho guys ![]() |
pawn Код:
#include <a_samp>
#undef MAX_PLAYERS
#define MAX_PLAYERS 32



