Forum posts

"command" "engine connect 127.0.0.1" does not work... :zonked:
I want to use a button in newgamemenu.res to connect to a server, but it seems no command other than 'play' works, and doesn't output anything to the console even with developer 1. Why does this happen? what can I do to get around it?`"ServerButton"
{
"ControlName" "Button"
"fieldName" "ServerButton"
"xpos" "40"
"ypos" "80"
"wide" "200"
"tall" "24"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"tabPosition" "3"
"labelText" "#GameUI_ConnectToServerButton"
"textAlignment" "center"
"dulltext" "0"
"command" "Connect 127.0.0.1"
"default" "0"
}
Posted 2 months ago2024-12-10 01:08:57 UTC
in Disabling respawns SOURCE SDK 2013 MP Post #349399
I would like to disable respawning in my multiplayer HL2 mod, similar to when you die in CS, but I can't find any sources for this. Please help!