Various minor things done to project files Updated sample extension project file and updated makefile to the new unified version (more changes likely on the way) Updated regex project file and makefile --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401971
		
			
				
	
	
		
			40 lines
		
	
	
		
			771 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			40 lines
		
	
	
		
			771 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| /**
 | |
|  * The default sorting is designed to look familiar to Mani's admin menu.
 | |
|  * You may re-order items here for your own menu.  Any items not explicitly 
 | |
|  * sorted will be sorted by their final translated phrases for each given client.
 | |
|  */
 | |
| 
 | |
| "Menu"
 | |
| {
 | |
| 	"PlayerCommands"
 | |
| 	{
 | |
| 		"item"		"sm_slay"
 | |
| 		"item"		"sm_slap"
 | |
| 		"item"		"sm_kick"
 | |
| 		"item"		"sm_ban"
 | |
| 		"item"		"sm_gag"
 | |
| 		"item"		"sm_burn"		
 | |
| 		"item"		"sm_beacon"
 | |
| 		"item"		"sm_freeze"
 | |
| 		"item"		"sm_timebomb"
 | |
| 		"item"		"sm_firebomb"
 | |
| 		"item"		"sm_freezebomb"
 | |
| 	}
 | |
| 
 | |
| 	"ServerCommands"
 | |
| 	{
 | |
| 		"item"		"sm_map"
 | |
| 		"item"		"sm_execcfg"
 | |
| 		"item"		"sm_reloadadmins"
 | |
| 	}
 | |
| 
 | |
| 	"VotingCommands"
 | |
| 	{
 | |
| 		"item"		"sm_cancelvote"
 | |
| 		"item"		"sm_votemap"
 | |
| 		"item"		"sm_votekick"
 | |
| 		"item"		"sm_voteban"
 | |
| 	}
 | |
| }
 | |
| 
 |