hi,
In my effort to try to increase FPS , I am trying to make certain
map- entities invisible from certain points where from the map entities
cant be seen by the Player.
- I have used clip_range
- I have not done visiblity calculation compile ( leave it for the last)
Now my question is can do something like mapentityname.visible = OFF;
in my C-script ?