26.11.2011, 02:35
They are two ways of achieving the exact same thing.
Neither is better, however you will find that if you have 90 arrays;
as in
pinfo[playerid][0]
pinfo[playerid][1]
pinfo[playerid][2]
pinfo[playerid][3]
pinfo[playerid][4]
pinfo[playerid][6]
etc...
It's a lot quicker to reset them with a loop rather than to type out each individual array
Neither is better, however you will find that if you have 90 arrays;
as in
pinfo[playerid][0]
pinfo[playerid][1]
pinfo[playerid][2]
pinfo[playerid][3]
pinfo[playerid][4]
pinfo[playerid][6]
etc...
It's a lot quicker to reset them with a loop rather than to type out each individual array