AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [CS:GO] MyJailbreak - warden, days, menu & more (Beta 14 - 13/08/18) (https://forums.alliedmods.net/showthread.php?t=283212)

paulo_crash 10-20-2018 13:33

Re: [CS:GO] MyJailbreak - warden, days, menu & more (Beta 14 - 13/08/18)
 
Doubt, in case I want to modify that message that shows when a team wins, Prisoners Win, Guards Win.

I can edit to change this message, but leave the same display format, just translate the message.

Papero 10-20-2018 14:01

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

Originally Posted by paulo_crash (Post 2620540)
Doubt, in case I want to modify that message that shows when a team wins, Prisoners Win, Guards Win.

I can edit to change this message, but leave the same display format, just translate the message.

If you do mean the overlay one, should look to sm_hosties

paulo_crash 10-20-2018 14:07

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

Originally Posted by Papero (Post 2620545)
If you do mean the overlay one, should look to sm_hosties

That's right, thanks! :bacon!:

Papero 10-20-2018 14:13

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

Originally Posted by paulo_crash (Post 2620547)
That's right, thanks! :bacon!:

Particularly try:
Code:

sm_hosties_roundend_overlay_ct
sm_hosties_roundend_overlay_t


shanapu 10-20-2018 17:13

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

Originally Posted by paulo_crash (Post 2620540)
Doubt, in case I want to modify that message that shows when a team wins, Prisoners Win, Guards Win.

Here's an inspiration for win overlays from my old server.
Spoiler

paulo_crash 10-20-2018 21:13

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

Originally Posted by shanapu (Post 2620568)
Here's an inspiration for win overlays from my old server.
Spoiler

Like, thanks, I'll be watching.

Lannister 11-07-2018 12:51

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

I'm having these error logs using the latest stable version of your plugin (this one) .

Code:

11/07/2018 - 14:39:17: [SM] Call stack trace:
L 11/07/2018 - 14:39:17: [SM]  [0] VFormat
L 11/07/2018 - 14:39:17: [SM]  [1] Line 174, /home/travis/build/shanapu/MyJailbreak/addons/sourcemod/scripting/include/colors.inc::CPrintToChatAll
L 11/07/2018 - 14:39:17: [SM]  [2] Line 128, addons/sourcemod/scripting/MyJailbreak/MyJailbreak/Modules/Request/killreason.sp::Handler_KillReason
L 11/07/2018 - 14:40:33: [SM] Exception reported: Language phrase "request_tag" not found (arg 3)
L 11/07/2018 - 14:40:33: [SM] Blaming: request.smx

L 11/07/2018 - 12:27:07: [SM] Call stack trace:
L 11/07/2018 - 12:27:07: [SM]  [0] Format
L 11/07/2018 - 12:27:07: [SM]  [1] Line 213, addons/sourcemod/scripting/MyJailbreak/playertags.sp::HandleTag
L 11/07/2018 - 12:27:07: [SM]  [2] Line 138, addons/sourcemod/scripting/MyJailbreak/playertags.sp::warden_OnWardenCreated
L 11/07/2018 - 12:27:07: [SM]  [4] Call_Finish
L 11/07/2018 - 12:27:07: [SM]  [5] Line 1867, addons/sourcemod/scripting/MyJailbreak/warden.sp::Forward_OnWardenCreatedByUser
L 11/07/2018 - 12:27:07: [SM]  [6] Line 655, addons/sourcemod/scripting/MyJailbreak/warden.sp::Command_BecomeWarden
L 11/07/2018 - 12:27:15: [SM] Exception reported: Language phrase "tags_WOWN_chat" not found (arg 5)
L 11/07/2018 - 12:27:15: [SM] Blaming: playertags.smx


shanapu 11-07-2018 17:32

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

Originally Posted by Lannister (Post 2623009)
Hello!

I'm having these error logs using the latest stable version of your plugin (this one) .

Code:

...
L 11/07/2018 - 14:40:33: [SM] Exception reported: Language phrase "request_tag" not found (arg 3)
L 11/07/2018 - 14:40:33: [SM] Blaming: request.smx
...
L 11/07/2018 - 12:27:15: [SM] Exception reported: Language phrase "tags_WOWN_chat" not found (arg 5)
L 11/07/2018 - 12:27:15: [SM] Blaming: playertags.smx


Are you sure, you are on MyJailbreak Beta 14.0-58f4b42 with these two plugins and you don't use an older maybe edited version for your server?

Because both Language phrases mentioned in the error were removed in November 2017.
In newer/latest version you define the plugins chat tag(former "request_tag") with a cvar and players chat tag ("tags_WOWN_chat") were moved to a own config file in sourcemods configs folder.

Check your 'sm plugins list' server console output. And make sure it's the right version.

Lannister 11-07-2018 18:08

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

Originally Posted by shanapu (Post 2623042)
Are you sure, you are on MyJailbreak Beta 14.0-58f4b42 with these two plugins and you don't use an older maybe edited version for your server?

Because both Language phrases mentioned in the error were removed in November 2017.
In newer/latest version you define the plugins chat tag(former "request_tag") with a cvar and players chat tag ("tags_WOWN_chat") were moved to a own config file in sourcemods configs folder.

Check your 'sm plugins list' server console output. And make sure it's the right version.


I've investigated a little more and it seems that i had some old files in my plugins folder that were causing this problem, i've removed them and now there's no error log.

I'm sorry for my stupidity Shanapu!

WanekWest 11-24-2018 02:18

Re: [CS:GO] MyJailbreak - warden, days, menu & more (Beta 14 - 13/08/18)
 
Hi,my friend.
Sorry for that stupid error,but you should improve that.
Code:

L 11/24/2018 - 10:18:56: [SM] Blaming: MyJailbreak/warden.smx
L 11/24/2018 - 10:18:56: [SM] Call stack trace:
L 11/24/2018 - 10:18:56: [SM]  [0] ThrowError
L 11/24/2018 - 10:18:56: [SM]  [1] Line 65, /home/travis/build/shanapu/MyJailbreak/addons/sourcemod/scripting/include/colors.inc::CPrintToChat
L 11/24/2018 - 10:18:56: [SM]  [2] Line 121, addons/sourcemod/scripting/MyJailbreak/MyJailbreak/Modules/Warden/friendlyfire.sp::Command_FriendlyFire
L 11/24/2018 - 10:18:56: [SM] Exception reported: Invalid client index 0



All times are GMT -4. The time now is 04:38.

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