ItsMods

Full Version: Can you increse the dmg of your custom weps like my desert eagle and m40a3
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
so i need help to increse the dmg of my custom weps plz help
Change the values in the weapon files?
where is that?
(04-21-2014, 15:31)hajhaka Wrote: [ -> ]where is that?

You can do it via GSCs.
In the Callback_PlayerDamage put this:
Code:
if( sWeapon == "yourWeapon_mp" )
iDamage = <damage> as integer.
gscs? u mean in my .gsc files (noob Warning) iknow Sad
(04-21-2014, 16:53)hajhaka Wrote: [ -> ]gscs? u mean in my .gsc files (noob Warning) iknow Sad

Yes, he means that you should put that somewhere in a gsc file called "Callback_PlayerDamage". You'll probably figure exactly where inside the gsc, and if you don't, then I'm sure you'll find a tutorial about this if you google Smile

Let us know if you can't find anything, and we'll see.
error Sad
Well what the hell you doing that for when you can just do it through weapon files?
(04-21-2014, 20:40)DidUknowiPwn Wrote: [ -> ]Well what the hell you doing that for when you can just do it through weapon files?

Oh right, this is black ops! I have to admit I only read @sailormoon 's post. Edit the weapon file (the folder is called weapons), by opening it with a text reading program (such as notepad) and changing the damage value. You'll find it.
Thanks allot Man Wink