10.08.2009, 21:16
He asked what the 'i' did.
In that example, and plenty of others due to previous scripts using it, the definition of 'i' is used to represent that point in the 'for' loop that's being done.
and since it's going up to MAX_PLAYERS, it can also represent the playerid, without issues arising.
In that example, and plenty of others due to previous scripts using it, the definition of 'i' is used to represent that point in the 'for' loop that's being done.
and since it's going up to MAX_PLAYERS, it can also represent the playerid, without issues arising.

