mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-01-12 23:08:03 +03:00
Fix brackets in syntax
This commit is contained in:
parent
775083816f
commit
577101579c
@ -40,7 +40,7 @@ new g_amx_imessage_only_dead;
|
|||||||
public plugin_init()
|
public plugin_init()
|
||||||
{
|
{
|
||||||
register_plugin("Info. Messages", AMXX_VERSION_STR, "AMXX Dev Team");
|
register_plugin("Info. Messages", AMXX_VERSION_STR, "AMXX Dev Team");
|
||||||
register_srvcmd("amx_imessage", "setMessage", _, "<message> [color in RRRGGGBBB format]");
|
register_srvcmd("amx_imessage", "setMessage", _, "<message> <color in RRRGGGBBB format>");
|
||||||
|
|
||||||
register_dictionary("imessage.txt");
|
register_dictionary("imessage.txt");
|
||||||
register_dictionary("common.txt");
|
register_dictionary("common.txt");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user