• Is it possible to remove or not render props clientsided
    1 replies, posted
Hi, is it possible to stop rendering props on clients. I want it to tweak my fps. Sometimes I have horrible FPS drop even if I am far away from somone who has 200+ Props. It were nice if I could stop rendering if props distance bigger than 10000 units. I guess it could stop the fps drop or?
[b][url=http://gmodwiki.net/Lua/Classes/Entity/SetNoDraw]Lua/Classes/Entity/SetNoDraw[img]http://gmodwiki.net/favicon.ico[/img][/url][/b] Just run a check like once per second on all entities (make sure they're player-spawned entities and not map entities) to see if their distance is greater than a certain threshold.
Sorry, you need to Log In to post a reply to this thread.