AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Unapproved/Old Plugins (https://forums.alliedmods.net/forumdisplay.php?f=27)
-   -   Rush For Money (https://forums.alliedmods.net/showthread.php?t=224000)

Phant 08-19-2013 05:53

Rush For Money
 
3 Attachment(s)
Rush For Money
Current version: 1.0
Modification: Counter-Strike
Category: Gameplay


Description:
This Plugin encourages players, who zeal in the fight (Rush). After round start, each player can reach (touch) one of the many (generally, 3-4) triggers and got award (800$, by default).
Ideally for servers with original Counter-Strike gameplay.

* Language file at this moment has EN and RU languages only. I accept remarks about first, because my English is not good.

Server-side CVARS (restart required):

  • amx_rfm_money "800"
    award size ($)
  • amx_rfm_players 5
    plugin works in every round, wherein play least N alive players (including bots). For example, if round starts with 5 CT's and 5 T's (or above), then this is active round (plugin works). If 4x5 — not.
    Use 0 value for test plugin on empty server (alone).
  • amx_rfm_global_notice 0 (0|1)
    show or not global notice (chat message) for all players, when player got award.
    Be careful with 1 value, because enemies of player can know that rusher is near.
  • amx_rfm_sound 1 (0|1)
    play or not "Woohoo!" sound for player, who got award.

Supported maps:
  • de_aztec
  • de_dust2
  • de_nuke
  • de_inferno
  • de_train
  • de_mirage
Screenshots (triggers areas):
http://firepic.org/thumbs/2013-08/19/kro1w6chdz5f.jpghttp://firepic.org/thumbs/2013-08/19/r9bdkleqgswc.jpghttp://firepic.org/thumbs/2013-08/19/48qmut9sr274.jpghttp://firepic.org/thumbs/2013-08/19/jlu7h8g81f4a.jpghttp://firepic.org/thumbs/2013-08/19/l1skjr631gnh.jpghttp://firepic.org/thumbs/2013-08/19/0g2lopb4uoj2.jpg
Red — triggers for T's, blue — CT's. Float number — trigger life time (seconds).

Screenshots:
http://firepic.org/thumbs/2013-08/19/4yg4kwk36rqs.pnghttp://firepic.org/thumbs/2013-08/19/7qzo8p0hlpmn.png

Installation:
  1. Download and install plugin normally.
  2. Download "RFM_Language_file.zip" and extract language file in "...\cstrike\addons\amxmodx\data\lang\" directory.
  3. Download "RFM_Maps_Files.zip" and extract all files in "...\cstrike\addons\amxmodx\configs\rfm\" directory (create "rfm" directory).

Thanks to:
  • wext — for help via ICQ.
  • AlliedModders community.

Changelog:
  • 1.0 — Release.

HalfLife 08-19-2013 06:02

Re: Rush For Money
 
Good Job very good plugin :)

sami_spt 08-19-2013 06:36

Re: Rush For Money
 
well. it just supports couple of official maps.

how do we add our own maps?

Phant 08-19-2013 06:58

Re: Rush For Money
 
Quote:

Originally Posted by sami_spt (Post 2017013)
well. it just supports couple of official maps.

how do we add our own maps?

Not exist some tool/plugin for that.
You need to make your own file with this structure:
Code:

INTEGER — Trigger side (Team). 1 — T, 2 — CT.
FLOAT — Trigger origin X.
FLOAT — Trigger origin Y.
FLOAT — Trigger origin Z.
FLOAT — Trigger size Mins X.
FLOAT — Trigger size Mins Y.
FLOAT — Trigger size Mins Z.
FLOAT — Trigger size Maxs X.
FLOAT — Trigger size Maxs Y.
FLOAT — Trigger size Maxs Z.
FLOAT — Trigger time.
And continue... next triggers here.

Remark:
Edit "MAX_TRIGGERS" constant value if you create your own map file with > 7 triggers. And recompile plugin.

Maybe I create detailed manual about it later...

Balck 08-19-2013 07:01

Re: Rush For Money
 
Good job man nice idea

Kia 08-21-2013 03:11

Re: Rush For Money
 
Cool idea, but using PCVars is a must.

HalfLife 08-21-2013 03:32

Re: Rush For Money
 
This plugin is useful for classic servers only.

Phant 08-21-2013 04:17

Re: Rush For Money
 
Quote:

Originally Posted by Kia (Post 2018492)
Cool idea, but using PCVars is a must.

What you mean?

Quote:

Originally Posted by HalfLife (Post 2018503)
This plugin is useful for classic servers only.

Yes. Original CStrike gameplay.

Kia 08-21-2013 04:22

Re: Rush For Money
 
Search at AMXX Wiki for pCvars, you will find it.

FR0NTLINE 08-22-2013 01:32

Re: Rush For Money
 
I was thinking of this idea in 2001, I am a full on rushing boner
But since everyone usually gets 16k at round start maybe the
rushers should be rewarded with nades, flashbanggers!
Awesome plugin, thanks.


All times are GMT -4. The time now is 01:31.

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