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

JailBreak Mod


Post New Thread Reply   
 
Thread Tools Display Modes
Pastout
Senior Member
Join Date: Dec 2010
Location: 1337 Street LeetTown
Old 02-07-2012 , 21:39   Re: JailBreak Mod
Reply With Quote #211

Quote:
Originally Posted by Xalus View Post
Would be nice to give me a few pointers on what to improve on. anyways updated version 1.6.9 jailbreakbeta.
Change how shot4shot gives you bullets cause so many of you ask for this. And also added some new days try them out Midnight nade wars is fun.
Pastout is offline
TzK
Member
Join Date: Apr 2010
Old 02-08-2012 , 09:54   Re: JailBreak Mod
Reply With Quote #212

Some bugs: 1.
PHP Code:
L 02/08/2012 16:39:31:
L 02/08/2012 16:39:12: [FAKEMETAInvalid entity
 
[HAMSANDWICHInvalid player 1 (not in-game)
L 02/08/2012 16:39:31: [AMXXDisplaying debug trace (plugin "jailbreakmodbeta.amxx")
L 02/08/2012 16:39:31: [AMXXRun time error 10native error (native "get_pdata_cbase")
L 02/08/2012 16:39:31: [AMXX]    [0jailbreakmodbeta.sma::FwdPlaybackEvent (line 1054)
L 02/08/2012 16:40:37: [nVaultInvalid vault id
2. In shot 4 shot, tried with m4a1, if you press shoot, and keeping it pressed , it will sometimes shoot 2 bullets, and bullets ended, was 0/0 for T and CT.
3. In scout duel, sometimes bullets go to 1, and you must reaload. You are shooting, shooting and hops, back to 1, however, you just shot 3-4 bullets, not 9.
4. If somebody pressed to open buttons when some team wons, then in next round you can`t choose class and can`t buy anything, because it shows, that cells are opened.
Not bug, but this shoot 4 shoot method is little bit stupid. Better was old one. Or better would be, if you must reload each time, you shooted and then you can shoot again.
Some advices:
1) Make, that in guntoss, shows how far in units do you throw weapons EDIT: While testing saw that in He toss it shows units, but it would be great if shows for all weapons, and would be great if it show you it not when you pickup, but when it land, so you don`t need to run so far He, or if you throw weapons, and pickup other weapon. And why don`t add who was thrower, so there will be no misunderstanding, who was thrower. :]
2) Other CT can`t interapt you in last request(can`t kill T)
3) Take off class menu and just give to CT an m4a1 and usp. Not needed menu..
4)This two new days, are okey, but it would be better if the T can have 10-15 seconds before this wars, to run a little bit farther away from cells.

And what with jailbreak gangs? :/ it there some news about it? I`m waiting only for that upgrade, that there would be only one point system for both, and will make my public server.
__________________
Who`s batman? WAHAHAHA

Last edited by TzK; 02-08-2012 at 18:17. Reason: EDIT FOR fist advice
TzK is offline
Send a message via Skype™ to TzK
makavelli
Senior Member
Join Date: Nov 2006
Location: Belgium
Old 02-08-2012 , 18:45   Re: JailBreak Mod
Reply With Quote #213

can i add this to the playerweapontouch and addplayeritem to block pick up weapons when in lr?:

PHP Code:
if (g_iGameType != 10 || g_iGameType != 4)
        return 
HAM_SUPERCEDE
or do i have to work with cases, becous otherwise when; for example: they are in last request shotgun madness, they won't get their shotguns?

My cases would then look like this:
PHP Code:
switch(g_iGameType)
    {
        case 
1HAM_SUPERCEDE;
        case 
2: {
            if (!
equal(model"first model of the random weapons list") return HAM_SUPERCEDE;
            if (!
equal(model"second model of the random weapons list") return HAM_SUPERCEDE;
so on and on
// for the case 2 (shot 4 shot) is there an faster way to get all the models from in the random weapon list for shot 4 shot? 
__________________

Last edited by makavelli; 02-08-2012 at 18:57.
makavelli is offline
Pastout
Senior Member
Join Date: Dec 2010
Location: 1337 Street LeetTown
Old 02-08-2012 , 18:49   Re: JailBreak Mod
Reply With Quote #214

Yes that is correct
Pastout is offline
Old 02-08-2012, 18:50
Pastout
This message has been deleted by Pastout.
makavelli
Senior Member
Join Date: Nov 2006
Location: Belgium
Old 02-08-2012 , 19:00   Re: JailBreak Mod
Reply With Quote #215

is there an easyer/better way to get all the w_models from in the random weapons list for shot 4 shot? or to get the weapon model that the ter has choosen?
__________________
makavelli is offline
Pastout
Senior Member
Join Date: Dec 2010
Location: 1337 Street LeetTown
Old 02-08-2012 , 20:14   Re: JailBreak Mod
Reply With Quote #216

Quote:
Originally Posted by makavelli View Post
is there an easyer/better way to get all the w_models from in the random weapons list for shot 4 shot? or to get the weapon model that the ter has choosen?
sorry did not see above post anyways new update you can do this now
PHP Code:
if (!equal(model"%s"g_szWeaponNames[g_iGetUserWeapon]) 

Last edited by Pastout; 02-08-2012 at 20:18.
Pastout is offline
TzK
Member
Join Date: Apr 2010
Old 02-09-2012 , 13:40   Re: JailBreak Mod
Reply With Quote #217

check my last post and one suggest: Can you remove money HUD, and put there points, or just remove money hud? Or maybe put points like text in corner, like in war3ft mod where is shown your race and exp?
__________________
Who`s batman? WAHAHAHA
TzK is offline
Send a message via Skype™ to TzK
lucas_7_94
Leche Loco
Join Date: Mar 2009
Location: Argentina
Old 02-09-2012 , 16:22   Re: JailBreak Mod
Reply With Quote #218

Quote:
Originally Posted by Pastout View Post
sorry did not see above post anyways new update you can do this now
PHP Code:
if (!equal(model"%s"g_szWeaponNames[g_iGetUserWeapon]) 
What?
__________________
ATWWMH - MiniDuels
Madness is like gravity, just need a little push.
lucas_7_94 is offline
Send a message via Skype™ to lucas_7_94
makavelli
Senior Member
Join Date: Nov 2006
Location: Belgium
Old 02-09-2012 , 17:26   Re: JailBreak Mod
Reply With Quote #219

Quote:
Originally Posted by Pastout View Post
sorry did not see above post anyways new update you can do this now
PHP Code:
if (!equal(model"%s"g_szWeaponNames[g_iGetUserWeapon]) 
oh but what did you add in the entire script so that that will work, becous i have customized your plugin for my server(I hope you don't have a problem with that)
__________________
makavelli is offline
Pastout
Senior Member
Join Date: Dec 2010
Location: 1337 Street LeetTown
Old 02-09-2012 , 18:06   Re: JailBreak Mod
Reply With Quote #220

Sorry forgot to update Umm and my mistake its suppose to look like this

PHP Code:
if (!equal(Modelg_szWeaponNames[g_iGetUserWeapon])) 
Pastout 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 20:08.


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