From ba8a9e11f3299db486ad0a8ed682ac3b962f82a1 Mon Sep 17 00:00:00 2001 From: OciXCrom Date: Wed, 12 Sep 2018 16:26:46 +0200 Subject: [PATCH] Fix wrong cvar name --- configs/amxx.cfg | 2 +- configs/cstrike/amxx.cfg | 2 +- configs/ns/amxx.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configs/amxx.cfg b/configs/amxx.cfg index 7641f5f7..a6c1a3e2 100755 --- a/configs/amxx.cfg +++ b/configs/amxx.cfg @@ -62,7 +62,7 @@ amx_imessage_y_pos 0.2 // Hold time for info messages // // Default value: 12.0 -amx_imessage_x_pos 12.0 +amx_imessage_holdtime 12.0 // Set to 1 if you want to show info messages only to dead clients // diff --git a/configs/cstrike/amxx.cfg b/configs/cstrike/amxx.cfg index 0dffa597..1c886816 100755 --- a/configs/cstrike/amxx.cfg +++ b/configs/cstrike/amxx.cfg @@ -62,7 +62,7 @@ amx_imessage_y_pos 0.2 // Hold time for info messages // // Default value: 12.0 -amx_imessage_x_pos 12.0 +amx_imessage_holdtime 12.0 // Set to 1 if you want to show info messages only to dead clients // diff --git a/configs/ns/amxx.cfg b/configs/ns/amxx.cfg index a2c175ef..cf8d6438 100755 --- a/configs/ns/amxx.cfg +++ b/configs/ns/amxx.cfg @@ -62,7 +62,7 @@ amx_imessage_y_pos 0.2 // Hold time for info messages // // Default value: 12.0 -amx_imessage_x_pos 12.0 +amx_imessage_holdtime 12.0 // Set to 1 if you want to show info messages only to dead clients //