11.11.2012, 10:39
Make a file in which has a variable, named eg. RegisteredPlayerAmount and add one to that value every register.
Example:
Example:
pawn Код:
GlobalInfo[RegisteredPlayAmount]++;
//Or
GlobalInfo[RegisteredPlayAmount] += 1;