Modme Forums

Change Player Health!

Game Modding | Call of Duty: Black Ops 3 | Scripting


ModmeBot:

Thread By: Crazydude55
This script can be used to modify player health!

Under:

zm_usermap::main();
Paste:
level thread player_health();

Now Paste this at the bottom of the .gsc
function player_health()
{
zombie_utility::set_zombie_var( "player_base_health", 				70,		false);		// 3 hit = 100, 2 hit = 70. Mess around with this value to your liking. 
}
Be aware that you can change the health!

I hope to see this be used widely!!
Your Welcome, CrazyDude55 or CaptainPorbeagle


ModmeBot:

Reply By: Pacito2
Thank you ! :)


ModmeBot:

Reply By: Crazydude55

Pacito2
Thank you ! :)

No Problem!


ModmeBot:

Reply By: huevosduros
this have a problem, if i put bo2 life (66) (2hits) juggernaut get only 4 hits no 5 so how to fix that


ModmeBot:

Reply By: Crazydude55

huevosduros
this have a problem, if i put bo2 life (66) (2hits) juggernaut get only 4 hits no 5 so how to fix that

erm try 70, ill do a test in game and catch you back


ModmeBot:

Reply By: Crazydude55

huevosduros
this have a problem, if i put bo2 life (66) (2hits) juggernaut get only 4 hits no 5 so how to fix that

Yeah i did a test and 70 gives you bo2 life along with 5 hit jug


ModmeBot:

Reply By: huevosduros

Crazydude55
huevosduros this have a problem, if i put bo2 life (66) (2hits) juggernaut get only 4 hits no 5 so how to fix that erm try 70, ill do a test in game and catch you back

nice thnks


finnzax:

how would u do this for mod ?