Перейти к содержанию

Weapon::unequipEmptyWeapons

Материал из RAGE MP Wiki Archive

Toggle if you want to stop the player from putting away a weapon when it runs out of ammo.

Setter

  • Bool - Enable/Disable unequip

Syntax

mp.game.weapon.unequipEmptyWeapons = toggle;

Examples

Disabled unequipping the weapon when it runs out of ammo.

Client-Side
mp.game.weapon.unequipEmptyWeapons = false;


See Also