15.07.2011, 23:16
pVars is the way to go
EDIT:
Is that what u mean?
EDIT:
pawn Код:
//top
#undef MAX_PLAYERS
#define MAX_PLAYERS 500//change 500 to your server slot count
new string[MAX_PLAYERS] = 0;
//code
string[playerid] = 1;
//etc etc