08-09-2013, 11:17
(08-09-2013, 09:21)Pozzuh Wrote:(08-09-2013, 05:28)DidUknowiPwn Wrote: I've tried making some CoD 4 mods using some MW2 functions that I made.
Something like a counter to players I would use something like foreach(player in level.players), foreach doesn't exist as far as I can tell in CoD 4.
for(int i = 0; i < level.players.size; i++)
Really not that hard...
Like he knows what it does