PAC3-Server / notagain

Custom Servercontent for the official PAC3 Server.
GNU General Public License v3.0
13 stars 22 forks source link

Add spawn check for props. #145

Closed ZehMatt closed 6 years ago

ZehMatt commented 6 years ago

This will prevent players from spawning objects inside the world or any other blocked area such as spawned objects. Can be turned off with "sanitize_prop_spawn 0" NOTE: This is using util.TraceEntity which is not considering the object angles, so depending on its rotation it might give false positives or actually allows it to be spawned inside a wall or object.

ZehMatt commented 6 years ago

Gonna reference #143 as this should help.