Modme Forums
Menu:

How to detect a player has Mule Kick?

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


ModmeBot:

Thread By: Frost Iceforge
I am trying to fix my Revelations inspired weapon trading table, but Mule Kick is breaking it. The function HasPerk will just return true no matter what I put as the input.


ModmeBot:

Reply By: natesmithzombies

Frost Iceforge
I am trying to fix my Revelations inspired weapon trading table, but Mule Kick is breaking it. The function HasPerk will just return true no matter what I put as the input.


if(player HasPerk("specialty_additionalprimaryweapon"))
{
    // code here
}
This should work. I have tested it before