From 6531fb05e94c51ef9cec595bb126b53429037257 Mon Sep 17 00:00:00 2001 From: OciXCrom Date: Thu, 13 Sep 2018 15:31:29 +0200 Subject: [PATCH] Add AutoExecConfig? --- plugins/scrollmsg.sma | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/scrollmsg.sma b/plugins/scrollmsg.sma index 75d424fa..eadf2a1f 100755 --- a/plugins/scrollmsg.sma +++ b/plugins/scrollmsg.sma @@ -58,6 +58,7 @@ public plugin_init() bind_pcvar_float(create_cvar( "amx_scrollmsg_y_pos", "0.9", _, "The Y position of the message", true, -1.0, true, 1.0), g_amx_scrollmsg_y_pos); g_hud_object = CreateHudSyncObj(); + AutoExecConfig(); } public showMsg()