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
shanapu
Veteran Member
Join Date: Apr 2015
Location: .de
Old 01-24-2017 , 22:31   Re: [CS:GO] MyJailbreak (warden, days, menu & more) [Beta 9.1 / 11-12-16]
Reply With Quote #351

Quote:
Originally Posted by Usernamehere View Post
!menu/menu nothing works to bring up warden menu or terrorist menu and even admin menu for Myjailbreak. [...] My event days folder is empty as well as HUD not working. [...]

Just give me a basic idea of what I should look into and I'll get to it.
First place to start would be the Frequently Asked Questions
Let me quote the first part:
Quote:
  • First check you have all required plugins in their latest versions installed correctly.
  • Check (twice) you done all steps from install instruction correct.
  • Type sm plugins list in your server console and look after plugins loaded or failed.
  • Go to your servers .../csgo/addons/sourcemod/logs directory and check your error_YYYYmmDD.log files.
  • Take a look to the remaining FAQ listings.
  • Read all open issues & take a look to Alliedmodders forum if the same problem was already posted there.

Quote:
Originally Posted by Usernamehere View Post
Since adding chat processor no one can see their own typing.
Yeah, this is a known issue which occurs with latest chat-processor. There is already a pull request with a fix. Or use an older version(1.10) which also works fine.
__________________
coding & free software
shanapu is offline
Usernamehere
Member
Join Date: Feb 2016
Old 01-25-2017 , 17:18   Re: [CS:GO] MyJailbreak (warden, days, menu & more) [Beta 9.1 / 11-12-16]
Reply With Quote #352

I looked at the FAQ and doesn't explain why the warden menu wont pop up or why some commands aren't working, such as !deputy.

All the plugins load fine.



Bah... so many outdated plugins (not yours) and csgo being in the state its in, just makes it a hassle to host servers. Not how it was before. I give up on this game, thanks anyway.

Last edited by Usernamehere; 01-25-2017 at 17:19.
Usernamehere is offline
shanapu
Veteran Member
Join Date: Apr 2015
Location: .de
Old 01-25-2017 , 17:28   Re: [CS:GO] MyJailbreak (warden, days, menu & more) [Beta 9.1 / 11-12-16]
Reply With Quote #353

Quote:
Originally Posted by Usernamehere View Post
I looked at the FAQ and doesn't explain why the warden menu wont pop up or why some commands aren't working, such as !deputy.
All the plugins load fine.
There are no MyJailbreak related errors in log files? I can't imagine that.

Quote:
Originally Posted by Usernamehere View Post
Bah... so many outdated plugins (not yours) and csgo being in the state its in, just makes it a hassle to host servers. Not how it was before. I give up on this game, thanks anyway.
I would say almost all jailbreak relevant public plugins are actively maintained and/or have good replacement plugins. Where are your problems? how could we help you?
Check your logs and process one error after next.
Don't give up!
Try & error! Search, read & learn!
sourcemod/-pawn is fun!
__________________
coding & free software

Last edited by shanapu; 01-25-2017 at 17:33.
shanapu is offline
Usernamehere
Member
Join Date: Feb 2016
Old 01-26-2017 , 16:51   Re: [CS:GO] MyJailbreak (warden, days, menu & more) [Beta 9.1 / 11-12-16]
Reply With Quote #354

No errors printed in any logs, not even the myjailbreak logs folder..

I meant plugins like warden, team ratio etc.. The only relevant plugins that are updated for jailbreak are yours and hosties v2. Most jailbreak servers have their plugins made by hired help or made in house.

One thing, can your plugins be used independently? Like if I only want to use warden or the team ratio, ct bans plugin?

Yup I figure I'll need to learn sourcepawn.
Usernamehere is offline
shanapu
Veteran Member
Join Date: Apr 2015
Location: .de
Old 01-26-2017 , 17:35   Re: [CS:GO] MyJailbreak (warden, days, menu & more) [Beta 9.1 / 11-12-16]
Reply With Quote #355

