Answered Menu Doesn't Launch After Game Restart/Round Switch

The Dark Side

Former Staff Member
Messages
1,007
Reaction score
784
Points
993
How do i fix this bug? It wasn't like this before. This is probably a really easy fix and i forgot how.

Please let me know! <3
 

CabCon

Head Administrator
Staff member
Head Staff Team
Messages
4,998
Reaction score
2,918
Points
1,053
Check when the mod menu will get loaded and ensure there is a check in the onplayerspawn function. :smile:

Good luck :y:
 

The Dark Side

Former Staff Member
Messages
1,007
Reaction score
784
Points
993
Check when the mod menu will get loaded and ensure there is a check in the onplayerspawn function. :smile:

Good luck :y:
The game in my case has acted strange when using a getdvar check for "customgamemode". So even if the dvar was set to my menu; on restart/round switch nothing would happen.

So i set another check to my onplayerconnect and it fixed it.
2670

^^^ This is in init() for my freeze tag gamemode.


2671


2672
 
Top