13.10.2009, 17:55
Eg.:
i want to do in a for loop , to counting the sI
pawn Код:
enum sI
{
Day,
Month,
Year,
Age
};
pStatics[MAX_PLAYERS][sI];
pawn Код:
for(new i; i < sizeof pStatics[]; i++) // this will show ~ 800 numbers
pawn Код:
for(new i; i < sizeof pStatics; i++) // this will show 200 numbers ( max_players );