pb2menu 1



widget
	ycent -104
	xcent 0
	halign center
	type text
	text "Options"
	
widget
	yrel 18
	halign right
	xrel -3
	type field
	text "Hostname"
	cvar hostname
	cvar_default "Paintball 2.0 Server"
	width 9
	
widget
	yrel 16
	xrel 0
	halign right
	type field
	text "Password"
	cvar password
	width 9
	
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"
	cvar PaintGrens
	cvar_default 2
	width 3
	
widget
	type field
	yrel 16
	halign right
	text "Smoke Nades"
	cvar SmokeGrens
	cvar_default "1"
	width 3
	
widget
	xrel 7
	ycent -86
	halign left
	type checkbox
	text "Friendly Fire"
	cvar ffire
	
widget
	yrel 12
	halign left
	type checkbox
	text "Flag Cap Ends"
	cvar flagcapendsround
	cvar_default 0

widget
	yrel 9
	halign left
	text "  Round"
	
widget
	yrel 12
	halign left
	type checkbox
	text "Flag Must Be At"
	cvar flagmustbeatbase
	cvar_default "1"

widget
	yrel 9
	halign left
	text "  Base To Cap"
	
widget
	yrel 12
	halign left
	type checkbox
	text "Forced Team"
	cvar chasecamonly
	cvar_default "0"

widget
	yrel 9
	halign left
	text "  Chasecam"

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

widget
	yrel 12
	type checkbox
	halign left
	text "Chat Flood"
	cvar floodprotect
	cvar_default "1"

widget
	yrel 9
	halign left
	text "  Protection"

widget
	yrel 12
	type checkbox
	halign left
	text "Dead Talk"
	cvar deadtalk
	cvar_default "1"
	
widget
	yrel 12
	type checkbox
	halign left
	text "Grendade Friendly"
	cvar grenadeffire
	cvar_default "1"

widget
	yrel 9
	halign left
	text "  Fire"

widget
	yrel 16
	xcent 0
	halign center
	valign center
	type text
	text "   Maps   "
	command "menu samelevel mapm/all"

widget
	yrel 16
	xcent -130
	halign center
	valign center
	text "Map"
	
widget
	yrel 0
	xcent 10
	halign center
	valign center
	type field
	cvar menuz_mapname
	width 30

widget
	yrel 15
	xcent 0
	valign center
	halign center
	type text
	text "Play"
	command "deathmatch 1; map $menuz_mapname; menu off"

widget
	valign bottom
	ybot -8
	xabs -8
	type text
	command "menu pop"
	text "   Back   "