Quote:
Originally Posted by Usernamehere View Post
No errors printed in any logs, not even the myjailbreak logs folder.. [...]
Could you post your 'sm plugins list' output please?

Quote:
Originally Posted by Usernamehere View Post
[...]
One thing, can your plugins be used independently? Like if I only want to use warden or the team ratio, ct bans plugin?
I'm working on it to make all plugin independent. Some of them you can already use as standalone and some has limited dependencies.

Here a small list:

no dependencies
  • Warden - no dependencies - Optional smartjaildoors, hosties, voiceannounce_ex, chat-processor & MyJailbreak core
  • Last Guard - no dependencies - Optional warden, hosties & MyJailbreak core
  • Icons - no dependencies - Optional warden, hosties & MyJailbreak core
  • Ratio - no dependencies - Optional warden, 'support plugins' & MyJailbreak core

with dependencies
  • HUD - need warden & MyJailbreak core
  • Menu - need warden, smartjaildoors & MyJailbreak core - Optional MyJailshop
  • PlayerTags - need warden, chat-processor & MyJailbreak core
  • Request - need warden & hosties - Optional smartjaildoors & MyJailbreak core
  • Weapons - need clientprefs - Optional warden & MyJailbreak core
  • All Event Days - need warden, hosties, smartjaildoors & MyJailbreak core
  • Catch, Torch, Zombie - need extra CustomPlayerSkins
__________________
coding & free software

Last edited by shanapu; 01-26-2017 at 17:35. Reason: format
shanapu is offline
fraise
Member
Join Date: Sep 2016
Location: Paris, France
Old 01-30-2017 , 14:25   Re: [CS:GO] MyJailbreak (warden, days, menu & more) [Beta 9.1 / 11-12-16]
Reply With Quote #356

Hi ! It's me again ! I would use MyJailBreak with Stamm system, and i saw a Cvar which allow to be warden only if we have 1 or more stamm point. So i tried to disabled it as you can see :
Code:
// 0 - disabled, how many stamm points a player need to join ct? (only if stamm is available)
// -
// Default: "0"
// Minimum: "1.000000"
sm_ratio_stamm "0"
But, surprise ! That didn't work, and we always have to get 1 point to be warden... I tried to look in ratio script, or deleted ratio_stamm, but nothings change... i don't know what to do )'= Please help

EDIT : I've tried to look the CVar via the Rcon, and tadam !

