AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Approved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=8)
-   -   Zoomless Announcer (https://forums.alliedmods.net/showthread.php?t=85960)

anakin_cstrike 02-18-2009 11:51

Zoomless Announcer
 
2 Attachment(s)
Zoomless Announcer
v1.0

* Announces Zoomless-kills in hud and chat.
* Thanks to Alka for showing how the make the top. Hi Alka:mrgreen:

PHP Code:

/*
    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 RedGreenBlue };
new const 
g_Colorscolors ] = { 25516065 }; 

[IMG]http://img527.**************/img527/1249/51442214hy6.th.jpg[/IMG] [IMG]http://img231.**************/img231/3996/30723140mh6.th.jpg[/IMG] [IMG]http://img24.**************/img24/9239/76309834hv9.th.jpg[/IMG] [IMG]http://img6.**************/img6/1526/93506942nw1.th.jpg[/IMG]

anakin_cstrike 02-18-2009 11:52

Re: Zoomless Announcer
 
Reserved

Duracell_sk8 02-18-2009 11:59

Re: Zoomless Announcer
 
Bravo Annakin, Make good job: D
Plugin works great
In the next version can do bonus: speed, godmode, glow ... and you can make in the next version of "He who takes zoomless to him and to shake the screen to be red"

:oops:Sorry for my bad english :wink:

xPaw 02-18-2009 12:07

Re: Zoomless Announcer
 
maybe better to show nonzooms ?^^

anakin_cstrike 02-18-2009 12:10

Re: Zoomless Announcer
 
Quote:

Originally Posted by xPaw (Post 763985)
maybe better to show nonzooms ?^^

Wha.. ?

EDIT: Did you mean images with zoom?

mut2nt 02-18-2009 13:10

Re: Zoomless Announcer
 
A fine job, like always!

lowled 02-18-2009 13:36

Re: Zoomless Announcer
 
add a detection for normal scope / fast scope and unscope ^^

xPaw 02-18-2009 13:41

Re: Zoomless Announcer
 
i mean announce when you killed enemy with awp without zoom.

anakin_cstrike 02-18-2009 13:50

Re: Zoomless Announcer
 
Quote:

Originally Posted by xPaw (Post 764090)
i mean announce when you killed enemy with awp without zoom.

Zoomless / without zoom is the same thing.

anakin_cstrike 02-18-2009 14:15

Re: Zoomless Announcer
 
Quote:

and you can make in the next version of "He who takes zoomless to him and to shake the screen to be red
I like the shake part =D
What do you guys think ? would that be nice ?


All times are GMT -4. The time now is 12:02.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.