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 02-01-2017 , 12:04   Re: [CS:GO] MyJailbreak (warden, days, menu & more) [Beta 9.1 / 11-12-16]
Reply With Quote #371

Quote:
Originally Posted by Lannister View Post
Hello Shanapu, I wonder if you updated your plugin with the bugs fixed that i've mention before, i'm talking specially about the bug that prevent me to remove the icons above players head, even if i disable the command, thanks in advance!
hi, I already fixed this in dev branch. It will still take a while until I merge dev to master. some thing todo first. But you can also use the dev branch.

Icons
https://forums.alliedmods.net/showpo...&postcount=340
https://github.com/shanapu/MyJailbre...d0d9d11e254425

Disarm (shooting hands/arms)
https://forums.alliedmods.net/showpo...&postcount=344
https://github.com/shanapu/MyJailbre...1a82392513fba2

any other bug I missed? btw did you fixed your ratio-issue?
__________________
coding & free software

Last edited by shanapu; 02-01-2017 at 12:05.
shanapu is offline
Lannister
Veteran Member
Join Date: Apr 2015
Old 02-01-2017 , 12:35   Re: [CS:GO] MyJailbreak (warden, days, menu & more) [Beta 9.1 / 11-12-16]
Reply With Quote #372

I had to configure it well to use the ratio since it doesnt seems to disable, for example i actually dont have the ratio.smx on my plugin list, but if i try to put a ratio command (from the cfg) on the console it shows as a valid command 1438 "sm_ratio_balance_warden" = "1" min. 0.000000 max. 1.000000 and it keeps working, i dont know what im doing wrong but i dont mind anymore since i configure it well.

And where do i download the dev branch with those bugs fixed? or do i need to edit those .sp and compile them? sorry for the ignorance and thanks in advance!
Lannister is offline
LionKing
Member
Join Date: Jan 2017
Location: Belgium
Old 02-01-2017 , 13:03   Re: [CS:GO] MyJailbreak (warden, days, menu & more) [Beta 9.1 / 11-12-16]
Reply With Quote #373

Some lr's are broken (dodgeball= you will not get any decoy, same as noscopebattle but then with scouts)
LionKing is offline
shanapu
Veteran Member
Join Date: Apr 2015
Location: .de
Old 02-01-2017 , 13:51   Re: [CS:GO] MyJailbreak (warden, days, menu & more) [Beta 9.1 / 11-12-16]
Reply With Quote #374

Quote:
Originally Posted by Lannister View Post
I had to configure it well to use the ratio since it doesnt seems to disable, for example i actually dont have the ratio.smx on my plugin list, but if i try to put a ratio command (from the cfg) on the console it shows as a valid command 14:33:38 "sm_ratio_balance_warden" = "1" min. 0.000000 max. 1.000000 and it keeps working, i dont know what im doing wrong but i dont mind anymore since i configure it well. ...
That's weird.
Independently of the remaining ConVars, have you restart your server after disable ratio.smx(move to disabled folder or delete file from server)?

Quote:
Originally Posted by Lannister View Post
...
And where do i download the dev branch with those bugs fixed? or do i need to edit those .sp and compile them? sorry for the ignorance and thanks in advance!
You can download the dev branch from github by chosing on left side "dev" instead of "master" in dropdown menu (Branch:) and than click the green button on right side (clone or download). But you have to compile the sources for yourself.
Or you download the dev builds from here: http://shanapu.de/MyJailbreak/ (right side develop branch)

Quote:
Originally Posted by LionKing View Post
Some lr's are broken (dodgeball= you will not get any decoy, same as noscopebattle but then with scouts)
This is an (older) issue of sm_hosties. Iirc it's already fixed in latest or beta. Please take a look to the hosties subforum and use forums search function next time. thx
__________________
coding & free software

Last edited by shanapu; 02-01-2017 at 13:54.
shanapu is offline
fraise
Member
Join Date: Sep 2016
Location: Paris, France
Old 02-05-2017 , 14:12   Re: [CS:GO] MyJailbreak (warden, days, menu & more) [Beta 9.1 / 11-12-16]
Reply With Quote #375

I there, it's me again !

This time, i don't come for a blowing mind problems, but to help some of you, with (of course) my problem =)

