Ok, another question. Since I'm trying to add support my self for the Space build gamemode I went looking around and found: c
function ulx.showAdminMenu()
if GetConVarString( "sv_gamemode" ) ~= "sandbox" then
ULib.csay( LocalPlayer(), "Sorry, this menu is only available in sandbox mode." )
return
in cl_menu.lua in garrysmod\garrysmod\lua\ulx
Now my question is, how would I rewrite that to say if not space build or sandbox, then display "Sorry, this menu is only available in sandbox or space build mode."