UGX-Mods

Call of Duty: Black Ops 3 => Tutorial Desk => Scripting => Topic started by: AciD_Alcoholic on July 12, 2017, 08:56:59 pm

Title: Change Player Health!
Post by: AciD_Alcoholic on July 12, 2017, 08:56:59 pm

This script can be used to modify player health!
 
Under:
Code Snippet
Plaintext
zm_usermap::main();
Paste:
Code Snippet
Plaintext
level thread player_health();
Now Paste this at the bottom of the .gsc
Code Snippet
Plaintext
function player_health()
{
zombie_utility::set_zombie_var( "player_base_health", 100, false); // 4 hit = 133, 3 hit = 100, 2 hit = 66, 1 hit = 33
}
Be aware that you can change the health!
 
I hope to see this be used widely!!
Your Welcome, CrazyDude55 or CaptainPorbeagle :D