current situation
addPrimaryWeaponItem -> local
addSecondaryWeaponItem -> local
addHandgunItem -> local
which makes it impossible to add weapon items from the server after init, for the sake of reducing cheating.
Please consider adding
addPrimaryWeaponItemGlobal -> global
addSecondaryWeaponItemGlobal -> global
addHandgunItemGlobal -> global
and missing
removeSecondaryWeaponItem -> local (NEW COMMAND)
removeAllSecondaryWeaponItems -> local (NEW COMMAND)