Closed Axiver closed 4 years ago
What happens if you try to start manually an event? Does it start?
Yes it does.
You talk about "warden menu & Admins", does the other eventday voting menus (terror & ct) show the eventsdays?
Do you use the default values in Menu.cfg
? Do you edited configs/MyJailbreak/sorting_events.ini
?
I was ill and busy last weeks. I do more research these days.
edit:
What's your sourcemod serverlanguage? "ServerLang"
in ...\csgo\addons\sourcemod\configs\core.cfg
if not "en" try english please.
All eventday voting menus do not show the eventdays. It occasionally does, on certain server boots, even though nothing has been changed, but 90% of the time it does not.
sorting_events.ini has not been edited. Menu.cfg has been edited, but the cvars for event days are enabled.
// 0 - disabled, 1 - enable set eventdays menu // - // Default: "1" // Minimum: "0.000000" // Maximum: "1.000000" sm_menu_setdays "1"
// 0 - disabled, 1 - enable vote eventdays menu // - // Default: "1" // Minimum: "0.000000" // Maximum: "1.000000" sm_menu_votedays "1"
My serverlanguage is english in core.cfg.
Thanks for taking time to help me out, I really appreciate it. Hope we can find the cause of the problem.
I've tested it in my server and I can see all the events.
sm_admin
-> MyJailBreak
-> Set event days
.
Do you admins have the root flags? / The right flag to set the events?
Yea, I have the z flag. The issue occurs server-wide on boot. If one person is unable to see the events, no one else can. What really boggles me is how the bug does not occur on some boots even though nothing is modified between them.
When you say It happens after boot, is it 'fixed' after a mapchange?
When you open the menu, does you see the Title and/or the exit/back button? Is there an empty menu or no menu?
When you start an evenday voting with command !voteday
and cvar "sm_menu_vote_noevent 1" "0 - disabled, 1 - allow player vote for 'no Event Day' on eventday voting"
, do you see the "No Event Day" button?
Can't reproduce... ...I'm out of ideas.
Just to let you know how this part works, maybe you have an idea:
All plugins started/loaded
OnConfigsExecuted - eventdays "register" to core
2.5. When evenday register to core the order will be compared with the sorting_events.ini
when opening a eventday menu - menu.smx receive the eventdays in order to display in menu.
Maybe to find the issue we could add some debug messages and some debug commands to force register or output an eventdayslist.
In the event day category of the warden menu, there is nothing there. Admins dont have any event days listed in their menu either. I have all the event day plugins loaded, nothing related to eventdays shows up in the error logs. None of the plugins have trouble loading.
Heres my plugin list
Running on latest version of Sourcemod and Metamod