pb2menu 1

background menu_bg_ingame

widget
	ycent -40
	xcent 0
	type select
	width 19
	size 7
	cvar menu_ignore_player
	listsource "scores"
	halign center

widget
	type text
	ycent 35
	xcent -4
	halign right
	text "  Ignore  "
	command "cmd ignore $menu_ignore_player;echo Player ignored"

widget
	type text
	yrel 0
	xrel 8
	halign left
	text "  Cancel  "
	command "menu pop"