View Single Post
Plugin Info:     Modification:          Category:         
HamletEagle
AMX Mod X Plugin Approver
Join Date: Sep 2013
Location: Romania
Old 08-29-2014 , 08:05   Bomb Objective Manager[ V 0.2 ]
Reply With Quote #1

Bomb Objective Manager 0.2
Release: 29.08.2014 | Last Update: 29.08.2014


Are you tired of players that don't want to plant the bomb or camp with it in his buyzone/ somewhere in the map/ even in a bombsite ? Then, this plugin is for you. It works like a simple afk plugin, but it will check only the carrier of the bomb and has many options, so you can customize it very easy.

It will scan for:
  • Carrier camping in buyzone.
  • Carrier camping somewhere in the map.
  • Carrier camping in a bombsite without planting.
  • Carrier drop the bomb somewhere where it's lost for the round an CT win.

It has some other features:
  • Very customizable by cvar.
  • Every type of camping has his own cvars( camping time + punisments )
  • You can block the kill command for the carrier( by cvar ).
  • If you are not running a bomb map, plugin will pause itself.

The original ideea is here: Click, but the author is banned and the plugin is unnaproved, so I decided to make my own version and it's totally different from the one posted by swapped, mine contains all hornets suggestions.

Table of Contents

Cvars
Installation
Frequently Asked Questions
Change Log
Downloads

Cvars
top


Code:
  • bombobj_bombcamp_seconds
    - Set the ammout of seconds that a player can camp in a bombsite, before he get punished. - BombSite camp means that he is in a bombsite and he is not planting the bomb.
  • bombobj_buycamp_seconds
    - Set the ammout of seconds that a player can camp in his buyzone, before he get punished.
  • bombobj_mapcamp_seconds
    - Set the ammout of seconds that a player can camp somewhere in the map, before he get punished. - A player is considered camping in the map if he is camping, and he is not in buyzone/ bombsite.
  • bombobj_bombcamp_punish | bombobj_buycamp_seconds | bombobj_mapcamp_seconds
    - Allow you to set the punishment for bombiste/ buyzone/ map camp. - 0 : Give bomb to other player | 1 : slay the user and give bomb to other player | 2 : kick the user and give bomb to other player. - Default: 0 | 0 | 0
  • bombobj_lostround_punish
    - Allow you to set the punishment for round lost due to c4 drop. - 0 : slay the user next round | 1 : kick the user | 2: for x round the given player can't have the c4( a random player will be choosed ). - Default: 0
  • bombobj_lostround_rounds
    - If the bombobj_lostround_punish is 2, then for x round the player won't receive a c4. Allow you to set the ammount of rounds. - Default: 3
  • bombobj_carrier_kill
    - Allow the carrier to use kill command ? - 0 : yes | 1 - no - Default: 1
NOTE: BOMB WILL NOT BE GIVEN TO OTHER PLAYER, UNLESS THERE ARE AT LAST TWO ALIVE PLAYERS IN THE T TEAM. THIS IS NOT A BUG.

Installation
top

  • Download the files provided at the end of this post.
  • Put the amxx file into addons/amxmodx/plugins.
  • Put the sma file into addons/amxmodx/scripting ( OPTIONAL ).
  • Open addons/amxmodx/configs/plugins.ini and add at the end of the file plugin_name.amxx
  • Restart/Change MAP

Frequently Asked Questionstop

Code:
  • Why this plugin don't work on all maps ?
    This plugin control the bomb, so it will work only in defuse maps( de_ ).
  • Why the c4 is not give to other player ?
    Read above and you will find the answer.
Change Log
top

Code:
V 0.1:  
+ Initial Release. 
V 0.2:
+ Fixed some silly mistakes
Downloads
top
  • V 0.1: 65 downloads
Attached Files
File Type: sma Get Plugin or Get Source (bombobj_checker.sma - 1114 views - 11.3 KB)
__________________

Last edited by HamletEagle; 10-10-2014 at 11:04.
HamletEagle is offline