Can I make extra view entities for player? I know that ViewEnts array is defined in common progs (BasePlayer.vc), so probably it shouldn't be changed. Will it work if I create additional ViewEntities array in Player class?
For example, I wish to make player hold a flashlight along with current weapon, and that flashlight can be either hidden or brought up. Is it possible?