This plugin has a simple purpose, to stop players from killing hostages. It will work only in hostage maps. You can set punishments ( with cvars ) for players that kill hostages.
Contents :
- Requirements
- Cvars
- Modules
- Change Log
Requirements top
CS 1.6, since it's tested only in this game but it should work fine in others hl mods, if you replace
cstrike module with other mod-specific module.
AMX Mod X 1.8.1 or higher ( better to use last version)
Steam server - CS 1.6
If you are not running a steam server you will get no support here.
Cvars top1. Firstly, you need AmxModx to be installed*Download. Just install the files in your cstrike folder;
2. Place all the files provided here ( amxx and sma file ) in addons/cstrike/amxmodx/plugins and addons/cstrike/amxmodx/scripting;
3. Write in plugins.ini, at the end of the file the plugin name.
4. Restart your server/change map and it's done.
If you don't know how to install amxmodx on your server, fallow the steps from Wiki
hp_display_attack
hp_status- Allow you to decide if it will display messages.
- 0 - message isn't displayed | 1 - message is displayed
- Changes happen immediately, you don't need to restart or change map.
hp_punishment- Allow you to turn on/off this plugin.
- 0 - mean disabled | 1 - mean activated.
Recommendation:You should not disable this plugin.
hp_slap_value | hp_ban_time- Allow you to decide in which way a player will be punished.
- To enabled damage on hostages you have to disable this plugin, read the cvar above.
- 0 - just block damage | 1 - slap with x damage | 2 - slay | 3 - ban | 4 - random stuffs
- Random stuffs: he lose 50% of his health/money or he lose all weapons.
- You can decide slap value/ban time
- Slap: If it's 100 player will die | If it's 0 it will have no effect
- Ban:Time that a player remain banned | 0 mean permanent
Modules top
- Amxmodx - base module, you need this to run any amxmodx plugin.
- Fakemeta- allow metamod scripting in pawn
- Engine- very good and easy-to-use functions
- Hamsandwich - HamKilled forward
- Cstrike- mod-specific module
- Fun fun stuffs
If you don't have them,plese install AMXMODX + cstrike package.
Change Log <a href="#top">top
v0.1
+ Initial Release
Attached Files

Wyświetl pełny artykuł