Is there a way to stop the ai from reloading.. i have looked threw all the wepon and ai/apex sections and i do not see nothing in there or am i missing it?
Stopping AI from reloading weapons?
Do you tryed to abuse `OnReloadWeapon` ?
Yes no go.
Merged post
I have tryed seting his fact CanReload and they still reload.
Merged post
I dont know if i can trick the weapon to not reload using this somehow.
Merged post
I have tryed seting his fact CanReload and they still reload.
Merged post
I dont know if i can trick the weapon to not reload using this somehow.
public override bool CanReload()
{
return this.primaryMagazine.contents < this.primaryMagazine.capacity;
}