View Single Post
PC Gamer
Veteran Member
Join Date: Mar 2014
Old 09-27-2020 , 13:35   Re: [TF2] How to change commands limit?
Reply With Quote #5

I run 20 custom Bots on my TF2 server. I can't imagine any scenario where each of those 20 Bots need to issue more than 40 commands per second.

Is your plugin firing the multiple commands during a specific event in the game round, or is this some sort of logic that issues multiple commands every game frame?

If the logic occurs once per event/round then maybe you can install timers to spread the commands out to limit the number of commands happening per second.

If the logic is happening on every game frame it would cause significant performance issues. You might consider optimizing the plugin to avoid using game frames or limit the number of commands issued each frame.
PC Gamer is offline