The problem is that old wheel dont want to work fine in linux.
When player model have blank or 1 triangle bodypart, set_view crash my server.
I need to sometimes use fake model entity what i attach to player by pev_aiment.
That way i can use player models with no animations meaning that i can have only one model with animation and the ohter one without. That means the player model size is much more better.
I need to hide the model original player model but setting render value 0 so it will be invisible will be bad idea because it will still take the same amount of cpu. Basically it would mean that im rendering player with 2 models.
https://forums.alliedmods.net/showpo...0&postcount=29
This will be also a bad idea because camera can go through the walls
Same with this:
https://forums.alliedmods.net/showthread.php?t=65427
The last thing i want is player to see inside the walls.
I always hide secred spots inside the walls.