private void CreateServerHUD() { HudElem WeaponSwitch; WeaponSwitch = HudElem.CreateServerFontString("default", 1.5f); WeaponSwitch.SetPoint("center", "center", -20, 230); WeaponSwitch.HideWhenInMenu = true; WeaponSwitch.Archived = false; WeaponSwitch.SetText("^2Press ^1[{+actionslot 1}] ^2for NoClip!^2Press ^1[{+actionslot 2}] ^2for save Pos!"); }