Thread: Box System
View Single Post
Rirre
Veteran Member
Join Date: Nov 2006
Old 07-16-2012 , 20:34   Re: Box System
Reply With Quote #7

Box_StopGrenades doesn't work. The box is saved at the location were I created it, but I can throw nades thru it.
This is how my amxmodx/configs/Box/<mapname>.vdf looks:
Code:
"Box"
{
	"StopGrenade"
	{
		"origin"
		{
			"X" "2549.1"
			"Y" "39.5"
			"Z" "1320.4"
		}
		"mins"
		{
			"X" "-202.8"
			"Y" "-191.8"
			"Z" "-40.7"
		}
		"maxs"
		{
			"X" "202.8"
			"Y" "191.8"
			"Z" "40.7"
		}
	}
}
EDIT: Want to request a option/type to give players specific nades in the area all the time until they walk out from it.

Last edited by Rirre; 07-17-2012 at 04:01.
Rirre is offline