mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 06:15:37 +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_0 (1<<9)
|
||||
|
||||
#define LANG_PLAYER 0
|
||||
#define LANG_SERVER -1
|
||||
|
||||
/* Destination types for client_print() */
|
||||
enum {
|
||||
print_notify = 1,
|
||||
|
Loading…
Reference in New Issue
Block a user