var fDesc=new Array(); fDesc[0] = "Admin Mod v22 is a mod specially created for Swat4.

Main features:

- Added kick ac gettempbans
- Added time parameter for kick ac addban
- Added time parameter for kick ac kickban
- Added IgnoreSpammingAdmins variable
- Added IgnoreSpammingSuperAdmins variable
- Added OnlyAdminsKickForRoom variable
- Added MaxPlayingClients variable
- Added ReservedSlots variable
- Added VIPKillActionKills variable
- Added a cheats message
- Allowed usage of all functions without a key
- Fixed a bug with muted players kills not appearing in the chat box
- Fixed a bug with the webadmin not working without a mod key
- Fixed a bug with the webadmin playerlist with players using html symbols in their name
- Fixed a bug with players muted with forcemute not working
- Fixed a mistake in the readme history stating kick ac forceunmute was a command.
- Replaced ForceLessLethalVIPKillers with VIPKillAction
- Removed DisableModMessage variable
- Removed ShowHeader variable"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }