ItsMods

Full Version: M40A3 problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Why is that not working?

Code:
        self giveweapon("m40a3",0,false);
        self givemaxammo("m40a3");

I can't get m40a3 Sad
Tried in the "good mw2 version" to get it work. (4x1)
Because it's only available inside oilrig. You can't just give your self a weapon it needs to be available in the fast file.
Code:
Precacheitem("m40a3");

Put that in init.

... And as @DidUknowiPwn said, it only works if the weapon is in the map's fastfile.

And for @SuperNovaAO I'm sure he's talking about mw2 SP Troll
(06-24-2012, 17:57)Rendflex Wrote: [ -> ]
Code:
Precacheitem("m40a3");

Put that in init.

... And as @DidUknowiPwn said, it only works if the weapon is in the map's fastfile.

And for @SuperNovaAO I'm sure he's talking about mw2 SP Troll

Okay, will try to precache it tomorrow.
It isn't SP, it is SingleMultiplier, like multiplier in tetris games.



Edit: Tried it, thanks it is working Smile