So, i tried to give to the winner of an event some credits (with zephyrus store).

Here is my code (not complete, because i just test if that work, unluckily, it didn't.)

http://pastebin.com/Ubp0DMs9

it's concern the line 462. I just said, if the player is in T team, and if T are winner, so that give 200 credits to the winner. The script compiled perfectly, but don't work, so i really don't know how to do. By the way, i think it's could be really great to implement in your plug in something to win credits with event (in link with your "myjailshop" i guess =) )
fraise is offline
shanapu
Veteran Member
Join Date: Apr 2015
Location: .de
Old 02-05-2017 , 14:35   Re: [CS:GO] MyJailbreak (warden, days, menu & more) [Beta 9.1 / 11-12-16]
Reply With Quote #376

Quote:
Originally Posted by fraise View Post
I there, it's me again !

This time, i don't come for a blowing mind problems, but to help some of you, with (of course) my problem =)

So, i tried to give to the winner of an event some credits (with zephyrus store).

Here is my code (not complete, because i just test if that work, unluckily, it didn't.)

http://pastebin.com/Ubp0DMs9

it's concern the line 462. I just said, if the player is in T team, and if T are winner, so that give 200 credits to the winner. The script compiled perfectly, but don't work, so i really don't know how to do. By the way, i think it's could be really great to implement in your plug in something to win credits with event (in link with your "myjailshop" i guess =) )
That's a great idea!
I will make a new forward something like OnEventDayEnd(char[] eventname, int winnerteam)and include this to MyJailshop & make support plugin for zephyrus store.

If you don't wanna wait until I done it, your code should work like this:
PHP Code:
        if (winner == 2)
        {             
            
PrintCenterTextAll("%t""ffa_twin_nc");

            
LoopValidClients(ifalsetrue)  // (i, false, false) only surviver get credits - (i, false, true) Dead player get credits too
            
{
                if (
GetClientTeam(i) == CS_TEAM_T)
                {
                    
Store_SetClientCredits(iStore_GetClientCredits(i) + 200);
                }
            }
        } 
__________________
coding & free software

Last edited by shanapu; 02-05-2017 at 14:38.
shanapu is offline
fraise
Member
Join Date: Sep 2016
Location: Paris, France
Old 02-05-2017 , 14:57   Re: [CS:GO] MyJailbreak (warden, days, menu & more) [Beta 9.1 / 11-12-16]
Reply With Quote #377

As always, you help me so much =) Thank you <3 <3 <3 I will back sooner with more ideas, and some trying =) see you
fraise is offline
fraise
Member
Join Date: Sep 2016
Location: Paris, France
Old 02-05-2017 , 16:04   Re: [CS:GO] MyJailbreak (warden, days, menu & more) [Beta 9.1 / 11-12-16]
Reply With Quote #378

me again, here we are, a new idea suggest by my server. For the Zombie event, put a regen for zombie. SO i try this, annnnnd of course, that didn't work... (i'm a rookie :s )

EDIT !!!
That's work : http://pastebin.com/WbcHkuwA

but... ... even if it's not a zombie event, ct get more and more hp :s (i put oldhp + 0 because of that) :s

annnd last edit, because i'm stupid.. i fix all of that : http://pastebin.com/2Wx6SSy2

so, here that's work. If you want to add this function to your zombie event, add this block :

Code:
	
CreateTimer(3.0, GiveHealth, _, TIMER_REPEAT);
}

