From aa44e57c92002c5524e1dc3d00d3a20d7883e6a1 Mon Sep 17 00:00:00 2001 From: OciXCrom Date: Thu, 13 Sep 2018 15:21:28 +0200 Subject: [PATCH] Add srvcmd syntax --- plugins/scrollmsg.sma | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/scrollmsg.sma b/plugins/scrollmsg.sma index d7e685e9..973b679e 100755 --- a/plugins/scrollmsg.sma +++ b/plugins/scrollmsg.sma @@ -43,7 +43,7 @@ public plugin_init() register_dictionary("scrollmsg.txt"); register_dictionary("common.txt"); - register_srvcmd("amx_scrollmsg", "setMessage"); + register_srvcmd("amx_scrollmsg", "setMessage", _, ""); bind_pcvar_string(get_cvar_pointer("hostname"), g_hostname, charsmax(g_hostname)); bind_pcvar_num(create_cvar( "amx_scrollmsg_color_red", "200", _, "Red color amount", true, 0.0, true, 255.0), g_amx_scrollmsg_color_red);