AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Unapproved/Old Plugins (https://forums.alliedmods.net/forumdisplay.php?f=27)
-   -   Jailbreak Day Menu (w/ and w/o vote) (https://forums.alliedmods.net/showthread.php?t=168122)

nikhilgupta345 09-24-2011 10:28

Jailbreak Day Menu (w/ and w/o vote)
 
8 Attachment(s)

Jailbreak Day Menu (Vote)

By: nikhilgupta345

Due to all the people selling my plugin, I decided to release it publicly.
Contents:

Description:
This plugin allows the guards to vote for a day at the beginning of the round. After a day is chosen, everything is automatically set up for you. (Guns are given, gravity controlled, etc..)

Day Options:
    • Free Day - Restricted and Unrestricted options
    • Cage Day - Ts must report to the cage as the CTs say.
    • Riot Day - One T has a weapon, and the CTs must find out who it is before the T kills them.
    • Zombie Day - Kill the opposite team. There are options for who is zombie.
    • Dodgeball Day - Both teams will receive HE grenades at 8:00. They must kill each other.
    • USP Ninja Day - Both teams have a USP, gravity is reduced, and silencer is ALWAYS on. Kill the other team.
    • Lava Day - Ts must stay on a spray at all times.
    • Nightcrawler Day - Kill the opposite team. Nightcrawlers are completely invisible, have no footsteps, and can climb walls by holding 'E'
    • Space Day - Low gravity for both teams. CTs get AWPs, Ts get scouts.
    • Shark Day - One team are the sharks with noclip, the other team has AWPs and must try to kill them. There are options for who is shark.
    • Knife Day - CTs start with 150 HP, Ts with 35. They knife to the death.
    • Hide and Seek Day - Ts have 60 seconds to hide anywhere in the map until they become visible. Then the CTs must kill them.


CVars:
    • jb_vote_often - How often the vote shows up (in rounds)
    • jb_votetime - How long the vote stays up for (in seconds)
    • jb_opencells - Whether or not to open the cells when the day is chosen (1=ON, 0=OFF)
    • jb_terroristvote - How often terrorists get to vote (in rounds)
      • Note - How often terrorists vote is determined by how many times a vote comes up. If jb_vote_often is 3, and jb_terroristvote is 5, then terrorists vote every 15 rounds.
Installation:
    • Click 'Get Source' link below
    • Compile Locally
    • Place jb_daymenu.amxx in addons/amxmodx/plugins/ folder
    • Open addons/amxmodx/configs/plugins.ini
    • Add the line 'jb_daymenu.amxx' at the bottom
    • Download resources.zip below and extract the files to your cstrike folder
    • Restart server or change map

Changelog:

Code:

September 24, 2011 - v1.0 -    Initial release
September 24, 2011 - v1.1 -    Added CVAR jb_opencells
September 25, 2011 - v1.2 -    Added zombie nightvision.


Credits:
    • Python1320 - Used some code from WallClimb for nightcrawler's climb
    • Joropito - Cell open code
    • Mercylezz - Zombie nightvision code.

Notes:


Click here for a list of servers using this plugin.

r0ck 09-24-2011 10:42

Re: Jailbreak Day Vote Menu
 
nice, some ideas from my vote menu :-

war day - t's are frozen for 20 secounds and in 20 secounds cts have to rush to open area / football feild and they have 200 health , after 20 secounds both cts and ts get option to choose rifle pack / awp pack then the fight begins :)

nikhilgupta345 09-24-2011 11:19

Re: Jailbreak Day Vote Menu
 
I'll think about it. If a lot more people request it as well, then I will add it.

r0ck 09-24-2011 11:55

Re: Jailbreak Day Vote Menu
 
BTW your other days are super cool [ So cool days , got so many ideas for new days from your plugin :), (dodgeball and space day best ideas ) ]

Last suggestion : a permanent hud message with on going day name + its description :) on top

nikhilgupta345 09-24-2011 12:33

Re: Jailbreak Day Vote Menu
 
Quote:

Originally Posted by r0ck (Post 1562307)
Last suggestion : a permanent hud message with on going day name + its description :) on top

