AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [ANY] M&M CFG Expert (https://forums.alliedmods.net/showthread.php?t=303735)

rodrigo286 12-19-2017 13:09

[ANY] M&M CFG Expert
 
1 Attachment(s)
M&M
Config Expert


.:: Functionality ::.

Allows server admins execute specific configs to specific map or mods.

The cause of another plugin? I not found any plugin that work on CSGO.

.:: CVARs ::.
  • sm_mmcfgexpert_enable = 1/0 - Plugin is enabled/disabled (def. 1)
  • sm_mmcfgexpert_debugs = 1/0 - Display .ini commands to server console? (def. 1)
  • sm_mmcfgexpert_config - Path to config file into SM dir (def. "configs/mm_config.ini")
  • sm_mmcfgexpert_version - current plugin version
.:: Changelog ::.

Spoiler

OFICIAL TESTED WITH GAMES
  • Team Fortress 2
  • Counter-Strike Source
  • Counter-Strike Global Offensive

CONFIG FILE

( OBEY THIS ORDER, MAPS OR MODS SPECIFY FIRST OF THE MAP PREFIXES. )
( MAPS PREFIX WITHOUT "_". )

Spoiler


ATTENTION

If you need unload plugins write filename with lowercase:

"[SM] Example" > "[sm] example"



If you need execute all map configs instinctively after server loads, put this on SRCDS start command line: ( FOR CSGO )

PHP Code:

+sv_hibernate_when_empty 0 

Thanks and please comment ! :fox:

Mitchell 12-19-2017 15:40

Re: [ANY] M&M CFG Expert
 
Try not making the plugin filename have spaces and other characters, makes it extremely annoying to load/unload/reload the plugin, also downloading it adds a bunch of converted characters to the filename.
"[SM] # MM CFG Expert.sp" becomes "%5BSM%5D%20%23%20MM%20CFG%20Expert.sp"
Also you don't need to attach the compiled plugin if you're not using custom includes.

rodrigo286 12-19-2017 19:37

Re: [ANY] M&M CFG Expert
 
Quote:

Originally Posted by Mitchell (Post 2567107)
Try not making the plugin filename have spaces and other characters, makes it extremely annoying to load/unload/reload the plugin, also downloading it adds a bunch of converted characters to the filename.
"[SM] # MM CFG Expert.sp" becomes "%5BSM%5D%20%23%20MM%20CFG%20Expert.sp"
Also you don't need to attach the compiled plugin if you're not using custom includes.

Done. :bee:

rodrigo286 03-05-2018 23:04

Re: [ANY] M&M CFG Expert
 
Version 1.0.1A released !!

Regards.


All times are GMT -4. The time now is 20:14.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.