03.09.2014, 15:49
What's wrong with
?
pawn Код:
#include <a_samp>
#undef MAX_PLAYERS
#define MAX_PLAYERS (desired server slots)
for (new i = 0; i < MAX_PLAYERS; i++)
{
}

