mirror of
				https://github.com/alliedmodders/amxmodx.git
				synced 2025-10-31 07:41:11 +03:00 
			
		
		
		
	This fixes lines looking like ; File location: $moddir/addons/amxx/configs/cmds.ini to look like ; File location: $moddir/addons/amxmodx/configs/cmds.ini .
		
			
				
	
	
		
			16 lines
		
	
	
	
		
			567 B
		
	
	
	
		
			INI
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
	
		
			567 B
		
	
	
	
		
			INI
		
	
	
		
			Executable file
		
	
	
	
	
| ; Menu configuration file
 | |
| ; File location: $moddir/addons/amxmodx/configs/cmds.ini
 | |
| ; To use with Commands Menu plugin
 | |
| 
 | |
| ; NOTE: By default in all settings the access level is set to "u".
 | |
| ;       However you can change that, to limit the access to some settings.
 | |
| 
 | |
| ; Commands Menu: ; < description > < command > < flags > < access level >
 | |
| ; "a" - execute from server console
 | |
| ; "b" - execute from admin console
 | |
| ; "c" - execute on all clients
 | |
| ; "d" - back to menu when executed
 | |
| 
 | |
| "Pause"		"amx_pause"		"ad"	"u"
 | |
| " "		"-"			""	"u"
 | |
| "Restart Round"	"sv_restartround 1"	"a"	"u"
 |