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
snoopy174
Member
Join Date: May 2016
Old 06-06-2016 , 08:14   Re: [CS:GO] MyJailbreak (warden, days, menu & more) [Beta 2.1 / 05-06-16]
Reply With Quote #41

L 06/06/2016 - 11:42:12: [SM] Native "DispatchSpawn" reported: Entity 803 (803) is invalid
L 06/06/2016 - 11:42:12: [SM] Displaying call stack trace for plugin "MyJailbreak/hide.smx":
L 06/06/2016 - 11:42:12: [SM] [0] Line 173, MyJailbreak/hide.sp::OnMapStart()
snoopy174 is offline
Send a message via Skype™ to snoopy174
jotta
New Member
Join Date: Jun 2016
Old 06-06-2016 , 16:19   Re: [CS:GO] MyJailbreak (warden, days, menu & more) [Beta 2.1 / 05-06-16]
Reply With Quote #42

Quote:
Originally Posted by shanapu View Post
Thank you! I'm really happy you guys like it!



see here or on top post https://github.com/shanapu/MyJailbreak/wiki/Menu


If desired, I can also include a custom command as cvar.
such as
Code:
sm_menu_cmd: Set your custom chat command for open menu. Default "panel" results in !panel /panel & sm_panel
in future i will move the admin commands (set warden,remove warden,set eventday) from !menu to !admin menu.

Hi my friend, i think iwma do something wrong but i dont know what

my server is not a jail server is deadmatch or what i put like comp or arms...

and i continue with out admin menu or some menu like i press , or type !menu / !menus
jotta is offline
shanapu
Veteran Member
Join Date: Apr 2015
Location: .de
Old 06-06-2016 , 18:11   Re: [CS:GO] MyJailbreak (warden, days, menu & more) [Beta 2.1 / 05-06-16]
Reply With Quote #43

Quote:
Originally Posted by ElleVen View Post
hey i have another bug for you, when the zombie round ends and the zombie wins the cts are stuck whit zombie vision untill they die, even after mapchange...
i tried to disable zombie vision but its disable it on the zombie round but not in the round after.
Are we talking about the zombievision/nightvision (green screen) or the glow of the terrors? I couldn't reproduce it, but i added a "maybe fix" to the next update.
I must confess, im not happy with the glowing feature. I will rewrite it or change the method in future.

Quote:
Originally Posted by snoopy174 View Post
L 06/06/2016 - 11:42:12: [SM] Native "DispatchSpawn" reported: Entity 803 (803) is invalid
L 06/06/2016 - 11:42:12: [SM] Displaying call stack trace for plugin "MyJailbreak/hide.smx":
L 06/06/2016 - 11:42:12: [SM] [0] Line 173, MyJailbreak/hide.sp::OnMapStart()
this is a weird error in an "widespread" codefunction used in many plugins. maybe it occurs because of double useage in two plugins... I am going to find that out.
Does the 'hide in the dark' & 'zombie' plugin works right? Does the map get dark due fog?
If the event works right, for the first you can ignore this error.

Quote:
Originally Posted by jotta View Post
Hi my friend, i think iwma do something wrong but i dont know what
what feels wrong? what work/doesnt work?
is this you first (jail) server? may i suggest this tutorial https://forums.alliedmods.net/showthread.php?t=270279

Quote:
Originally Posted by jotta View Post
my server is not a jail server is deadmatch or what i put like comp or arms...
i think you mean the gamemode not the mod
Code:
+game_type 0 +game_mode 0
or
Code:
+game_type 3 +game_mode 0
Quote:
Originally Posted by jotta View Post
and i continue with out admin menu or some menu like i press , or type !menu / !menus
sorry, i dont understand what you mean.
__________________
coding & free software

Last edited by shanapu; 06-06-2016 at 18:37. Reason: typo
shanapu is offline
Bu srur
New Member
Join Date: Jun 2016
Old 06-10-2016 , 02:25   ERROR
Reply With Quote #44

i cannot play all the models of the terrorists is error box plz help me
Bu srur is offline
SlayeRbe
SourceMod Donor
Join Date: Mar 2011
Location: Belgium
Old 06-10-2016 , 09:10   Re: [CS:GO] MyJailbreak (warden, days, menu & more) [Beta 2.1 / 05-06-16]
Reply With Quote #45

Is it possible to create this plugin also for CSS??
SlayeRbe is offline
shanapu
Veteran Member
Join Date: Apr 2015
Location: .de
Old 06-10-2016 , 16:13   Re: [CS:GO] MyJailbreak (warden, days, menu & more) [Beta 2.1 / 05-06-16]
Reply With Quote #46

Quote:
Originally Posted by Bu srur View Post
i cannot play all the models of the terrorists is error box plz help me
MyJailbreak doesn't touch the terror models/skins. Only on DuckHunt round.

Error box "means" missing models or materials (fastDL?)...

Quote:
Originally Posted by SlayeRbe View Post
Is it possible to create this plugin also for CSS??
I only own CS:GO, so it would be hard for me to test my development.
If I'm right, the core difference on such plugins is not the code itself, it's "just" the difference in materials/models used by both games.
eg.
PHP Code:
if (GetEngineVersion() == Engine_CSS)
    {
        
g_iBeamSprite PrecacheModel("materials/sprites/laser.vmt");
        
g_iHaloSprite PrecacheModel("materials/sprites/halo01.vmt");
    }
    else if (
GetEngineVersion() == Engine_CSGO)
    {
        
g_iBeamSprite PrecacheModel("materials/sprites/laserbeam.vmt");
        
g_iHaloSprite PrecacheModel("materials/sprites/glow01.vmt");
    } 
It should be easy, but now, my main focus is on bug fixes and new features... maybe in futher i will make it css compatible.
__________________
coding & free software
shanapu is offline
j1gg
Senior Member
Join Date: Dec 2015
Old 06-10-2016 , 19:12   Re: [CS:GO] MyJailbreak (warden, days, menu & more) [Beta 2.1 / 05-06-16]
Reply With Quote #47

Its possible to add my own tags on 2.1?
__________________
j1gg is offline
weeeishy
Senior Member
Join Date: Jul 2015
Location: Kuwait
Old 06-10-2016 , 19:56   Re: [CS:GO] MyJailbreak (warden, days, menu & more) [Beta 2.1 / 05-06-16]
Reply With Quote #48

Quote:
Originally Posted by j1gg View Post
Its possible to add my own tags on 2.1?
You can edit the current ones on MyJailbreak.PlayerTags.phrases.txt
__________________
weeeishy is offline
SlayeRbe
SourceMod Donor
Join Date: Mar 2011
Location: Belgium
Old 06-11-2016 , 05:22   Re: [CS:GO] MyJailbreak (warden, days, menu & more) [Beta 2.1 / 05-06-16]
Reply With Quote #49

OOH okey, but can anyone with css make it so it's playable for css?? maybe for $
SlayeRbe is offline
j1gg
Senior Member
Join Date: Dec 2015
Old 06-11-2016 , 06:26   Re: [CS:GO] MyJailbreak (warden, days, menu & more) [Beta 2.1 / 05-06-16]
Reply With Quote #50

@weeeishy i know, but how can I add my own tags, for example vip etc.
__________________
j1gg 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 23:31.


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