public Action GiveHealth(Handle timer, int client)
{
	
	
	if (StartZombie || IsZombie)
	{
		for(int i = 1; i <= MaxClients; i++)
		{	
			if (IsPlayerAlive(i) && (GetClientTeam(i) == 3))
			{
		
				int oldHP = GetClientHealth(i);
				int newHP = oldHP + (10);
				SetEntityHealth(i, newHP);
			}
		}
	}
	return Plugin_Continue;
The CreateTimer is in OnPluginStart, enjoy <3

Last edited by fraise; 02-05-2017 at 16:32.
fraise is offline
Usernamehere
Member
Join Date: Feb 2016
Old 02-05-2017 , 21:03   Re: [CS:GO] MyJailbreak (warden, days, menu & more) [Beta 9.1 / 11-12-16]
Reply With Quote #379

I am using warden, lastguard and ratio. warden and lastguard cfg shows they are enabled, but warden doesn't work and lastguard prints to chat that it's disabled. The only errors are for warden.

Code:
SourceMod 1.8.0.5969, by AlliedModders LLC

 "Custom Player Skins (Core)" (1.4) by Mitchell, Root
 "Jail: Team Ratio" (1.0) by Addicted
 "SourceBans++" (1.5.4.6) by SourceBans Development Team, Sarabveer(VEER™)
 "Basic Commands" (1.8.0.5969) by AlliedModders LLC
 "Fun Votes" (1.8.0.5969) by AlliedModders LLC
 "MyJailbreak - Core" (Beta 9.1-5e7fb5d) by shanapu
 "SM File/Folder Downloader and Precacher" (1.4) by SWAT_88
 "Fun Commands" (1.8.0.5969) by AlliedModders LLC
 "Sound Commands" (1.8.0.5969) by AlliedModders LLC
 "Rock The Vote Extended" (1.10.0) by Powerlord and AlliedModders LLC
 "Basic Comm Control" (1.8.0.5969) by AlliedModders LLC
 "Anti-Flood" (1.8.0.5969) by AlliedModders LLC
 "SourceComms" ((SB++) 1.5.4.6) by Alex, Sarabveer(VEER™)
 "Basic Votes" (1.8.0.5969) by AlliedModders LLC
 "Advertisements" (2.0.2) by Tsunami
 "SourceSleuth" ((SB++) 1.5.4.6) by ecca, Sarabveer(VEER™)
 "SM_Hosties v2" (2.2.3) by databomb & dataviruset & comando
 "MyJailbreak - Last Guard Rule" (Beta 9.1-5e7fb5d) by shanapu
 "Client Preferences" (1.8.0.5969) by AlliedModders LLC
 "Player Commands" (1.8.0.5969) by AlliedModders LLC
 "Admin File Reader" (1.8.0.5969) by AlliedModders LLC
 "Admin Help" (1.8.0.5969) by AlliedModders LLC
 "Basic Chat" (1.8.0.5969) by AlliedModders LLC
 "SourceBans Checker" ((SB++) 1.5.4.6) by psychonic, Ca$h Munny, Sarabveer(VEER™)
 "SourceBans: Admin Config Loader" ((SB++) 1.5.4.6) by AlliedModders LLC, Sarabveer(VEER™)
 "Reserved Slots" (1.8.0.5969) by AlliedModders LLC
 "Basic Info Triggers" (1.8.0.5969) by AlliedModders LLC
 "Admin Menu" (1.8.0.5969) by AlliedModders LLC
 "MapChooser Extended" (1.10.2) by Powerlord, Zuko, and AlliedModders LLC
 "Map Nominations Extended" (1.10.0) by Powerlord and AlliedModders LLC
 "SM Franug CSGO Sprays" (1.4.4) by Franc1sco Steam: franug
 "Flashlight" (1.3.63) by Mitch
Warden errors
Code:
L 02/05/2017 - 00:05:04: [SM] Exception reported: MyJailbreak Warden - Can't open File: addons/sourcemod/configs/MyJailbreak/orders.cfg
L 02/05/2017 - 00:05:04: [SM] Blaming: warden.smx
L 02/05/2017 - 00:05:04: [SM] Call stack trace:
L 02/05/2017 - 00:05:04: [SM]   [0] SetFailState
L 02/05/2017 - 00:05:04: [SM]   [1] Line 83, addons/sourcemod/scripting/MyJailbreak/MyJailbreak/Modules/Warden/orders.sp::Orders_OnMapStart
L 02/05/2017 - 00:05:04: [SM]   [2] Line 692, addons/sourcemod/scripting/MyJailbreak/warden.sp::OnMapStart
Usernamehere is offline
8guawong
AlliedModders Donor
Join Date: Dec 2013
Location: BlackMarke7
Old 02-05-2017 , 21:28   Re: [CS:GO] MyJailbreak (warden, days, menu & more) [Beta 9.1 / 11-12-16]
Reply With Quote #380

Code:
Can't open File: addons/sourcemod/configs/MyJailbreak/orders.cfg
just read the error message and you'll know whats the problem
__________________
8guawong 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 10:54.


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