How to read the 2 sizeof ?
#1

Eg.:

pawn Код:
enum sI
{
  Day,
  Month,
  Year,
  Age
};

pStatics[MAX_PLAYERS][sI];
i want to do in a for loop , to counting the 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 );

Reply


Messages In This Thread
How to read the 2 sizeof ? - by UsaBoy91 - 13.10.2009, 17:55
Re: How to read the 2 sizeof ? - by UsaBoy91 - 13.10.2009, 18:01

Forum Jump:


Users browsing this thread: 1 Guest(s)