Raised This Month: $32 Target: $400
 8% 

[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-24-2018 , 09:39   Re: [CS:GO] MyJailbreak (warden, days, menu & more) [Beta 13 / 26-11-17]
Reply With Quote #811

Quote:
Originally Posted by AuricYoutube View Post
What does this mean?
[error]
Quote:
Originally Posted by Stefanx View Post
same issues. pls help
I done a mistake on latest master build (added new translation from dev builds with removed phrases). At the moment my time is very limited,
so until I fixed it please use MyJB-master-0465720 or a build from dev branch. *fixed

Quote:
Originally Posted by AuricYoutube View Post
Can u add voice check for ct side so people with no mics cant join ct
I like the idea and added it to our todo list.


edit:
Quote:
Originally Posted by Masterofks View Post
Hello!

I have problem with friendlyfire on events. FF dont change when events start. Im using new version Team Games 1.1.0.7 . No error logs.
phew, right know I don't know why, or what to do. from your logs everything seems good.
maybe contact me on steam.


Quote:
Originally Posted by Masterofks View Post
Also i have one error log with armsrace.
[error]
Does it error break something in-game? I assume this is an harmless error, but I will investigate this.
__________________
coding & free software

Last edited by shanapu; 02-28-2018 at 11:08.
shanapu is offline
Zyten
Senior Member
Join Date: Jan 2018
Old 03-14-2018 , 23:24   Re: [CS:GO] MyJailbreak (warden, days, menu & more) [Beta 13 / 26-11-17]
Reply With Quote #812

this is too complicated to me for example i wanna take ct weapon menu how do i do that?
Zyten is offline
PinHeaDi
Senior Member
Join Date: Jul 2013
Location: Bulgaria
Old 03-20-2018 , 09:19   Re: [CS:GO] MyJailbreak (warden, days, menu & more) [Beta 13 / 26-11-17]
Reply With Quote #813

PHP Code:
// Modules
#include "MyJailbreak/Modules/fog.sp"
#include "MyJailbreak/Modules/beacon.sp"

#include "MyJailbreak/Modules/Request/capitulation.sp"
#include "MyJailbreak/Modules/Request/freekill.sp"
#include "MyJailbreak/Modules/Request/heal.sp"
#include "MyJailbreak/Modules/Request/refuse.sp"
#include "MyJailbreak/Modules/Request/repeat.sp"

#include "MyJailbreak/Modules/Warden/laser.sp"
#include "MyJailbreak/Modules/Warden/friendlyfire.sp"
#include "MyJailbreak/Modules/Warden/freedays.sp"
#include "MyJailbreak/Modules/Warden/handcuffs.sp"
#include "MyJailbreak/Modules/Warden/math.sp" 
And the plugin fails to compile.

PHP Code:
MyJailbreak/Modules/Request/heal.sp(110) : error 017undefined symbol "gc_bPlugin"
MyJailbreak/Modules/Request/heal.sp(124) : error 017undefined symbol "g_bIsRequest"
MyJailbreak/Modules/Request/heal.sp(126) : error 017undefined symbol "g_bIsRequest"
MyJailbreak/Modules/Request/heal.sp(126) : warning 215expression has no effect
MyJailbreak
/Modules/Request/heal.sp(127) : error 017undefined symbol "g_hTimerRequest"
MyJailbreak/Modules/Request/heal.sp(127) : error 017undefined symbol "Timer_IsRequest"
MyJailbreak/Modules/Request/heal.sp(130) : error 017undefined symbol "g_sPrefix"
MyJailbreak/Modules/Request/heal.sp(135) : error 017undefined symbol "g_sPrefix"
MyJailbreak/Modules/Request/heal.sp(137) : error 017undefined symbol "g_sPrefix"
MyJailbreak/Modules/Request/heal.sp(139) : error 017undefined symbol "g_sPrefix"
MyJailbreak/Modules/Request/heal.sp(141) : error 017undefined symbol "g_sPrefix"
MyJailbreak/Modules/Request/heal.sp(143) : error 017undefined symbol "g_sPrefix"
MyJailbreak/Modules/Request/heal.sp(145) : error 017undefined symbol "g_sPrefix"
MyJailbreak/Modules/Request/heal.sp(242) : error 017undefined symbol "g_bIsRequest"
MyJailbreak/Modules/Request/heal.sp(242) : warning 215expression has no effect
MyJailbreak
/Modules/Request/heal.sp(243) : error 017undefined symbol "g_hTimerRequest"
MyJailbreak/Modules/Request/heal.sp(243) : error 001expected token";"but found "null"
MyJailbreak/Modules/Request/heal.sp(243) : warning 215expression has no effect
MyJailbreak
/Modules/Request/heal.sp(245) : error 017undefined symbol "g_sPrefix"
MyJailbreak/Modules/Request/heal.sp(246) : error 017undefined symbol "g_sPrefix"
MyJailbreak/Modules/Request/heal.sp(251) : error 017undefined symbol "g_bIsRequest"
MyJailbreak/Modules/Request/heal.sp(251) : warning 215expression has no effect
MyJailbreak
/Modules/Request/heal.sp(252) : error 017undefined symbol "g_hTimerRequest"
MyJailbreak/Modules/Request/heal.sp(252) : error 001expected token";"but found "null"
MyJailbreak/Modules/Request/heal.sp(252) : warning 215expression has no effect
MyJailbreak
/Modules/Request/heal.sp(255) : error 017undefined symbol "g_sPrefix"
MyJailbreak/Modules/Request/refuse.sp(108) : error 017undefined symbol "gc_bSounds"
MyJailbreak/Modules/Request/refuse.sp(113) : error 017undefined symbol "gc_bSounds"
MyJailbreak/Modules/Request/refuse.sp(127) : error 017undefined symbol "gc_bPlugin"
MyJailbreak/Modules/Request/refuse.sp(131) : error 017undefined symbol "gp_bWarden"
MyJailbreak/Modules/Request/refuse.sp(137) : error 017undefined symbol "g_sPrefix"

Compilation aborted.
26 Errors
And basically all the modules I add are having errors similar to those.
__________________

Last edited by PinHeaDi; 03-20-2018 at 09:26.
PinHeaDi is offline
shanapu
Veteran Member
Join Date: Apr 2015
Location: .de
Old 03-22-2018 , 09:28   Re: [CS:GO] MyJailbreak (warden, days, menu & more) [Beta 13 / 26-11-17]
Reply With Quote #814

Quote:
Originally Posted by Zyten View Post
this is too complicated to me for example i wanna take ct weapon menu how do i do that?
When you only want to use the weapons plugin, install MyJB as descripted in install guide. Than move all plugins execpt weapons.smx to disabled folder.

Quote:
Originally Posted by PinHeaDi View Post
[modules]

And the plugin fails to compile.

[error]

And basically all the modules I add are having errors similar to those.
These modules are no single plugins. These modules will be merged in warden.sp & request.sp while compiling.
You just need to compile all .sp files in ../scripting/MyJailbreak & optional ../scripting/MyJailbreak/Add-ons.
The files in ../scripting/MyJailbreak/Modules don't need to be compiled.

Alternative you can download precompiled binarys or check out the guide "how to compile MyJailbreak"
__________________
coding & free software

Last edited by shanapu; 03-22-2018 at 09:29.
shanapu is offline
Skanix
Junior Member
Join Date: Jan 2018
Location: Algeria
Old 03-25-2018 , 13:17   Re: [CS:GO] MyJailbreak (warden, days, menu & more) [Beta 13 / 26-11-17]
Reply With Quote #815

Thank You shanapu ♥♥
Skanix is offline
Dreamplay
Junior Member
Join Date: Apr 2017
Old 03-29-2018 , 12:26   Re: [CS:GO] MyJailbreak (warden, days, menu & more) [Beta 13 / 26-11-17]
Reply With Quote #816

Hi Shanapu! Don't know if you remember me. Anyway, I've got a feature request. For the first 20 seconds that and admin, superadmin, co-owner or owner join, they only have the tag of a normal person. As such, you can write the command "!undercover". This will make it so you continue to only have the tag of a normal player. This gets reset when you either leave and join again or write the command "!reveal". It would be a greatly useful tool for admins going undercover, so you don't need to use an alt or have to disable that part of MyJB.

Another suggestion is that you make it so you can configure the name of the tags, so you can rename the tags to for example: VIP, VIP+, admin, superadmin, head-admin, owner. Would be greatly appreciated.
Dreamplay is offline
Zyten
Senior Member
Join Date: Jan 2018
Old 03-30-2018 , 17:12   Re: [CS:GO] MyJailbreak (warden, days, menu & more) [Beta 13 / 26-11-17]
Reply With Quote #817

also can u put on custom menu the default things so we could remove from there ones we dont want adding things from default menu seems more hard to me as i can figure it out

Server crashed today

L 03/31/2018 - 12:08:41: [SM] Exception reported: Invalid convar handle 0 (error 4)
L 03/31/2018 - 12:08:41: [SM] Blaming: MyJailbreak/myjailbreak_teamgames.smx
L 03/31/2018 - 12:08:41: [SM] Call stack trace:
L 03/31/2018 - 12:08:41: [SM] [0] ConVar.IntValue.get
L 03/31/2018 - 12:08:41: [SM] [1] Line 63, addons/sourcemod/scripting/MyJailbreak/Add-ons/myjailbreak_teamgames.sp::MyJailbreak_OnEvent DayStart
L 03/31/2018 - 12:08:41: [SM] [3] Call_Finish
L 03/31/2018 - 12:08:41: [SM] [4] Line 472, addons/sourcemod/scripting/MyJailbreak/myjailbreak.sp::Native_SetEventDayRunning
L 03/31/2018 - 12:08:41: [SM] [6] MyJailbreak_SetEventDayRunning
L 03/31/2018 - 12:08:41: [SM] [7] Line 486, addons/sourcemod/scripting/MyJailbreak/freeday.sp::Event_RoundStart
L 03/31/2018 - 12:08:41: [SM] Exception reported: Invalid convar handle 0 (error 4)
L 03/31/2018 - 12:08:41: [SM] Blaming: MyJailbreak/myjailbreak_teamgames.smx
L 03/31/2018 - 12:08:41: [SM] Call stack trace:
L 03/31/2018 - 12:08:41: [SM] [0] ConVar.IntValue.get
L 03/31/2018 - 12:08:41: [SM] [1] Line 63, addons/sourcemod/scripting/MyJailbreak/Add-ons/myjailbreak_teamgames.sp::MyJailbreak_OnEvent DayStart
L 03/31/2018 - 12:08:41: [SM] [3] Call_Finish
L 03/31/2018 - 12:08:41: [SM] [4] Line 472, addons/sourcemod/scripting/MyJailbreak/myjailbreak.sp::Native_SetEventDayRunning
L 03/31/2018 - 12:08:41: [SM] [6] MyJailbreak_SetEventDayRunning
L 03/31/2018 - 12:08:41: [SM] [7] Line 752, addons/sourcemod/scripting/MyJailbreak/freeday.sp:repareDay
L 03/31/2018 - 12:08:41: [SM] [8] Line 520, addons/sourcemod/scripting/MyJailbreak/freeday.sp::Event_RoundStart
L 03/31/2018 - 12:10:06: [SM] Exception reported: Invalid convar handle 0 (error 4)
L 03/31/2018 - 12:10:06: [SM] Blaming: MyJailbreak/myjailbreak_teamgames.smx
L 03/31/2018 - 12:10:06: [SM] Call stack trace:
L 03/31/2018 - 12:10:06: [SM] [0] ConVar.IntValue.set
L 03/31/2018 - 12:10:06: [SM] [1] Line 76, addons/sourcemod/scripting/MyJailbreak/Add-ons/myjailbreak_teamgames.sp::MyJailbreak_OnEvent DayEnd
L 03/31/2018 - 12:10:06: [SM] [3] Call_Finish
L 03/31/2018 - 12:10:06: [SM] [4] Line 486, addons/sourcemod/scripting/MyJailbreak/myjailbreak.sp::Native_SetEventDayRunning
L 03/31/2018 - 12:10:06: [SM] [6] MyJailbreak_SetEventDayRunning
L 03/31/2018 - 12:10:06: [SM] [7] Line 560, addons/sourcemod/scripting/MyJailbreak/freeday.sp::Event_RoundEnd
L 03/31/2018 - 12:10:06: [SM] [9] ChangeClientTeam
L 03/31/2018 - 12:10:06: [SM] [10] Line 932, addons/sourcemod/scripting/MyJailbreak/ratio.sp::Handler_AcceptGuardRules
L 03/31/2018 - 12:49:25: [SM] Exception reported: Invalid convar handle 0 (error 4)
L 03/31/2018 - 12:49:25: [SM] Blaming: MyJailbreak/myjailbreak_teamgames.smx
L 03/31/2018 - 12:49:25: [SM] Call stack trace:
L 03/31/2018 - 12:49:25: [SM] [0] ConVar.IntValue.get
L 03/31/2018 - 12:49:25: [SM] [1] Line 63, addons/sourcemod/scripting/MyJailbreak/Add-ons/myjailbreak_teamgames.sp::MyJailbreak_OnEvent DayStart
L 03/31/2018 - 12:49:25: [SM] [3] Call_Finish
L 03/31/2018 - 12:49:25: [SM] [4] Line 472, addons/sourcemod/scripting/MyJailbreak/myjailbreak.sp::Native_SetEventDayRunning
L 03/31/2018 - 12:49:25: [SM] [6] MyJailbreak_SetEventDayRunning
L 03/31/2018 - 12:49:25: [SM] [7] Line 486, addons/sourcemod/scripting/MyJailbreak/freeday.sp::Event_RoundStart
L 03/31/2018 - 12:49:25: [SM] Exception reported: Invalid convar handle 0 (error 4)
L 03/31/2018 - 12:49:25: [SM] Blaming: MyJailbreak/myjailbreak_teamgames.smx
L 03/31/2018 - 12:49:25: [SM] Call stack trace:
L 03/31/2018 - 12:49:25: [SM] [0] ConVar.IntValue.get
L 03/31/2018 - 12:49:25: [SM] [1] Line 63, addons/sourcemod/scripting/MyJailbreak/Add-ons/myjailbreak_teamgames.sp::MyJailbreak_OnEvent DayStart
L 03/31/2018 - 12:49:25: [SM] [3] Call_Finish
L 03/31/2018 - 12:49:25: [SM] [4] Line 472, addons/sourcemod/scripting/MyJailbreak/myjailbreak.sp::Native_SetEventDayRunning
L 03/31/2018 - 12:49:25: [SM] [6] MyJailbreak_SetEventDayRunning
L 03/31/2018 - 12:49:25: [SM] [7] Line 752, addons/sourcemod/scripting/MyJailbreak/freeday.sp:repareDay
L 03/31/2018 - 12:49:25: [SM] [8] Line 520, addons/sourcemod/scripting/MyJailbreak/freeday.sp::Event_RoundStart
L 03/31/2018 - 12:503: [SM] Exception reported: Invalid convar handle 0 (error 4)
L 03/31/2018 - 12:503: [SM] Blaming: MyJailbreak/myjailbreak_teamgames.smx
L 03/31/2018 - 12:503: [SM] Call stack trace:
L 03/31/2018 - 12:503: [SM] [0] ConVar.IntValue.set
L 03/31/2018 - 12:503: [SM] [1] Line 76, addons/sourcemod/scripting/MyJailbreak/Add-ons/myjailbreak_teamgames.sp::MyJailbreak_OnEvent DayEnd
L 03/31/2018 - 12:503: [SM] [3] Call_Finish
L 03/31/2018 - 12:503: [SM] [4] Line 486, addons/sourcemod/scripting/MyJailbreak/myjailbreak.sp::Native_SetEventDayRunning
L 03/31/2018 - 12:503: [SM] [6] MyJailbreak_SetEventDayRunning
L 03/31/2018 - 12:503: [SM] [7] Line 560, addons/sourcemod/scripting/MyJailbreak/freeday.sp::Event_RoundEnd

Edit/Delete Message Reply With Quote Multi-Quote This Message Quick reply to this message #819
You have not installed the latest & required version of TeamGames which is 1.1.0.7.

i do see only one release https://github.com/PremyslTalich/Tea...ases/tag/1.0.0 its 1.0.0

i need someone to compline that plugin i am not getting it complined teamgames.smx

Last edited by Zyten; 04-03-2018 at 09:03.
Zyten is offline
FzR
Senior Member
Join Date: May 2017
Old 04-09-2018 , 06:12   Re: [CS:GO] MyJailbreak (warden, days, menu & more) [Beta 13 / 26-11-17]
Reply With Quote #818

I have a problem and ithink it`s from the plugin when somebody type /ff or /box (tero or ct) they spam the chat .with box enable or disable .
FzR is offline
Zyten
Senior Member
Join Date: Jan 2018
Old 04-22-2018 , 03:59   Re: [CS:GO] MyJailbreak (warden, days, menu & more) [Beta 13 / 26-11-17]
Reply With Quote #819

is there way to set ppl hp to 100 on events days. i do have plugin to set ct hp to 125 when eventday start the hp still 125 in some cases its just not fear on knife fight for example

Last edited by Zyten; 04-22-2018 at 03:59.
Zyten is offline
Papero
Veteran Member
Join Date: Aug 2016
Location: Italy
Old 04-22-2018 , 06:31   Re: [CS:GO] MyJailbreak (warden, days, menu & more) [Beta 13 / 26-11-17]
Reply With Quote #820

Quote:
Originally Posted by Zyten View Post
also can u put on custom menu the default things so we could remove from there ones we dont want adding things from default menu seems more hard to me as i can figure it out

Server crashed today

L 03/31/2018 - 12:08:41: [SM] Exception reported: Invalid convar handle 0 (error 4)
L 03/31/2018 - 12:08:41: [SM] Blaming: MyJailbreak/myjailbreak_teamgames.smx
L 03/31/2018 - 12:08:41: [SM] Call stack trace:
L 03/31/2018 - 12:08:41: [SM] [0] ConVar.IntValue.get
L 03/31/2018 - 12:08:41: [SM] [1] Line 63, addons/sourcemod/scripting/MyJailbreak/Add-ons/myjailbreak_teamgames.sp::MyJailbreak_OnEvent DayStart
L 03/31/2018 - 12:08:41: [SM] [3] Call_Finish
L 03/31/2018 - 12:08:41: [SM] [4] Line 472, addons/sourcemod/scripting/MyJailbreak/myjailbreak.sp::Native_SetEventDayRunning
L 03/31/2018 - 12:08:41: [SM] [6] MyJailbreak_SetEventDayRunning
L 03/31/2018 - 12:08:41: [SM] [7] Line 486, addons/sourcemod/scripting/MyJailbreak/freeday.sp::Event_RoundStart
L 03/31/2018 - 12:08:41: [SM] Exception reported: Invalid convar handle 0 (error 4)
L 03/31/2018 - 12:08:41: [SM] Blaming: MyJailbreak/myjailbreak_teamgames.smx
L 03/31/2018 - 12:08:41: [SM] Call stack trace:
L 03/31/2018 - 12:08:41: [SM] [0] ConVar.IntValue.get
L 03/31/2018 - 12:08:41: [SM] [1] Line 63, addons/sourcemod/scripting/MyJailbreak/Add-ons/myjailbreak_teamgames.sp::MyJailbreak_OnEvent DayStart
L 03/31/2018 - 12:08:41: [SM] [3] Call_Finish
L 03/31/2018 - 12:08:41: [SM] [4] Line 472, addons/sourcemod/scripting/MyJailbreak/myjailbreak.sp::Native_SetEventDayRunning
L 03/31/2018 - 12:08:41: [SM] [6] MyJailbreak_SetEventDayRunning
L 03/31/2018 - 12:08:41: [SM] [7] Line 752, addons/sourcemod/scripting/MyJailbreak/freeday.sp:repareDay
L 03/31/2018 - 12:08:41: [SM] [8] Line 520, addons/sourcemod/scripting/MyJailbreak/freeday.sp::Event_RoundStart
L 03/31/2018 - 12:10:06: [SM] Exception reported: Invalid convar handle 0 (error 4)
L 03/31/2018 - 12:10:06: [SM] Blaming: MyJailbreak/myjailbreak_teamgames.smx
L 03/31/2018 - 12:10:06: [SM] Call stack trace:
L 03/31/2018 - 12:10:06: [SM] [0] ConVar.IntValue.set
L 03/31/2018 - 12:10:06: [SM] [1] Line 76, addons/sourcemod/scripting/MyJailbreak/Add-ons/myjailbreak_teamgames.sp::MyJailbreak_OnEvent DayEnd
L 03/31/2018 - 12:10:06: [SM] [3] Call_Finish
L 03/31/2018 - 12:10:06: [SM] [4] Line 486, addons/sourcemod/scripting/MyJailbreak/myjailbreak.sp::Native_SetEventDayRunning
L 03/31/2018 - 12:10:06: [SM] [6] MyJailbreak_SetEventDayRunning
L 03/31/2018 - 12:10:06: [SM] [7] Line 560, addons/sourcemod/scripting/MyJailbreak/freeday.sp::Event_RoundEnd
L 03/31/2018 - 12:10:06: [SM] [9] ChangeClientTeam
L 03/31/2018 - 12:10:06: [SM] [10] Line 932, addons/sourcemod/scripting/MyJailbreak/ratio.sp::Handler_AcceptGuardRules
L 03/31/2018 - 12:49:25: [SM] Exception reported: Invalid convar handle 0 (error 4)
L 03/31/2018 - 12:49:25: [SM] Blaming: MyJailbreak/myjailbreak_teamgames.smx
L 03/31/2018 - 12:49:25: [SM] Call stack trace:
L 03/31/2018 - 12:49:25: [SM] [0] ConVar.IntValue.get
L 03/31/2018 - 12:49:25: [SM] [1] Line 63, addons/sourcemod/scripting/MyJailbreak/Add-ons/myjailbreak_teamgames.sp::MyJailbreak_OnEvent DayStart
L 03/31/2018 - 12:49:25: [SM] [3] Call_Finish
L 03/31/2018 - 12:49:25: [SM] [4] Line 472, addons/sourcemod/scripting/MyJailbreak/myjailbreak.sp::Native_SetEventDayRunning
L 03/31/2018 - 12:49:25: [SM] [6] MyJailbreak_SetEventDayRunning
L 03/31/2018 - 12:49:25: [SM] [7] Line 486, addons/sourcemod/scripting/MyJailbreak/freeday.sp::Event_RoundStart
L 03/31/2018 - 12:49:25: [SM] Exception reported: Invalid convar handle 0 (error 4)
L 03/31/2018 - 12:49:25: [SM] Blaming: MyJailbreak/myjailbreak_teamgames.smx
L 03/31/2018 - 12:49:25: [SM] Call stack trace:
L 03/31/2018 - 12:49:25: [SM] [0] ConVar.IntValue.get
L 03/31/2018 - 12:49:25: [SM] [1] Line 63, addons/sourcemod/scripting/MyJailbreak/Add-ons/myjailbreak_teamgames.sp::MyJailbreak_OnEvent DayStart
L 03/31/2018 - 12:49:25: [SM] [3] Call_Finish
L 03/31/2018 - 12:49:25: [SM] [4] Line 472, addons/sourcemod/scripting/MyJailbreak/myjailbreak.sp::Native_SetEventDayRunning
L 03/31/2018 - 12:49:25: [SM] [6] MyJailbreak_SetEventDayRunning
L 03/31/2018 - 12:49:25: [SM] [7] Line 752, addons/sourcemod/scripting/MyJailbreak/freeday.sp:repareDay
L 03/31/2018 - 12:49:25: [SM] [8] Line 520, addons/sourcemod/scripting/MyJailbreak/freeday.sp::Event_RoundStart
L 03/31/2018 - 12:503: [SM] Exception reported: Invalid convar handle 0 (error 4)
L 03/31/2018 - 12:503: [SM] Blaming: MyJailbreak/myjailbreak_teamgames.smx
L 03/31/2018 - 12:503: [SM] Call stack trace:
L 03/31/2018 - 12:503: [SM] [0] ConVar.IntValue.set
L 03/31/2018 - 12:503: [SM] [1] Line 76, addons/sourcemod/scripting/MyJailbreak/Add-ons/myjailbreak_teamgames.sp::MyJailbreak_OnEvent DayEnd
L 03/31/2018 - 12:503: [SM] [3] Call_Finish
L 03/31/2018 - 12:503: [SM] [4] Line 486, addons/sourcemod/scripting/MyJailbreak/myjailbreak.sp::Native_SetEventDayRunning
L 03/31/2018 - 12:503: [SM] [6] MyJailbreak_SetEventDayRunning
L 03/31/2018 - 12:503: [SM] [7] Line 560, addons/sourcemod/scripting/MyJailbreak/freeday.sp::Event_RoundEnd

Edit/Delete Message Reply With Quote Multi-Quote This Message Quick reply to this message #819
You have not installed the latest & required version of TeamGames which is 1.1.0.7.

i do see only one release https://github.com/PremyslTalich/Tea...ases/tag/1.0.0 its 1.0.0

i need someone to compline that plugin i am not getting it complined teamgames.smx
Download it from here using the Download ZIP button inside the Clone or Download tab

Quote:
Originally Posted by FzR View Post
I have a problem and ithink it`s from the plugin when somebody type /ff or /box (tero or ct) they spam the chat .with box enable or disable .
I cannot understand your english, "the plugin" which one? "they spam the chat" What do they spam? They who? (All the players?)

Quote:
Originally Posted by Zyten View Post
is there way to set ppl hp to 100 on events days. i do have plugin to set ct hp to 125 when eventday start the hp still 125 in some cases its just not fear on knife fight for example
You should update the Plugin to be compatible with MyJB (using its natives & forwards)
__________________
My Plugins
SPCode


Steam: hexer504
Telegram: Hexah
Discord: Hexah#6903

If you like my work you can donate here!
Papero is offline
Reply


Thread Tools
Display Modes

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 02:45.


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