Features:
Punishments:* Warning player at first TK (since joining);
* Each TK will be forgiven after couple of minutes;
* SourceBans and MySQLBans support.
How to configure?* 1st TK - warn;
* 2nd TK - disarm;
* 3rd and more - slay;
* (nmp_tkp_min_kills) TK - ban/kick.
PHP Code:
// Plugin Version ConVar
//nmp_tkp_version
// Just kick TKers.
nmp_tkp_kick_only 0
// Amount of killed teammates required to punish.
nmp_tkp_min_kills 3
// Ban time in minutes. (0 = permanent)
nmp_tkp_ban_time 10
// Cooldown (TK count decrease) frequency. (in seconds)
nmp_tkp_cool_down 150
// Do not punish for killing infected mates
nmp_tkp_infected 1
// Count multikill as a single kill.
nmp_tkp_multikill 1
// Debug messages:
// 0 - disabled,
// 1 - server console only,
// 2 - server console and logs.
nmp_tkp_debug 0
Known issues:
ToDo list:* None.
Changelogs:* Reconnect protection.
Code: 06.01.2014:
Version 1.0:
Initial release.
Attached Files


Wyświetl pełny artykuł