02.03.2011, 14:58
Quote:
It can be both global and "per-player"? Just make it an array so you can reference to the unique cells by the ID of the player, not sure what being global or locally scoped has to do with it!
|
pawn Код:
new iCount[MAX_PLAYERS];
EDIT: AAAAAAH I TAUGHT THAT ICOUNT WAS THE VARIABLE TO GET THE TICKCOUNT OF THE PLAYER...