mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-04-07 10:19:05 +03:00
Add frequency param in syntax
This commit is contained in:
parent
aa44e57c92
commit
38cef18a8b
@ -43,7 +43,7 @@ public plugin_init()
|
||||
register_dictionary("scrollmsg.txt");
|
||||
register_dictionary("common.txt");
|
||||
|
||||
register_srvcmd("amx_scrollmsg", "setMessage", _, "<message>");
|
||||
register_srvcmd("amx_scrollmsg", "setMessage", _, "<message> <frequency>");
|
||||
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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user