Zoomless Announcer

Post Reply
greenie
Full Member
Full Member
Posts: 1815
Joined: Sun Nov 21, 2021 4:55 pm
Jucator SA:MP ?: Nu
Nick:: greenie
Jucator CS ?: Nu

Zoomless Announcer

Post by greenie »

/*
Copyright © 2009, anakin_cstrike

ZoomLess Announcer is free software;
you can redistribute it and/or modify it under the terms of the
GNU General Public License as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with ZoomLess Announcer; if not, write to the
Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.

- - - - - - - - - - - - - - - -- - - - - - - - - - - - - - -

- Modules: Fakemeta, HamSandWich, Cstrike
- Cvars:
* zoom_plugin 1/0 - enable/disable plugin [default 1]
* zoom_bonus - bonus in $ for zoomless kill [default 150]
* zoom_chat 1/0 - enable/disable chat announce [default 1]
* zoom_hud 1/0 - enable/disable hud announce [default 1]

*/

#include <amxmodx>
#include <cstrike>
#include <fakemeta>
#include <hamsandwich>

// - - - - - - - -
new const PLUGIN[] = "ZoomLess Announcer"
#define VERSION "1.0"
// - - - - - - - -

/* -\ Editable /- */

// * uncomment this if you don't have amxx version < 1.8
//#define OLD_VERSION

// * comment this if you don't want zoomless-kills to be saved
#define SAVE

// * comment this of you don't want zoomless-kill reward
#define BONUS

// TOP X
#define TOP_PLAYERS 5

// * HudMessage position
#define HUD_X 0.05
#define HUD_Y 0.45

// * HudMessage color
enum colors { Red, Green, Blue };
new const g_Colors[ colors ] = { 255, 160, 65 };
plugin
source
Post Reply

Return to “Event Related”