This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

Jailbreak Guard Menu v2.0 [REMAKE & MAJOR OPTIMIZATIONS]


Post New Thread Reply   
 
Thread Tools Display Modes
Plugin Info:     Modification:   Counter-Strike        Category:   Fun Stuff       
quilhos
Veteran Member
Join Date: Jun 2010
Old 07-23-2012 , 21:37   Jailbreak Guard Menu v2.0 [REMAKE & MAJOR OPTIMIZATIONS]
Reply With Quote #1

Jailbreak Guard Menu

Current Version:
2.0

Description:
  • This menu has been done to simplify and improve the way how to jailbreak rounds are played (The menu only works for Guards [CTs]).


How it works?
  • Guards (CTs) have to write /ctmenu to open the main menu

Installation
  1. Download and compile the plugin from:
  2. Upload the amxx file to your server (cstrike>addons>amxmodx>plugins).
  3. Edit the config file and add the plugin (cstrike>addons>amxmodx>configs>plugins.ini).

Requirements
  • AMXX: Version 1.8.1
  • AMXX Modules: Cstrike, Fun, Engine, Fakemeta and Hamsandwich modules

Menu Options:
  • FriendlyFire Menu (Turn ON or OFF the FF)
  • Gravity Menu (Turn ON or OFF the GRAVITY [default: ON = 300 | OFF = 800])
  • CantPick Weapons Menu (Turn ON or OFF if Terrorists can pick weapons from the ground) // TO DO
  • NadeWars (Strip all weapons from terrorist and give 300 (default value) HE's and CTs HP has set 5000 (default value))
  • Open Cells (Open all the prisioners cells)
  • Divide terrorist team in two
  • Equation Games (Random Equation pop up and the first to type in the chat the right answer will be win) // TO DO
  • CountDown System // TO DO
  • FirstWrites System (First T writes the random number in the chat WIN)

Cvars:
Gravity ON: (default 300)
  • amount_of_gravity
NadeWars - CT HP: (default 5000)
  • amount_of_hp
NadeWars - Number of HE's: (default 300)
  • amount_of_he

Suggestions:
Credits:
  • Freestyle - Main/Inicial Code
  • Pastout - Divide in two system
  • Drekes - FirstWrite a Number System
  • Firippu - Open Cell code
Updates Log:
Code:
v2.0: 31/12/2012
Remake & Major Optimizations
If you found any bug or have any way to optimize the code, I appreciate.

Attached Files
File Type: sma Get Plugin or Get Source (jb_guards_menu.sma - 2059 views - 12.4 KB)
__________________
ELO RATING SYSTEM - SQL [COMPLETE]
Quote:
Originally Posted by Liverwiz View Post
DDDRRRRAAAAMMMMAAAAA!!!???

Put this shit on pause while i go get some popcorn!!

Last edited by quilhos; 12-31-2012 at 14:13. Reason: Update v2.0 Remake
quilhos is offline
quilhos
Veteran Member
Join Date: Jun 2010
Old 07-24-2012 , 22:18   Re: Jailbreak Guard Menu
Reply With Quote #2

Update v1.1 [24/07/2012]
Added Divide in two system

Update v1.2 [25/07/2012]
Added Equation System
__________________
ELO RATING SYSTEM - SQL [COMPLETE]
Quote:
Originally Posted by Liverwiz View Post
DDDRRRRAAAAMMMMAAAAA!!!???

Put this shit on pause while i go get some popcorn!!

Last edited by quilhos; 07-24-2012 at 22:18.
quilhos is offline
Micko11111
Member
Join Date: Jul 2012
Old 07-25-2012 , 09:47   Re: Jailbreak Guard Menu
Reply With Quote #3

Why do all players can use the command / ctmenu ?
Can also be used by CT and TT, why?
Is it possible that instead of only the CT can be used to the command /ctmenu, not the CT and TT ?

Last edited by Micko11111; 07-25-2012 at 09:51.
Micko11111 is offline
quilhos
Veteran Member
Join Date: Jun 2010
Old 07-25-2012 , 13:51   Re: Jailbreak Guard Menu
Reply With Quote #4

Only CT can use the command...

PHP Code:
register_clcmd("say /ctmenu""menu_jailbreakguard"
PHP Code:
public menu_jailbreakguardid )
{
        if(
is_user_connectedid ) || is_user_aliveid ) || cs_get_user_teamid ) == CS_TEAM_CT )
        { 
__________________
ELO RATING SYSTEM - SQL [COMPLETE]
Quote:
Originally Posted by Liverwiz View Post
DDDRRRRAAAAMMMMAAAAA!!!???

Put this shit on pause while i go get some popcorn!!
quilhos is offline
Micko11111
Member
Join Date: Jul 2012
Old 07-25-2012 , 15:38   Re: Jailbreak Guard Menu
Reply With Quote #5

Can all of the CT and TT, Test the server and you will see that they can, and CT and TT.
Can you do that you can just CT?
Micko11111 is offline
quilhos
Veteran Member
Join Date: Jun 2010
Old 07-25-2012 , 19:49   Re: Jailbreak Guard Menu
Reply With Quote #6

Only CT can see the menu, but anyways try the new version.
__________________
ELO RATING SYSTEM - SQL [COMPLETE]
Quote:
Originally Posted by Liverwiz View Post
DDDRRRRAAAAMMMMAAAAA!!!???

Put this shit on pause while i go get some popcorn!!
quilhos is offline
quilhos
Veteran Member
Join Date: Jun 2010
Old 07-26-2012 , 08:53   Re: Jailbreak Guard Menu
Reply With Quote #7

Update v1.3 [25/07/2012]
- Added CountDown System
- Optimize Code
__________________
ELO RATING SYSTEM - SQL [COMPLETE]
Quote:
Originally Posted by Liverwiz View Post
DDDRRRRAAAAMMMMAAAAA!!!???

Put this shit on pause while i go get some popcorn!!
quilhos is offline
Micko11111
Member
Join Date: Jul 2012
Old 07-26-2012 , 10:56   Re: Jailbreak Guard Menu
Reply With Quote #8

Quote:
Originally Posted by quilhos View Post
Only CT can see the menu, but anyways try the new version.
Thanks, now works
Micko11111 is offline
quilhos
Veteran Member
Join Date: Jun 2010
Old 07-26-2012 , 23:01   Re: Jailbreak Guard Menu
Reply With Quote #9

Update v1.4 [27/07/2012]
Added ReAmmo System
Added FirstWrites System
Optimize Code
__________________
ELO RATING SYSTEM - SQL [COMPLETE]
Quote:
Originally Posted by Liverwiz View Post
DDDRRRRAAAAMMMMAAAAA!!!???

Put this shit on pause while i go get some popcorn!!

Last edited by quilhos; 07-27-2012 at 00:26.
quilhos is offline
Lokogaditano
Senior Member
Join Date: Apr 2009
Old 07-28-2012 , 06:30   Re: Jailbreak Guard Menu
Reply With Quote #10

Can you put that the menu can be only open by Simon? in jbextreme 1.9, you write /simon, and you are simon
Lokogaditano is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 22:37.


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