From d2576d3801366ab2cff6ab639d72b4ff1319259b Mon Sep 17 00:00:00 2001 From: Felix Geyer Date: Sun, 1 Aug 2004 16:50:12 +0000 Subject: [PATCH] added LANG_ defines --- plugins/include/amxconst.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/include/amxconst.inc b/plugins/include/amxconst.inc index 182214dd..320f5844 100755 --- a/plugins/include/amxconst.inc +++ b/plugins/include/amxconst.inc @@ -163,6 +163,9 @@ #define MENU_KEY_9 (1<<8) #define MENU_KEY_0 (1<<9) +#define LANG_PLAYER 0 +#define LANG_SERVER -1 + /* Destination types for client_print() */ enum { print_notify = 1,