mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-01-12 06:48:04 +03:00
added LANG_ defines
This commit is contained in:
parent
2ca6e3382e
commit
d2576d3801
@ -163,6 +163,9 @@
|
|||||||
#define MENU_KEY_9 (1<<8)
|
#define MENU_KEY_9 (1<<8)
|
||||||
#define MENU_KEY_0 (1<<9)
|
#define MENU_KEY_0 (1<<9)
|
||||||
|
|
||||||
|
#define LANG_PLAYER 0
|
||||||
|
#define LANG_SERVER -1
|
||||||
|
|
||||||
/* Destination types for client_print() */
|
/* Destination types for client_print() */
|
||||||
enum {
|
enum {
|
||||||
print_notify = 1,
|
print_notify = 1,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user