Hell Phoenix
08-02-2006, 07:37 PM
These tools can stop people from exploiting certain areas in a map, be it accessing a spawn, accessing an out of bounds area, etc. These zones can be defined for either axis, allies or both teams.
This one goes out to PenDragon =D
/************************************************** *************************
* oob_protector.sma Version 1.1 Date: AUGUST/02/2006
*
* [OOB] Out-Of-Bounds Protector + Punishment (Zone Protector Plugin)
*
* Protects Specified Zones in any DoD map from exploitation by defining
* seperate punishments for each Zone!
*
* Note: Use associated oob_builder to Build Custom Zones!
*
* Original by: Rob Secord, AKA xeroblood, AKA sufferer
* CS Updates by: Dan Weeks, AKA Suicid3
* Ported to DoD by: Hell Phoenix
* http://www.frenchys-pit.com
*
*
************************************************** *************************
* Changelog: 1.0 - Initial Release
* 1.01 - Updated for AMX Mod X 1.01
* - Added Team Support
* 1.02 - Updated with Default OOB files
* 1.1 - Ported to DoD
* - Updated to use cvar pointers (which means it requires amxx 1.70 or above)
*
************************************************** *************************
* Todo: - Nothing
*
************************************************** *************************
* Admin Commands:
*
* oob_mode - Enables/Disables OOB-Protector Plugin
* (Toggle Switch, no Parameters).
*
************************************************** *************************
* Admin CVARs:
*
* oob_obey_immunity <0|1> - If 1 plugin must obey immunity rights.
* oob_delay_between <#> - Sets the number of seconds between punishments if inflicted.
* oob_slap_damage <#> - The Amount of Damage Taken on Slap Punishment.
* oob_fire_damage <#> - The Amount of Damage Taken on Fire Punishment.
* oob_poison_damage <#> - The Amount of Damage Taken on Poison Punishment.
*
************************************************** *************************/
/************************************************** *************************
* oob_builder.sma Version 1.1 Date: AUGUST/02/2006
*
* [OOB] Out-Of-Bounds Protector + Punishment (Zone Builder Plugin)
*
* Builds Specified Zones in any map through console commands for use with
* associated "Zone Protector Plugin".
* Note:
* You only need this plugin installed to Build new Zones for maps!
* You may Remove this plugin afterwards, when running the server!
*
* Original by: Rob Secord, AKA xeroblood, AKA sufferer
* CS Updates by: Dan Weeks, AKA Suicid3
* Ported to DoD by: Hell Phoenix
* http://www.frenchys-pit.com
*
************************************************** *************************
* Changelog: 1.0 - Initial Release
* 1.01 - Updated for AMX Mod X 1.01
* - Added Team Support
* 1.02 - Updated with Default OOB files
* 1.1 - Ported to DoD
************************************************** *************************
* Admin Commands: (None of them take any parameters, just the command only)
*
* oob_start_zone - First: Starts a new OOB-Zone from your current origin.
* oob_adjust_height - Second (Optional): Adjusts the height of the current
* OOB-Zone with a +/- value (Raise/Lower).
* oob_save_zone - Third: Saves current origins and shows Punishment Menu
* and Delay Menu to Complete Zone.
* oob_cancel_zone - Optional: Cancels The Current OOB-Zone at any time.
*
* Note: After saving new zones in a map, you must reload the map before
* any of the newly added zones will be protected!
*
************************************************** *************************
* Admin CVARs:
*
* oob_delay_seconds - Used for Delay Menu to set the number of seconds
* of Delay for each punishment before action is taken.
*
************************************************** *************************/
This one goes out to PenDragon =D
/************************************************** *************************
* oob_protector.sma Version 1.1 Date: AUGUST/02/2006
*
* [OOB] Out-Of-Bounds Protector + Punishment (Zone Protector Plugin)
*
* Protects Specified Zones in any DoD map from exploitation by defining
* seperate punishments for each Zone!
*
* Note: Use associated oob_builder to Build Custom Zones!
*
* Original by: Rob Secord, AKA xeroblood, AKA sufferer
* CS Updates by: Dan Weeks, AKA Suicid3
* Ported to DoD by: Hell Phoenix
* http://www.frenchys-pit.com
*
*
************************************************** *************************
* Changelog: 1.0 - Initial Release
* 1.01 - Updated for AMX Mod X 1.01
* - Added Team Support
* 1.02 - Updated with Default OOB files
* 1.1 - Ported to DoD
* - Updated to use cvar pointers (which means it requires amxx 1.70 or above)
*
************************************************** *************************
* Todo: - Nothing
*
************************************************** *************************
* Admin Commands:
*
* oob_mode - Enables/Disables OOB-Protector Plugin
* (Toggle Switch, no Parameters).
*
************************************************** *************************
* Admin CVARs:
*
* oob_obey_immunity <0|1> - If 1 plugin must obey immunity rights.
* oob_delay_between <#> - Sets the number of seconds between punishments if inflicted.
* oob_slap_damage <#> - The Amount of Damage Taken on Slap Punishment.
* oob_fire_damage <#> - The Amount of Damage Taken on Fire Punishment.
* oob_poison_damage <#> - The Amount of Damage Taken on Poison Punishment.
*
************************************************** *************************/
/************************************************** *************************
* oob_builder.sma Version 1.1 Date: AUGUST/02/2006
*
* [OOB] Out-Of-Bounds Protector + Punishment (Zone Builder Plugin)
*
* Builds Specified Zones in any map through console commands for use with
* associated "Zone Protector Plugin".
* Note:
* You only need this plugin installed to Build new Zones for maps!
* You may Remove this plugin afterwards, when running the server!
*
* Original by: Rob Secord, AKA xeroblood, AKA sufferer
* CS Updates by: Dan Weeks, AKA Suicid3
* Ported to DoD by: Hell Phoenix
* http://www.frenchys-pit.com
*
************************************************** *************************
* Changelog: 1.0 - Initial Release
* 1.01 - Updated for AMX Mod X 1.01
* - Added Team Support
* 1.02 - Updated with Default OOB files
* 1.1 - Ported to DoD
************************************************** *************************
* Admin Commands: (None of them take any parameters, just the command only)
*
* oob_start_zone - First: Starts a new OOB-Zone from your current origin.
* oob_adjust_height - Second (Optional): Adjusts the height of the current
* OOB-Zone with a +/- value (Raise/Lower).
* oob_save_zone - Third: Saves current origins and shows Punishment Menu
* and Delay Menu to Complete Zone.
* oob_cancel_zone - Optional: Cancels The Current OOB-Zone at any time.
*
* Note: After saving new zones in a map, you must reload the map before
* any of the newly added zones will be protected!
*
************************************************** *************************
* Admin CVARs:
*
* oob_delay_seconds - Used for Delay Menu to set the number of seconds
* of Delay for each punishment before action is taken.
*
************************************************** *************************/