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

Weapon::unequipEmptyWeapons

Материал из RAGE MP Wiki Archive
Версия от 02:09, 21 апреля 2020; imported>MrPancakers2 (Created page with "__NOTOC__ Toggle if you want to stop the player from putting away a weapon when it runs out of ammo. == Setter == *{{RageType|Bool}} - Enable/Disable unequip {{JSContainer|...")
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

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