AMX SlayAll v1.7
Posted: Sun Nov 21, 2021 8:47 pm
This plugin offers admin possibility to slay all alive players present on played map or all players in one team.
See the admin commands part to understand usage of this plugin.
.:: Installing ::.
Copy amx_slayall.amxx into mod_dir/addons/amxmodx/plugins (mod_dir = cstrike, czero, dod etc)
Copy slay_message.txt goes to mod_dir/addons/amxmodx/data/lang
Open plugins.ini from mod_dir/addons/amxmodx/configs
Add at the end of the list on a new line like follows:
Restart Server or Change Map
.:: Admin Commands ::.
amx_slayall @All | @CT | @T
@All - Slays all alive players
@CT - Slays all Counter-Terrorist Team
@T - Slays all Terrorist Team
ACCESS needed for this commands ADMIN_SLAY (can be changed in *.sma)
You can change/modify chat message colors in the language *.txt file located in addons/amxmodx/data/lang named slay_message.txt !
Message colors usage:
- !y - Yellow (Normal chat color)
- !t - Team Color (Red=T, Blue=CT, Grey=Spec)
- !g - Green
.:: Game Monitor ::.
Server that using This Plugin
get plugin
get source
slay_message.txt
See the admin commands part to understand usage of this plugin.
.:: Installing ::.
Copy amx_slayall.amxx into mod_dir/addons/amxmodx/plugins (mod_dir = cstrike, czero, dod etc)
Copy slay_message.txt goes to mod_dir/addons/amxmodx/data/lang
Open plugins.ini from mod_dir/addons/amxmodx/configs
Add at the end of the list on a new line like follows:
Save and close plugins.iniamx_slayall.amxx
Restart Server or Change Map
.:: Admin Commands ::.
amx_slayall @All | @CT | @T
@All - Slays all alive players
@CT - Slays all Counter-Terrorist Team
@T - Slays all Terrorist Team
ACCESS needed for this commands ADMIN_SLAY (can be changed in *.sma)
You can change/modify chat message colors in the language *.txt file located in addons/amxmodx/data/lang named slay_message.txt !
Message colors usage:
- !y - Yellow (Normal chat color)
- !t - Team Color (Red=T, Blue=CT, Grey=Spec)
- !g - Green
[en] English - Teascu Dorin
[ro] Romanian - Teascu Dorin
[nl] Dutch - crazyeffect
[fr] French - arkshine
[de] German - D o o m
[es] Spanish - Starsailor
[sv] Swedish - zacky
[lt] Lithuanian - hleV
[ru] Russian - xPaw & HoRRoR [CSM]
[pl] Polish - MmikiM
[bg] Bulgarian - GmTx
[tr] Turkish - TowerTurk [ C * ]
[cz] Cezech - jab
Legend: f - fixed | ! - added | c - changed | r - removed
v1.7
- c case switch
- c to get players number at start of function
v1.6
- ! values for gUserConnected
- c loop section
- c from LANG_PLAYER to iPlayer inside chat messages
v1.5
- c color stock to show CT in blue, T in red and All in Grey
- ! one more include (cstrike) to display colors for each team
v1.4
- ! colored chat messages
- ! amxmodx command logging
v1.3
- ! multilingual
v1.2
- c chat message from normal to show activity method
v1.1
- ! messages in chat about slayed targets
v1.0
- First release
.:: Game Monitor ::.
Server that using This Plugin
get plugin
get source
slay_message.txt