"UCRPM"
{
	"title"				"UCRPM"	
	
	"controls"
	{

		"smalltext"
		{
			"name"			"helptext"
		  	"label"			"MENU V2.4"
		  	"tall"			"20"
		}

		"button"
		{
		  	"label"			"Start UCRPM (Admin)"
	  	  	"command"		"lua_openscript gamemodes/UCRPM/init.lua"
		}

		"button"
		{
		  	"label"			"Open ULX Menu"
	  	  	"command"		"ulx_menu"
		}

		"button"
		{
		  	"label"			"Open Console"
	  	  	"command"		"con_enable 1; toggleconsole"
		}

                "button"
                {
		  	"label"			"Own/Disown"
	  	  	"command"		"rp_own"
		}

		"button"

		{
		  	"label"			"Toggle Inventory"
	  	  	"command"		"rp_toggleinventory"
		}

		
		"smalltext"
		{
			"name"			"helptext"
		  	"label"			"This is used with UCRPM"
		  	"tall"			"20"
		}
		
		
		"columns"			"1"	// this only applies to buttons at the moment

		"button"
		{
		  	"label"			"Change Model"
	  	  	"command"		"say /model"
		}

		"button"
		{
		  	"label"			"Food Menu (Chef)"
	  	  	"command"		"say /food"
		}
			
		"button"
		{
		  	"label"			"Firstaid (Medic/Doctor)"
	  	  	"command"		"say /firstaid"
		}

		"button"
		{
		  	"label"			"Vote To Be Cop"
	  	  	"command"		"say /votecop"
		}

		"button"
		{
		  	"label"			"Become Citizen"
	  	  	"command"		"say /citizen"
		}
		
		"button"
		{
		  	"label"			"Toggle Sleep"
	  	  	"command"		"say /sleep"
		}
		

		"button"
		{
		  	"label"			"Drop $10"
	  	  	"command"		"say /drop 10"
		}
		
		"button"
		{
		  	"label"			"Drop $50"
	  	  	"command"		"say /drop 50"
		}
		
		"button"
		{
		  	"label"			"Drop $100"
	  	  	"command"		"say /drop 100"
		}	
	
		"button"
		{
		  	"label"			"Give $10"
	  	  	"command"		"say /give 10"
		}		
	
		"button"
		{
		  	"label"			"Give $50"
	  	  	"command"		"say /give 50"
		}		

		"button"
		{
		  	"label"			"Give $100"
	  	  	"command"		"say /give 100"
		}

		"smalltext"
		{
			"name"			"helptext"
		  	"label"			"Chat Things"
		  	"tall"			"20"
		}

		"button"
		{
		  	"label"			"Hello"
	  	  	"command"		"say Hello"
		}

		"button"
		{
		  	"label"			"Good Day"
	  	  	"command"		"say Good Day"
		}

		"button"
		{
		  	"label"			"Thanks"
	  	  	"command"		"say Thanks"
		}

		"button"
		{
		  	"label"			"Bye"
	  	  	"command"		"say Bye"
		}	

		"button"
		{
		  	"label"			"Can Someone Help Me?"
	  	  	"command"		"say Can Someone Help Me?"
		}

		"button"
		{
		  	"label"			"Can You Help Me?"
	  	  	"command"		"say Can You Help Me?"
		}

		"button"
		{
		  	"label"			"Can I Help You?"
	  	  	"command"		"say Can I Help You?"
		}

		"button"
		{
		  	"label"			"Open!"
	  	  	"command"		"say Open!"
		}

		"button"
		{
		  	"label"			"Closed!"
	  	  	"command"		"say Closed!"
		}
	
		"button"
		{
		  	"label"			"Have You Any Change?"
	  	  	"command"		"say Have You Any Change?"
		}
	
		"button"
		{
		  	"label"			"Police!"
	  	  	"command"		"say Police!"
		}

		"button"
		{
		  	"label"			"Help My!"
	  	  	"command"		"say Help My!"
		}

		"button"
		{
		  	"label"			"What The Hell?!"
	  	  	"command"		"say What The Hell?!"
		}

		"button"
		{
		  	"label"			"Damn!"
	  	  	"command"		"say Damn!"
		}

		"button"
		{
		  	"label"			"Nice!"
	  	  	"command"		"say Nice!"
		}
								
		"smalltext"
		{
			"name"			"helptext"
		  	"label"			"Useful Jobs"
		  	"tall"			"20"
		}

		"button"
		{
		  	"label"			"Job To Medic"
	  	  	"command"		"say /job Medic"
		}

		"button"
		{
		  	"label"			"Job To Chef"
	  	  	"command"		"say /job Chef"
		}

		"button"
		{
		  	"label"			"Job To Doctor"
	  	  	"command"		"say /job Doctor"
		}

		"button"
		{
		  	"label"			"Job To Postal Employee"
	  	  	"command"		"say /job Postal Employee"
		}

		"button"
		{
		  	"label"			"Job To Caretaker"
	  	  	"command"		"say /job Caretaker"
		}

		"button"
		{
		  	"label"			"Job To Cleaner"
	  	  	"command"		"say /job Cleaner"
		}

		"button"
		{
		  	"label"			"Job To Pastor"
	  	  	"command"		"say /job Pastor"
		}

		"button"
		{
		  	"label"			"Job To Binnman"
	  	  	"command"		"say /job Binman"
		}

		"button"
		{
		  	"label"			"Job To Banker"
	  	  	"command"		"say /job Banker"
		}

		"button"
		{
		  	"label"			"Job To Bar-Keeper"
	  	  	"command"		"say /job bar-Keeper"
		}

		"button"
		{
		  	"label"			"Job To Hotel Manager"
	  	  	"command"		"say /job Hotel Manager"
		}

		"button"
		{
		  	"label"			"Job To Car Dealer"
	  	  	"command"		"say /job Car Dealer"
		}

		"button"
		{
		  	"label"			"Job To Weapon Dealer"
	  	  	"command"		"say /job Weapon dealer"
		}

		"button"
		{
		  	"label"			"Job To Homeless"
	  	  	"command"		"say /job Homeless"
		}

		"button"
		{
		  	"label"			"Job To Mafia"
	  	  	"command"		"say /job Mafia"
		}

		"button"

		{
		  	"label"			"Job To Gangster"
	  	  	"command"		"say /job Gangster"
		}

		"smalltext"
		{
			"name"			"helptext"
		  	"label"			"Letters"
		  	"tall"			"20"
		}

		"button"
		{
		  	"label"			"Do Not Enter!"
	  	  	"command"		"say /letter Do Not Enter!"
		}

		"button"
		{
		  	"label"			"Open"
	  	  	"command"		"say /letter Open"
		}

		"button"
		{
		  	"label"			"Closed"
	  	  	"command"		"say /letter Closed"
		}

		"button"
		{
		  	"label"			"For Sale"
	  	  	"command"		"say /letter For Sale"
		}

		"button"
		{
		  	"label"			"Help Wanted"
	  	  	"command"		"say /letter Help Wanted"
		}
	
		"button"
		{
		  	"label"			"Have You Any Change?"
	  	  	"command"		"say /Have You Any Change?"
		}	

		"button"
		{
		  	"label"			"Food List (Chef)"
	  	  	"command"		"say /letter Food Menu://Orange 4$//Banana 8$//Melon 16$//Sandwich 20$//Milk 4$//Flour1$//Eggs 0.5$//Doughnut 8$//Apple 2$//Pie 28$"
		}

		"smalltext"
		{
			"name"			"helptext"
		  	"label"			"To Age"
		  	"tall"			"20"
		}

		"button"
		{
		  	"label"			"Age 20"
	  	  	"command"		"say /age 20"
		}

		"button"
		{
		  	"label"			"Age 30"
	  	  	"command"		"say /age 30"
		}
	
		"button"
		{
		  	"label"			"Age 40"
	  	  	"command"		"say /age 40"
		}	

		"button"
		{
		  	"label"			"Age 50"
	  	  	"command"		"say /age 50"
		}

		"smalltext"
		{
			"name"			"helptext"
		  	"label"			"Admin Commands"
		  	"tall"			"20"
		}

		"button"
		{
		  	"label"			"Create NPC Chef (Admin)"
	  	  	"command"		"rp_chefcreate"
		}

		"button"
		{
		  	"label"			"Unown (Admin)"
	  	  	"command"		"rp_unown"
		}
	
		"button"
		{
		  	"label"			"Lock (Admin)"
	  	  	"command"		"rp_lock"
		}	

		"button"
		{
		  	"label"			"Unlock (Admin)"
	  	  	"command"		"rp_unlock"
		}

		"button"
		{
		  	"label"			"End Vote (Admin)"
	  	  	"command"		"say /endvote"
		}				
	}
}


