From ced5d6ff5789074bd90e99feb7a6c759144e3e4b Mon Sep 17 00:00:00 2001 From: David Anderson Date: Fri, 8 Oct 2004 19:45:38 +0000 Subject: [PATCH] added lang_phrase --- plugins/include/amxmodx.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/include/amxmodx.inc b/plugins/include/amxmodx.inc index c04615e8..20b36493 100755 --- a/plugins/include/amxmodx.inc +++ b/plugins/include/amxmodx.inc @@ -654,4 +654,6 @@ native plugin_flags(); forward plugin_modules(); -native require_module(const module[]); \ No newline at end of file +native require_module(const module[]); + +lang_phrase(lang_mode, const phrase[], buffer[], maxLen); \ No newline at end of file