Modme Forums

Headshot Only?

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


ModmeBot:

Thread By: KillJoyYT
I saw a line of code on here a while back, just looked through the 44 pages and I didn't see it.....

anyone know how to enable headshot only on zombies so that body shots wont do damage?

disable grenade & melee damage to zombies would be nice too.



thanks :-)


ModmeBot:

Reply By: mathfag
For headshots
based on zm/_zm.gsc line 1161


SetGametypeSetting("headshotsonly",1);
or i guess you could just do
level.headshots_only = 1;


ModmeBot:

Reply By: KillJoyYT
Appreciate it bro =)