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
Version 1.0.0A
Initial Release
Version 1.0.1A
Fix bug if try unload plugins with space on his name
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
PHP Code:
/* * OBEY THIS ORDER, MAPS OR MODS SPECIFY FIRST OF THE MAP PREFIXES. * MAPS PREFIX WITHOUT "_". */
"zm_white" { "hostname" "WHITE BARRICADE" }
"ze" { "host" "ESCAPE" }
"zm" { "hostname" "BARRICADE" }
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 !
__________________
My Plugins | VIEW HERE | I accept private requests, send me a PM.
Buy respawn | Uber Recall | Grenade drop | Damage Supperssor
Meet the Medic | Disguise Expert | Crazy Jet CZSBrasil TEAM
Last edited by rodrigo286; 03-06-2018 at 00:10.
Reason: Plugin update
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.
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.
__________________
My Plugins | VIEW HERE | I accept private requests, send me a PM.
Buy respawn | Uber Recall | Grenade drop | Damage Supperssor
Meet the Medic | Disguise Expert | Crazy Jet CZSBrasil TEAM
My Plugins | VIEW HERE | I accept private requests, send me a PM.
Buy respawn | Uber Recall | Grenade drop | Damage Supperssor
Meet the Medic | Disguise Expert | Crazy Jet CZSBrasil TEAM