Raised This Month: $12 Target: $400
 3% 

Jailbreak MOD v2.7.0 (API SUPPORT) STABLE


Post New Thread Reply   
 
Thread Tools Display Modes
CrazY.
Veteran Member
Join Date: May 2015
Location: SP, Brazil
Old 11-12-2017 , 16:29   Re: Jailbreak MODE v2.3 (API SUPPORT)
Reply With Quote #111

Quote:
Do not "bump" your threads. Bumping is posting simply to make the thread higher in the forum sort order.
CrazY. is offline
Natsheh
Veteran Member
Join Date: Sep 2012
Old 11-12-2017 , 17:13   Re: Jailbreak MODE v2.3 (API SUPPORT)
Reply With Quote #112

Its should be able to autoly create the file btw the sound system is not finish ill finish it in the last update... Which will be 2.4
__________________
@Jailbreak Main Mod v2.7.0 100%
@User Tag Prefix 100% done !
@Mystery Box 100% done !
@VIP System 100% done !


Last edited by Natsheh; 11-12-2017 at 17:13.
Natsheh is offline
Send a message via MSN to Natsheh Send a message via Skype™ to Natsheh
pakgamerz
AlliedModders Donor
Join Date: Aug 2017
Old 12-16-2017 , 09:12   Re: Jailbreak MODE v2.3 (API SUPPORT)
Reply With Quote #113

hello,

when i go in server, it says class will be given after respawn but i cannot do anything. Time is 0:00 but nothing happens i have to restart map then i can do m and select commander.

Please guide me
pakgamerz is offline
Natsheh
Veteran Member
Join Date: Sep 2012
Old 12-23-2017 , 13:54   Re: Jailbreak MODE v2.4 (API SUPPORT)
Reply With Quote #114

VERSION 2.4 HAS BEEN RELEASED!!!

Code:
v2.4 :

* Added a freeday guy out of minigames.
* Fixed a few bugs.
* Changed jb_sound_system into jb_effects_system, for more information check out the ini file (jailbreak_effects.ini).
* Added more two natives,
PHP Code:
// hook jailbreak logmessages /* return logmessage index */ native register_jailbreak_logmessages(const function[], const logmessage[]) // write a jailbreak logmessage its catchable by hooking with register_jailbreak_logmessages native jb_logmessage(const logmessage[]) 
* Changed commander heal command to dropping medkits usable for healing, by pressing 'E' on the medkit.
__________________
@Jailbreak Main Mod v2.7.0 100%
@User Tag Prefix 100% done !
@Mystery Box 100% done !
@VIP System 100% done !


Last edited by Natsheh; 12-23-2017 at 13:55.
Natsheh is offline
Send a message via MSN to Natsheh Send a message via Skype™ to Natsheh
Borhane
Member
Join Date: Jun 2017
Old 12-28-2017 , 09:45   Re: Jailbreak MODE v2.4 (API SUPPORT)
Reply With Quote #115

how to add sounds in each day/duel in the new effects file
Borhane is offline
Natsheh
Veteran Member
Join Date: Sep 2012
Old 12-28-2017 , 13:23   Re: Jailbreak MODE v2.4 (API SUPPORT)
Reply With Quote #116

Quote:
Originally Posted by Borhane View Post
how to add sounds in each day/duel in the new effects file
Explained in the first PAGE.
__________________
@Jailbreak Main Mod v2.7.0 100%
@User Tag Prefix 100% done !
@Mystery Box 100% done !
@VIP System 100% done !

Natsheh is offline
Send a message via MSN to Natsheh Send a message via Skype™ to Natsheh
Borhane
Member
Join Date: Jun 2017
Old 12-28-2017 , 13:41   Re: Jailbreak MODE v2.4 (API SUPPORT)
Reply With Quote #117

i dont understand how it works
when i type "log on" in console it says that it's currently logging
but i dont know how to put sound for all days
Borhane is offline
Skanix
Junior Member
Join Date: Jan 2018
Location: Algeria
Old 01-13-2018 , 04:45   Re: Jailbreak MODE v2.4 (API SUPPORT)
Reply With Quote #118

