Map Objectives Notifier v2.0 UPDATED 3-27-06
Posted: Mon Nov 22, 2021 5:41 pm
Do you feel you need to keep a constant reminder of what to do for the peole in your server that just sit around. This makes sure they know along with all other alive players. Objectives are shown as either a hud message, a Chat message, or a Center Message that is shown how customized by server owner.
What it does
-- Dynamically Shows Map objectives for Terrorists and Counter-Terrorists as Hud messages, shown in Chat, or as Center messages
What Makes this unique
Objectives are stored in /addons/amxmodx/configs/objectives.ini
This file is NO LONGER created automatically when the plugin is run for the first time. You must download the .ini file from the forums page in order for this to work.
The Objectives are loaded on map change.
Cvars:
sv_mapobjectives < 0=off | 1=on >
-- Enables/Disables map objective showing
sv_mapobj_wait <60.0>
-- Amount of seconds before/after round end/start that the objectives are shown.
-- In accordence with the .ini file. (PLEASE read the instructions in the .ini file)
sv_mapobj_color <RRR GGG BBB>
-- The color of the Hud message (Only applicable to Hud displaying)
Changelog:
v1.0 - Initial Build
v1.1 - Added reading out of a file
- Added cvars
v2.0 - Recoded the way the .ini file and plugin work.
- Works with three different types of notifying (Hud , Center , and Chat)
- Customizablility on how objectives are shown, from how they are shown to the amount they are shown.
Known Bugs:
- Objectives aren't shown if you come into a round after the start (When you first connect).
- Objectives for Terrorists are still shown after bomb has been planted but hasn't exploded
Credits:
onfirenburnin420
-- Had the plan. And I fully expanded past it.
plugin
source
What it does
-- Dynamically Shows Map objectives for Terrorists and Counter-Terrorists as Hud messages, shown in Chat, or as Center messages
What Makes this unique
Objectives are stored in /addons/amxmodx/configs/objectives.ini
This file is NO LONGER created automatically when the plugin is run for the first time. You must download the .ini file from the forums page in order for this to work.
The Objectives are loaded on map change.
Cvars:
sv_mapobjectives < 0=off | 1=on >
-- Enables/Disables map objective showing
sv_mapobj_wait <60.0>
-- Amount of seconds before/after round end/start that the objectives are shown.
-- In accordence with the .ini file. (PLEASE read the instructions in the .ini file)
sv_mapobj_color <RRR GGG BBB>
-- The color of the Hud message (Only applicable to Hud displaying)
Changelog:
v1.0 - Initial Build
v1.1 - Added reading out of a file
- Added cvars
v2.0 - Recoded the way the .ini file and plugin work.
- Works with three different types of notifying (Hud , Center , and Chat)
- Customizablility on how objectives are shown, from how they are shown to the amount they are shown.
Known Bugs:
- Objectives aren't shown if you come into a round after the start (When you first connect).
- Objectives for Terrorists are still shown after bomb has been planted but hasn't exploded
Credits:
onfirenburnin420
-- Had the plan. And I fully expanded past it.
plugin
source