19.08.2012, 14:22
Ahh, I get it now.
Thank you very much!
But let's say I want to loop through all the vehicles on the server, how would I do that?
would that work?
Thank you very much!
But let's say I want to loop through all the vehicles on the server, how would I do that?
Код:
new Iterator:Vehicles<MAX_VEHICLES>; foreach (new i : Vehicles) { printf("%d", i); }