• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Release] Snipe mod
#1
A simple snipe mod that is meant to be as vanilla as possible, that means no no sway, no quickscope fixes, etc.

http://bo.pastebin.com/fFtZNJ22

Known Issues:
Bots aren't affected by the forced quickscope.
Class selection at the beginning of the map still can change weapons.





edit by d0h://attached


Attached Files
.rar   snipermod.rar (Size: 6.37 KB / Downloads: 371)
  Reply
#2
Just a quick tip, you can shorten this:
Code:
        if (valid){
        }
        else{
            self giveWeapons();
        }

to this:
Code:
        if (!valid){
            self giveWeapons();
        }
[Image: 30xhrep.png]

A casual conversation between barata and I about Nukem.
  Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)