From 751ee481012aa3681af24fbfa350efd9dbdd3020 Mon Sep 17 00:00:00 2001 From: terencehill Date: Wed, 21 Mar 2018 14:26:38 +0100 Subject: [PATCH] Update cvar names used in some examples --- Docs/mapping.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Docs/mapping.txt b/Docs/mapping.txt index 6a0c01ed..de13f2ad 100644 --- a/Docs/mapping.txt +++ b/Docs/mapping.txt @@ -380,9 +380,9 @@ mapinfo file. To do this, I can add the following lines to my mapinfo file: - settemp_for_type ctf g_balance_laser_primary_force 200 - settemp_for_type all g_start_weapon_shotgun 0 - settemp_for_type all g_start_weapon_uzi 1 + settemp_for_type ctf g_balance_blaster_primary_force 200 + settemp_for_type all g_balance_shotgun_weaponstart 0 + settemp_for_type all g_balance_machinegun_weaponstart 1 settemp_for_type all sv_cullentities_trace 0 These "settemp" settings are automatically removed when the map is left and -- 2.39.2