ItsMods

Full Version: IWXM: The Revival
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(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 Troll
I knew what the work around was but yes some things that are missing will be hard to actually find a work around to adding it into cod4
(08-09-2013, 16:29)DidUknowiPwn Wrote: [ -> ]I knew what the work around was but yes some things that are missing will be hard to actually find a work around to adding it into cod4

Like?

The only thing I can think of is the Notifyonbuttonpress() thingy
Pages: 1 2