BakkesMod Wiki
Advertisement

This is the wiki page for the cvar

cl_itemmod_enabled

The cvar determines whether the item mod that allows you to equip any item client-side is on.

Related cvar[]

cl_itemmod_code allows setting the code that determines which items are equipped.

Attributes[]

Default value Min Max Saveable
0 0 1 true

Usage[]

To turn on the item mod, open the console and type

cl_itemmod_enabled 1

If you put 0 instead of 1, it will turn the function back off.

Advertisement