pb2menu 1

widget
	ycent -120
	xcent 0
	halign center
	type text
	text "0<> 9Options 0<>"
	
widget
	yrel 18
	halign right
	xrel -3
	type field
	text "Hostname:"
	cvar hostname
	cvar_default "Paintball 2.0 Server"
	width 12
	
widget
	yrel 16
	xrel 0
	halign right
	type field
	text "Password"
	cvar password
	width 10
	
widget
	yrel 16
	xrel 0
	halign right
	type field
	text "Max Players"
	cvar maxclients
	cvar_default "10"
	width 3
	
widget
	yrel 16
	xrel 0
	halign right
	type field
	text "Time Limit"
	cvar timelimit
	cvar_default 20
	width 3
	
widget
	yrel 16
	xrel 0
	halign right
	type field
	text "Score Limit"
	cvar fraglimit
	cvar_default "50"
	width 3
	
widget
	yrel 16
	xrel 0
	halign right
	type field
	text "Elim. Time"
	cvar elim
	cvar_default "5"
	
widget
	yrel 16
	halign right
	type field
	text "Idle Kick Time"
	cvar idle
	cvar_default 65
	width 3
	
widget
	type field
	halign right
	yrel 16
	text "Paint Nades Per Team"
	cvar PaintGrens
	cvar_default 2
	width 3
	
widget
	type field
	yrel 16
	halign right
	text "Smoke Grenades Per Team"
	cvar SmokeGrens
	cvar_default "1"
	width 3
	
widget
	xrel 7
	ycent -102
	halign left
	type checkbox
	text "Friendly Fire"
	cvar ffire
	
widget
	yrel 16
	halign left
	type checkbox
	text "Flag Cap Ends Round"
	cvar flagcapendsround
	cvar_default 0
	
widget
	yrel 16
	halign left
	type checkbox
	text "Flag Must Be At Base To Cap"
	cvar flagmustbeatbase
	cvar_default "1"
	
widget
	yrel 16
	halign left
	type checkbox
	text "Forced Team Chasecam"
	cvar chasecamonly
	cvar_default "0"

widget
	yrel 16
	type checkbox
	text "Team Autojoin"
	cvar autojoin
	cvar_default "1"
	
widget
	yrel 16
	type checkbox
	text "Enable Map Voting"
	cvar sv_votemapenabled
	cvar_default "0"

widget
	yrel 16
	type checkbox
	halign left
	text "Chat Flood Protection"
	cvar floodprotect
	cvar_default "1"
	
widget
		yrel 16
	type checkbox
	halign left
	text "Dead Talk"
	cvar deadtalk
	cvar_default "1"
	
widget
	yrel 16
	type checkbox
	halign left
	text "Grendade Friendly Fire"
	cvar grenadeffire
	cvar_default "1"
	
widget
	ycent 58
	xcent 0
	halign center
	type text
	text "[Map...]"
	command "menu mapm/all"
	
widget
	yrel 16
	halign right
	xrel -1
	type text
	text "[Back]"
	command "menu pop"
	
widget
	yrel 0
	xrel 2
	halign left
	type text
	text "[Play]"
	command "deathmatch 1; map $menuz_mapname; menu off"
	
widget
	yrel 18
	xrel -2
	halign right
	type text
	text "map:"
	
widget
	yrel -2
	xrel 2
	halign left
	type field
	cvar menuz_mapname
	width 10