pb2menu 1

background menu_bg_ingame

widget
	ycent -40
	xcent -15
	halign left
	type select
	width 19
	size 8
	cvar menu_admin_player
	listsource "scores"

widget
	type text
	yrel 0
	xcent -30
	halign right
	text "  Warn  "
	command "cmd givewarning $menu_admin_player"

widget
	type text
	yrel 13
	halign right
	text "  Kick  "
	command "cmd kck $menu_admin_player"

widget
	type text
	yrel 13
	halign right
	text "  Temp Ban  "
	command "cmd tban $menu_admin_player $menu_admin_tban_time"

widget
	type field
	yrel 13
	xrel 0
	width 3
	halign right
	text "min."
	cvar "menu_admin_tban_time"
	cvar_default "5"

widget
	type text
	yrel 13
	xrel 0
	halign right
	text "Remove Temp Bans"
	command "removetbans"
	
widget
	type text
	yrel 16
	xrel 0
	halign right
	text " 9O "
	command "cmd forcejoin $menu_admin_player o"
	
widget
	type text
	yrel 0
	xrel -20
	halign right
	text " VP "
	command "cmd forcejoin $menu_admin_player purple"

widget
	type text
	yrel 0
	xrel -20
	halign right
	text " Y "
	command "cmd forcejoin $menu_admin_player yellow"

widget
	type text
	yrel 0
	xrel -20
	halign right
	text " SB "
	command "cmd forcejoin $menu_admin_player blue"

widget
	type text
	yrel 0
	xrel -20
	halign right
	text " AR "
	command "cmd forcejoin $menu_admin_player red"
