09.10.2018, 18:32
From ******:
Always re-define MAX_PLAYERS like so:
Always re-define MAX_PLAYERS like so:
Код:
#include <a_samp> #undef MAX_PLAYERS #define MAX_PLAYERS 123 // rest of script

