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

[CS:GO] MyJailbreak - warden, days, menu & more (Beta 14 - 13/08/18)


Post New Thread Reply   
 
Thread Tools Display Modes
NanoC
Veteran Member
Join Date: Jan 2016
Location: Argentina
Old 09-21-2018 , 19:34   Re: [CS:GO] MyJailbreak - warden, days, menu & more (Beta 14 - 13/08/18)
Reply With Quote #881

Suggestion

Make a menu to execute events, for example

You must type !eventmenu (for example) to open the next menu:


PHP Code:
EventDay Menu
Enable Zombie Event
Enable Catch & Freeze
Enable Ghost War
Enable Suicide bomber
Enable Zeus Event 
etc etc...
NanoC is offline
Send a message via Skype™ to NanoC
shanapu
Veteran Member
Join Date: Apr 2015
Location: .de
Old 09-21-2018 , 21:09   Re: [CS:GO] MyJailbreak - warden, days, menu & more (Beta 14 - 13/08/18)
Reply With Quote #882

Quote:
Originally Posted by WanekWest View Post
...
The division of terrorists into two teams: blue and red like in damage game.
And some config for the skins of players with the support of hands.
Not in near future.
Personally, I don't want to add "major features or changes" to MyJB for now. I am busy with other projects.
Pull requests are very welcome!

Quote:
Originally Posted by WanekWest View Post
In game hide and seek when terrorist hit another terrorist= +hp. Again they are having over 1.000 hp xD
I pushed a fix to dev but havn't test it yet.
Thanks for reporting

Quote:
Originally Posted by Logonik View Post
...
Hello, is it possible to add a line with the inclusion and deactivation of bunny hop for prisoners in the KMD menu?
Sorry I don't realy understand you... :/

with plugins/MyJailbreak/disabled/menu_custom.smx & configs/MyJailbreak/menu_custom.cfg
you can add custom commands to all menus.

and with plugins/MyJailbreak/disabled/eventday_toggle.smx & configs/MyJailbreak/eventday_toggle.cfg
you can toggle convars & execute commands on eventdays start & end to en/disable plugins.

hope I could help you.

Quote:
Originally Posted by AuricYoutube View Post
An example of the rebel system thing that I mentioned above ...
You can see how when he shoots a guard hes a rebel for 3 seconds, and when he kills hes a rebel for 60 seconds
Sorry to say but same answer as to WanekWest:

Not in near future.
Personally, I don't want to add "major features or changes" to MyJB for now. I am busy with other projects.
Pull requests are very welcome!

Quote:
Originally Posted by NanoC View Post
Suggestion[/SIZE]

Make a menu to execute events, for example
You must type !eventmenu (for example) to open the next menu:
...
Already there.

commands:
Code:
sm_eventdays - open a vote EventDays menu for player
sm_setdays - open a set EventDays menu for warden or admins
associated convars:
Code:
// Set your custom chat command for open menu(!eventdays (no 'sm_'/'!')(seperate with comma ', ')(max. 12 commands))
// -
// Default: "days, day, ed"
sm_menu_cmds_days "days, day, ed"

// Set your custom chat command for open menu(!setdays (no 'sm_'/'!')(seperate with comma ', ')(max. 12 commands))
// -
// Default: "sd, setday"
sm_menu_cmds_setday "sd, setday"

// 0 - disabled, 1 - enable set eventdays menu
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_menu_setdays "1"

// 0 - disabled, 1 - enable vote eventdays menu
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_menu_votedays "1"
myjailbreak/menu.smx wiki
__________________
coding & free software
shanapu is offline
mrkos9i4ok
Member
Join Date: Jul 2016
Location: Russia,Moscow
Old 10-01-2018 , 10:27   Re: [CS:GO] MyJailbreak - warden, days, menu & more (Beta 14 - 13/08/18)
Reply With Quote #883

