[Tutorial] How to make the fastest plain player-loop
#5

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++)
{

}
?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)