View Single Post
HarryPotter
Veteran Member
Join Date: Sep 2017
Location: Taiwan, Asia
Old 03-29-2022 , 10:26   Re: [L4D2] CSO SupplyBox (v1.0, 2022-1-11)
Reply With Quote #11

Quote:
Originally Posted by Shao View Post
You should add a survival check so that boxes don't get dropped until the survival round starts. So that way people can't just wait for boxes to spawn then start the game.
will do

Quote:
Also if possible a maximum radius that boxes can spawn in for increased chances of reachability.
The plugin uses left4dhooks function to find a valid position to drop box.
PHP Code:
// Attempts to find a random valid position to spawn a Special Infected.
native bool L4D_GetRandomPZSpawnPosition(int clientint zombieClassint attemptsfloat vecPos[3]); 
(Not recommended) So If you really want to adjust a maximum radius, use
PHP Code:
z_spawn_range                            1500     : , "sv""cheat"  
__________________

Last edited by HarryPotter; 03-29-2022 at 10:32.
HarryPotter is offline