Server Extra with Garry's Mod w/Graceful Shutdown

Having problems with the panel? Have questions? Post here!
Post Reply
Geferon
Posts: 15
Joined: Sat Oct 28, 2017 7:18 pm

Server Extra with Garry's Mod w/Graceful Shutdown

Post by Geferon »

Trying to make server extra per game type with the Garry's Mod option doesn't include the extras on a server with the game type of "Garry's Mod w/Graceful Shutdown", and the game type "Garry's Mod w/Graceful Shutdown" doesn't appear on the Server Extras per Game Type.
Masher
Site Admin
Posts: 3612
Joined: Thu Apr 20, 2006 2:54 pm
Location: America's Heartland
Contact:

Re: Server Extra with Garry's Mod w/Graceful Shutdown

Post by Masher »

Will fix in the next update, but you can fix this in the mean time.

Open adminextrasgametype.aspx. Look for the

Code: Select all

 <asp:DropDownList ID="ddlGT"
Then add the following to the list of gametypes

Code: Select all

<asp:ListItem Value="gmodgs">Gary's Mod w/Graceful Shutdown</asp:ListItem>
Masher
-----------
Please do not PM me unless asked to! We are a small company. If you have an issue or question it would be best to post it in the forums where it can help others in the future.

NEW Join our Discord!
Post Reply