Quote:
[SM] Exception reported: Invalid convar handle 0 (error 4)
[SM] Blaming: MyJailbreak/myjailbreak.smx
[SM] Call stack trace:
[SM] [0] ConVar.IntValue.set
[SM] [1] Line 577, addons/sourcemod/scripting/MyJailbreak/myjailbreak.sp::ToggleConVars
[SM] [2] Line 497, addons/sourcemod/scripting/MyJailbreak/myjailbreak.sp::Native_SetEventDayRunning
[SM] [4] MyJailbreak_SetEventDayRunning
[SM] [5] Line 583, addons/sourcemod/scripting/MyJailbreak/freeday.sp::Event_RoundEnd
P.S. Last DEV version
mrkos9i4ok is offline
shanapu
Veteran Member
Join Date: Apr 2015
Location: .de
Old 10-01-2018 , 12:21   Re: [CS:GO] MyJailbreak - warden, days, menu & more (Beta 14 - 13/08/18)
Reply With Quote #884

do you use an edited version of sm_hosties? the error "says" the ConVar "sm_hosties_freekill_notify" is missing
__________________
coding & free software
shanapu is offline
mrkos9i4ok
Member
Join Date: Jul 2016
Location: Russia,Moscow
Old 10-01-2018 , 12:24   Re: [CS:GO] MyJailbreak - warden, days, menu & more (Beta 14 - 13/08/18)
Reply With Quote #885

Quote:
Originally Posted by shanapu View Post
do you use an edited version of sm_hosties? the error "says" the ConVar "sm_hosties_freekill_notify" is missing
https://github.com/Sples1/ENT_Hosties
mrkos9i4ok is offline
shanapu
Veteran Member
Join Date: Apr 2015
Location: .de
Old 10-01-2018 , 13:58   Re: [CS:GO] MyJailbreak - warden, days, menu & more (Beta 14 - 13/08/18)
Reply With Quote #886

Only the original sm_hosties is supported by MyJB. I can't support every fork.
Better contact the author of your version to keep compatibility.
__________________
coding & free software
shanapu is offline
TrullSin
Senior Member
Join Date: Jun 2018
Old 10-01-2018 , 16:57   Re: [CS:GO] MyJailbreak - warden, days, menu & more (Beta 14 - 13/08/18)
Reply With Quote #887

Hey, How can I enable the team block? I dont want them to clone, and I already tryied the cvar but they always pass trought each other and I dont want that.. Maybe something in the plugin?!
TrullSin is offline
shanapu
Veteran Member
Join Date: Apr 2015
Location: .de
Old 10-01-2018 , 17:47   Re: [CS:GO] MyJailbreak - warden, days, menu & more (Beta 14 - 13/08/18)
Reply With Quote #888

mp_solid_teammates "1"
sm_hosties_noblock_enable "0"

should do the trick.
If not, maybe another 3th party plugin handles team collision.
__________________
coding & free software
shanapu is offline
mrkos9i4ok
Member
Join Date: Jul 2016
Location: Russia,Moscow
Old 10-03-2018 , 08:58   Re: [CS:GO] MyJailbreak - warden, days, menu & more (Beta 14 - 13/08/18)
Reply With Quote #889

Well, I figured out that mistake, but what about this?
Quote:
[SM] Exception reported: Invalid index -1 (count: 2)
[SM] Blaming: MyJailbreak/warden.smx
[SM] Call stack trace:
[SM] [0] ArrayList.Erase
[SM] [1] Line 1138, addons/sourcemod/scripting/MyJailbreak/warden.sp::VotingResults
The terrorist became the warden)
mrkos9i4ok is offline
shanapu
Veteran Member
Join Date: Apr 2015
Location: .de
Old 10-03-2018 , 10:40   Re: [CS:GO] MyJailbreak - warden, days, menu & more (Beta 14 - 13/08/18)
Reply With Quote #890

Quote:
Originally Posted by mrkos9i4ok View Post
..., but what about this?
[error]
The terrorist became the warden)
could you explain your issue (with cfgs), the way to reproduce with more details?
Was the terror in vote list? Was the terror a CT before? ...
__________________
coding & free software

Last edited by shanapu; 10-03-2018 at 10:40. Reason: typo
shanapu 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 04:22.


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