Quote:
Originally Posted by Natsheh View Post
Description :- Jailbreak mod is a nice fun mod to play with friends its participate into 2 parts guards & prisoners, guards duties to make sure that prisoners wont rebel ( trying to kill the opposite team )
and they must rule the round and control it by playing the prisoners and commanding them to play mini games if one of them failed in the game etc ... they allowed to kill him in-order to make '1' prisoner alive so he clan play the last request with the guards and end the round by all guards death or his death.

the mod includes a special days too...


Installation :- (IMPORTANT)

extract all the files in the archives to your "cstrike/" folder compile all the sma,
Add all the plugins with '.amxx' TYPE after the compiling in the 'amxmodx/plugins/' folder after this operation you ready to play..

Features :-

* GANG SYSTEM *
you can add skins for the gangs...
gangster skins are buy-able while the creation of the gang only.
you can add skins in the "gangs_skins.ini" file

format:- [These '*' are important's]
PHP Code:
[Skin name]
SKIN "model file name" *
SKIN_ACCESS "flags here/empty for all" 
* EFFECTS SYSTEM *
You can add for each day/duel/event (DETECTED ONLY BY A JAILBREAK LOGMESSAGE) a sound, hudmessage or a chat message, you can check JAILBREAK log messages by typing log on in server console, if is 1st parameter in the message is 'JAILBREAK' then its a detectable logmessage, there is no need to include JAILBREAK in the logmessage in the file.

* 'jailbreak_effects.ini' will be auto created!

for examples....

PHP Code:
type (log onin the server console to check out the log messages...
; [
Round Started] - log message should has the (0=JAILBREAKTAG
SOUND "sound/hello.wav"
SOUND "sound/welcome.wav"
HUDMSG_MESSAGE "!~ Welcome ~!"
HUDMSG_POS_X "-1.0"
HUDMSG_POS_Y "-1.0"
HUDMSG_EFFECTS 0
HUDMSG_HOLDTIME "6.0"

[Last request is activated]
HUDMSG_MESSAGE "Last Request is activated!"

[Round has started]
HUDMSG_MESSAGE "!!! ROUND HAS BEGIN !!!"
CHAT_MESSAGE = !gHi !tits nice to meet you!y...... 
CHANGE LOGS :-
Code:
v1.0 : Released.
v2.0 :
* Now you can add the shop items to be used during the days, each day can has its own items, check out the native register_jailbreak_shopitem(const name[], const info[], cost, team, bitsum_days = 0)! Added jailbreak_days_shopitems file so you can configure your items in which day to show! * Alot of code optimized. * Added voteday chosen day delaying cvar. * Added New client say command's ( say /eday, /eduel ). * Added New forward ( jb_mm_itemadded )
v2.1 :
* Fixed alot of bugs, Gang members menu, Voteday menu(now it wont close automatically after choosing a funday), sound system. * Bazooka Item Code Optimized. * Added more natives ( jb_save_user_ingang, jb_set_user_ingang, jb_remove_user_fromgang, jb_load_user_ingang, jb_get_commander )
v2.2 :
* Added multilanguage support, fixed several bugs. * Added new shop item Oxhit/Bullhit. * Added commander effects, Added jb_deathmatch command to (en/dis)able deathmatch mode, respawn time controlled by jb_day_dm_respawn_time cvar, the command is disabled after a dm day!. * Blocked weapons pick up on knife duel! * Added new admin command to set up the cells button (say /set button) aim at the cells button * Added the ability to give a class an access flag by putting this format in the classname *FLAG=accessflags(abcdef....)* * Crashing Decreased upto 90%, few bugs fixed. v2.2_fixed : * Crashing Decreased upto 99.9%. * Added new control mod for bazooka (Aiming target mod). * Several bugs fixed. * Added new command, jb_chicken <name/#id/@c/@t/@a> CMD Info : transfer player/s into a chicken or back to human + Added chicken sounds!
v2.3 :
* Alot of features has been added. * Fixed alot of bugs. * Changed configuration methods. ( Check out jailbreak.ini / jailbreak_shop.ini / jailbreak_classes ) for more information. * Added more natives and forwards...
v2.4 :
* Added a freeday guy out of minigames. * Fixed a few bugs. * Changed jb_sound_system into jb_effects_system, for more information check out the ini file (jailbreak_effects.ini). * Added more two natives,
PHP Code:
// hook jailbreak logmessages /* return logmessage index */ native register_jailbreak_logmessages(const function[], const logmessage[]) // write a jailbreak logmessage its catchable by hooking with register_jailbreak_logmessages native jb_logmessage(const logmessage[]) 
* Changed commander heal command to dropping medkits usable for healing, by pressing 'E' on the medkit.

* CREDITS *

WiLS - for the [CS] Player Models API include file.
Major victory - for bazooka.
AMX TEAM - for the amxmodx module.
MeRcyLeZZ - for the zombie effect messages
shine771 - for the w_money_new.mdl :S
Arkshine - Cvar Util, round terminator, infinite round

* CREDITS *


* CVARS *
Spoiler


* CVARS *

* CMDS *

Client Commands :-

Code:
amx_gangsmenu                                       // Shows the admin gangs panel ( FLAG : ADMIN_IMMUNITY ) !
jb_freeday_menu                                      // Shows the admin the freeday menu.
+paint                                                   // Start painting

Say Commands :-
say /set <noclip/armor/godmode/gravity/hp/health> <@a/@c/@t/#userid/name> <amount> say (/transfer||/trans) <@a/@c/@t/playerID/playerNAME> <@c/@t/@s> say /revive <@a/@c/@s/@s/@ad - revive all dead players/@aa revive all alive players/etc..> say /cash <set/give/take> <name> <amount> //Admin Command say /donate <name> <amount> // donate user an amount of money! say /cash <player> // check user/player money. say /set <button/cells> // aim on the cells button inorder to specified the cells button. say /eday // ADMIN access, end a playing day! say /eduel // ADMIN access, end a playing duel! say /lr // for last prisoner alive only say /day /// admins only to start a fun day... say /vd // start a votedays event say /donate <name> <cash> // donate client cash/money... say /class // change your class... say /open // open or close the cells. say /close // to close the cells. say /command, command, !command // be or leave the commanding of the guards team AKA Warden!. say /cd <1-15> // to start a count down... say /cam // to change the view camera
Console Commands :-

Code:
jb_give_bazooka <name/@a/@c/@t> <ammo>          // give's a player or all or a specified team a bazooka!
jb_give_suicidebomb <name/@a/@c/@t>                    // gives a suicidebomb to all or a specified team or a player.
amx_allowmic <name/@a/@t/@c>  <1/0>                   // gives a client/clients ability to talk the whole map.
jb_deathmatch                              // enable/disable the deathmatch mode, this command is nolonger enabled after the deathmatch day ends.
amx_paints <name>                 // give's a player the ability to use paint (+paint)
jb_chicken <name/@a/@c/@t> <1/0>             // transfer player/s to a chicken or back to human!
* CMDS *




* v2.5 will be the latest version, i'll not give any more further support *

DOWNLOAD BELLOW
Thanx Dude ♥♥♥
Skanix is offline
Natsheh
Veteran Member
Join Date: Sep 2012
Old 01-15-2018 , 06:50   Re: Jailbreak MODE v2.4 (API SUPPORT)
Reply With Quote #119

Few bugs/crashes detected please stay tuned for the latest version...
__________________
@Jailbreak Main Mod v2.7.0 100%
@User Tag Prefix 100% done !
@Mystery Box 100% done !
@VIP System 100% done !


Last edited by Natsheh; 01-15-2018 at 06:50.
Natsheh is offline
Send a message via MSN to Natsheh Send a message via Skype™ to Natsheh
MajorGames4
New Member
Join Date: Jan 2018
Old 01-19-2018 , 09:11   Re: Jailbreak MODE v2.4 (API SUPPORT)
Reply With Quote #120

Hello, I would like to ask the author of this mode what is the admin level set for an item in the Costumes store? For when there is an ordinary player, he can not pick out any of the Costumes.
MajorGames4 is offline
Reply


Thread Tools
Display Modes

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 04:43.


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