Page 1 of 1

Simple Clanwar Management

Posted: Mon Nov 22, 2021 11:19 pm
by greenie
Simple Clanwar Management 1.0 is simple AMXModX plugin for managing clanwars.
Currently, there are these commands available:

say /start - 3x restart and start the match
say /stop - stop the match
say /knife - play knife round
say /rr - restart round
say /scmhelp - display help in MOTD window
say /<mapname minus de_ prefix> (ie. say /dust2, say /cpl_mill, etc.) - change map

Installation:
copy content of the ZIP archive into /cstrike/addons directory
add this line to /amxmodx/configs/plugins.ini file
scm.amxx
Configuration:
if you want to allow SCM commands for all players you have to comment this line in file scm.sma and then recompile it
#define ADMINS_ONLY
Changelog:
1.0 (8.1.2007)
available map commands are now loaded from maplist.ini file
added multilingual support (CZ and ENG for now)
new command say /knife to play knife round (thanks to Dupl3xx)
help is now displayed in MOTD window
cw.cfg resp. warmup.cfg is executed on startup resp. in the end, of the match (thanks to Dupl3xx)
0.8 (5.4.2006)
SCM plugin is no longer compatible with AMXMod
SCM commands now available only to admins with access to menu (flag u) - can be changed
help message when player connects cannot be disabled anymore
0.7 (3.4.2006) - last version with AMXMod support
help message now displayed only once when player connects - can be disabled completely
new command say /scmhelp to display help
few small tweaks
0.6 (22.2.2006)
disabled changing map when match is started
improved command say /stop
0.5 (21.2.2006) - never released to public
commands to switch to six most played maps (de_cbble, de_cpl_mill, de_dust2, de_inferno, de_nuke, de_train)
new commands are:
- say /cbble
- say /cpl_mill
- say /dust2
- say /inferno
- say /nuke
- say /train
0.2 (20.2.2006)
option to switch between AMXModX and AMXMod
0.1 (16.2.2006)
initial release

get plugin