ItsMods

Full Version: Anti-Noob Mods
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am trying to get a anti noob mod working..
The problem that I have is getting Last Man to work.

I have tried to put Last Man in the config where all the other
disable weapons are, but it is not picking it up.

Any ideas?
(05-31-2012, 23:58)setman Wrote: [ -> ]I am trying to get a anti noob mod working..
The problem that I have is getting Last Man to work.

I have tried to put Last Man in the config where all the other
disable weapons are, but it is not picking it up.

Any ideas?

Can you specify want you really want? what do you mean with last man?

If you want a plugin to verify if people are using noob weapons or perks or deathstreaks i can make it
(05-31-2012, 23:58)setman Wrote: [ -> ]I am trying to get a anti noob mod working..
The problem that I have is getting Last Man to work.

I have tried to put Last Man in the config where all the other
disable weapons are, but it is not picking it up.

Any ideas?

Enable the anti LS in _config.gsc in line 22 and 23 like this:

Code:
//    Perks:
        level.lasts =     1;    //On=1 off=0, (0/1)
        level.lastspro = 1;    //On=1 off=0, (0/1)

It will replace the Last Stand (+ Pro ) perk with an another one.
Works perfect ! ! THANK YOU..........