Good suggestion. Thanks.

I'll add it later in the day.

nikhilgupta345 09-24-2011 18:16

Re: Jailbreak Day Menu (w/ and w/o vote)
 
13 Attachment(s)

Jailbreak Day Menu (No Vote)

By: nikhilgupta345

Contents:
Description:
This plugin allows the guards to choose a day at the beginning of the round. After a day is chosen, everything is automatically set up for you. (Guns are given, gravity controlled, etc..)
Day Options:
    • Free Day - Restricted and Unrestricted options
    • Cage Day - Ts must report to the cage as the CTs say.
    • Riot Day - One T has a weapon, and the CTs must find out who it is before the T kills them.
    • Zombie Day - Kill the opposite team. There are options for who is zombie.
    • Dodgeball Day - Both teams will receive HE grenades at 8:00. They must kill each other.
    • USP Ninja Day - Both teams have a USP, gravity is reduced, and silencer is ALWAYS on. Kill the other team.
    • Lava Day - Ts must stay on a spray at all times.
    • Nightcrawler Day - Kill the opposite team. Nightcrawlers are completely invisible, have no footsteps, and can climb walls by holding 'E'
    • Space Day - Low gravity for both teams. CTs get AWPs, Ts get scouts.
    • Shark Day - One team are the sharks with noclip, the other team has AWPs and must try to kill them. There are options for who is shark.
    • Knife Day - CTs start with 150 HP, Ts with 35. They knife to the death.
    • Hide and Seek Day - Ts have 60 seconds to hide anywhere in the map until they become visible. Then the CTs must kill them.
CVars:
    • jb_opencells - Whether or not to open cells when a day is chosen. (0=OFF, 1=ON)

Client Commands:
    • say /simon - Guard can become simon if there is not already one present.
    • say /change - Current simon can use this command to make somebody else simon.

Installation:
    • Click 'Get Source' link below
    • Compile Locally
    • Place jb_daymenu.amxx in addons/amxmodx/plugins/ folder
    • Open addons/amxmodx/configs/plugins.ini
    • Add the line 'jb_daymenu.amxx' at the bottom
    • Download resources.zip below and extract the files to your cstrike folder.
    • Restart server or change map
Changelog:

Code:

September 24, 2011 - v1.0 -    Initial release
September 24, 2011 - v1.1 -    Added CVAR jb_opencells
September 25, 2011 - v1.2 -    Added option for only simon to choose the day. Also added zombie nightvision.
September 26, 2011 - v1.2.1 -  Fixed bug where daymenu would not work even if you were simon.

Credits:
    • Python1320 - Used some code from WallClimb for nightcrawler's climb
    • Joropito - Cell open code.
    • Mercylezz - Zombie nightvision code.
Notes:
    • If you wish to have it so that only simon can choose the day, uncomment the line
      //#define USE_SIMON 1
      and recompile. You must also install 'jb_simon.amxx' on your server, making sure that it goes above the daymenu in plugins.ini.
    • ColorChat include can be found here: http://forums.alliedmods.net/showpos...2&postcount=90


Click here for a list of servers using this plugin.

DarkGod 09-24-2011 18:28

Re: Jailbreak Day Menu (w/ and w/o vote)
 
nikhilgupta generates his plugins using sheer awesome.

nikhilgupta345 09-24-2011 18:29

Re: Jailbreak Day Menu (w/ and w/o vote)
 
Quote:

Originally Posted by DarkGod (Post 1562556)
nikhilgupta generates his plugins using sheer awesome.

YOU WEREN'T SUPPOSED TO TELL ANYONE....

demon81 09-24-2011 18:57

Re: Jailbreak Day Menu (w/ and w/o vote)
 
Can you add open cells when we choose a day please ? :x

nikhilgupta345 09-24-2011 19:44

Re: Jailbreak Day Menu (w/ and w/o vote)
 
Quote:

Originally Posted by demon81 (Post 1562565)
Can you add open cells when we choose a day please ? :x

Added CVAR jb_opencells.

Thanks for the suggestion.


All times are GMT -4. The time now is 14:46.

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