Code:
"sm_ratio_stamm" = "1.000000" ( def. "0" ) min. 1.000000                         - 0 - disabled, how many stamm points a player need to join ct? (only if stamm is

Last edited by fraise; 01-30-2017 at 14:32.
fraise is offline
good_live
AlliedModders Donor
Join Date: Oct 2013
Old 01-30-2017 , 15:43   Re: [CS:GO] MyJailbreak (warden, days, menu & more) [Beta 9.1 / 11-12-16]
Reply With Quote #357

Just remove ratio_stamm.
However the minimum is pretty useless there ^^
good_live is offline
fraise
Member
Join Date: Sep 2016
Location: Paris, France
Old 01-30-2017 , 15:50   Re: [CS:GO] MyJailbreak (warden, days, menu & more) [Beta 9.1 / 11-12-16]
Reply With Quote #358

Already done, don't fix anything, that's why i'm lost ! )'=
fraise is offline
shanapu
Veteran Member
Join Date: Apr 2015
Location: .de
Old 01-30-2017 , 22:21   Re: [CS:GO] MyJailbreak (warden, days, menu & more) [Beta 9.1 / 11-12-16]
Reply With Quote #359

Quote:
Originally Posted by fraise View Post
Hi ! It's me again ! I would use MyJailBreak with Stamm system, and i saw a Cvar which allow to be warden only if we have 1 or more stamm point. So i tried to disabled it as you can see :
[...]
MyJailbreaks ratio with stamm support only affects joining/queue CT not allow warden (but maybe this is a good idea?).

Quote:
Originally Posted by good_live View Post
Just remove ratio_stamm.
This. Move ratio_stamm.smx to disabled folder

Quote:
Originally Posted by good_live View Post
However the minimum is pretty useless there ^^
That's true. I removed it on dev branch.

Quote:
Originally Posted by fraise View Post
Already done, don't fix anything, that's why i'm lost ! )'=
Are you sure you disabled/removed ratio_stamm.smx? Check twice! If yes, please post you 'sm plugins list' output
__________________
coding & free software
shanapu is offline
fraise
Member
Join Date: Sep 2016
Location: Paris, France
Old 01-31-2017 , 07:50   Re: [CS:GO] MyJailbreak (warden, days, menu & more) [Beta 9.1 / 11-12-16]
Reply With Quote #360

Code:
  01 "[CSGO] Team Limit Bypass" (1.1) by Zephyrus
  02 "Smart Jail Doors" (0.5.2-beta) by Maxim 'Kailo' Telezhenko
  03 "socket extension selftest" (1.1.0) by Player
  04 "Web Shortcuts CS:GO version" (2.4) by Franc1sco franug and James "sslice" Gray
  05 "Reserved Slots" (1.8.0.5946) by AlliedModders LLC
  06 <Failed> "Chat Filter" (0.4) by chundo
  07 "CallAdmin: Steam module" (0.1.5) by Impact, Popoklopsi
  08 "MyJailShop" (1.2.1-<COMMIT>) by shanapu
  09 "Game_Player_Equip Fix" (1.1.1) by Mitch
  10 "Admin Stealth" (1.4) by necavi
  11 "Impacts" (1.0) by iKiWiXz
  12 "All" (1.0) by iKiWiXz
  13 <Failed> "SM Parachute" (2.5) by SWAT_88
  14 "Client Preferences" (1.8.0.5946) by AlliedModders LLC
  15 "socket example" (1.1.0) by Player
  16 "CS:GO Drop Random Package Plugin" (2.3) by Darkranger
  17 "mall.smx"
  18 "SourceBans: Admin Config Loader" ((SB++) 1.5.4.6) by AlliedModders LLC, Sarabveer(VEER™)
  19 " Hide Command" (1.0.0) by LFC
  20 "Phrases" by Xirosa
  21 "[ANY] Admin See WHO Typed All Commands" (1.1) by El Diablo
  22 "Fun Votes" (1.8.0.5946) by AlliedModders LLC
  23 "Basic Votes" (1.8.0.5946) by AlliedModders LLC
  24 "MyJailbreak - Zombie" (Beta 9.1-b2c69fa) by shanapu
  25 "MyJailbreak - Catch & Freeze" (Beta 9.1-b2c69fa) by shanapu
  26 "MyJailbreak - Weapons" (Beta 9.1-b2c69fa) by shanapu, Franc1sco
  27 "MyJailbreak - Ratio" (Beta 9.1-b2c69fa) by shanapu, Addicted
  28 "MyJailbreak - HideInTheDark" (Beta 9.1-b2c69fa) by shanapu
  29 "MyJailbreak - Core" (Beta 9.1-b2c69fa) by shanapu
  30 "MyJailbreak - DealDamage" (Beta 9.1-b2c69fa) by shanapu
  31 "MyJailbreak - Torch Relay" (Beta 9.1-b2c69fa) by shanapu
  32 "MyJailbreak - CowBoy" (Beta 9.1-b2c69fa) by shanapu
  33 "MyJailbreak - Last Guard Rule" (Beta 9.1-b2c69fa) by shanapu
  34 "MyJailbreak - Suicide Bomber" (Beta 9.1-b2c69fa) by shanapu
  35 "MyJailbreak - Zeus" (Beta 9.1-b2c69fa) by shanapu
  36 "MyJailbreak - DuckHunt" (Beta 9.1-b2c69fa) by shanapu
  37 "MyJailbreak - Player HUD" (Beta 9.1-b2c69fa) by shan  75 "DR.API SMOKEGRENADE COLORS" (1.3.5) by Dr. Api
  76 "Virginia's Secret plugin" (2.0) by Kodua Bouvier
  77 <Error> "SM FPVMI - Custom Weapons Menu" (3.1) by Franc1sco franug
  78 "SM_Hosties v2" (2.2.0) by databomb & dataviruset & comando
  79 "Vote Autoadmin" (1.0) by iKiWiXz
  80 "CallAdmin: Ts3 module" (0.1.5) by Impact, Popoklopsi
  81 "Remove Weapon" (1.0.0) by Delachambre
  82 "XiroPlainte.smx"
  83 "SM Snowfall" (1.1) by Franc1sco Steam: franug
  84 "Last Request: Gun Golf" (1.0.0) by CoMaNdO
  85 "Test Messages" (1.0.0) by Keith Warren (Drixevel)
  86 "[CSGO] Advanced Admin" (1.5.8) by PeEzZ
  87 "Store - Trade System" (1.0) by Zephyrus
  88 "Stamm" (2.2.8) by Popoklopsi
  89 "Basic Chat" (1.8.0.5946) by AlliedModders LLC
  90 "Rock The Vote" (1.7.3-dev+5302) by AlliedModders LLC
  91 "Sweet Tooth Flaming Head" (1.0.0.0) by Kuristaja
  92 "Events" (1.0) by iKiWiXz
  93 "Admin See Chat" (1.0) by ESK0
  94 "RandomCycle" (1.7.2-dev+5202) by AlliedModders LLC
  95 "SonDébutRound" by Xirosa
  96 "Checking Mise à jour Steam" (1.0) by Ze-Creeps
  97 "Custom Player Skins (Core)" (1.4) by Mitchell, Root
  98 "Dernier Gardien V1" (1.0) by Vexyos
  99 "The Void" (0.4) by SM9 (xCoderx) - FragDeluxe.com
  100 "Stamm Feature KillHP" (1.3.1) by Popoklopsi
  101 "Stamm Feature FastLadder" (1.1.2) by Bara
  102 "Stamm Feature LessGravity" (1.3.1) by Popoklopsi
  103 "Stamm Feature No Fall Damage" (1.2.1) by Popoklopsi
  104 <Failed> "Stamm Feature Hook Grab Rope" (1.1.1) by Popoklopsi
  105 "Stamm Feature LosePoints" (1.1.2) by Popoklopsi
  106 "Stamm Feature Show Damage" (1.3.1) by Popoklopsi
  107 "Stamm Feature Chat Messages" (1.3.2) by Popoklopsi
  108 <Failed> "Stamm Feature Anti Flash" (1.4.1) by Popoklopsi
  109 "Stamm Feature KnifeInfect" (1.3.1) by Popoklopsi
  110 "Stamm Feature MoreSpeed" (1.3.1) by Popoklopsi
  111 "Stamm Feature FroggyJump" (1.1.1) by Popoklopsi
  112 "Stamm Feature RegenerateHP" (1.3.2) by Popoklopsi
  113 "Tags" (1.0) by iKiWiXz
  114 "SourceBans++" (1.5.4.6) by SourceBans Developmespeaker_icon_w.smx (SM Speaker Icon): Could not find required plugin "voiceannounce_ex"
franug_cwm.smx (SM FPVMI - Custom Weapons Menu): Error detected in plugin startup (see error logs)
stamm/stamm_hookgrabrope.smx (Stamm Feature Hook Grab Rope): Native "HGR_ClientAccess" was not found
stamm/stamm_antiflash.smx (Stamm Feature Anti Flash): Required extension "flashtools" file("flashtools.ext") not running
here we are :s

And i just fail, i would say "to be CT" not warden >.<

Last edited by fraise; 01-31-2017 at 08:16.
fraise 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:03.


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