View Single Post
Silvers
SourceMod Plugin Approver
Join Date: Aug 2010
Location: SpaceX
Old 04-27-2024 , 11:52   Re: [L4D2]Spawn Infected couldn't find position 5 times.
Reply With Quote #9

There is no fix, creating clients is taxing on the server and will create a spike, the only solution is to delay the spawning of each SI. You could probably use Left4DHooks forwards L4D_OnSpawnTank and L4D_OnSpawnSpecial then add the class/pos details to an array, block spawning and spawn those from the array after 1 frame or 0.1 seconds.
__________________
Silvers is offline