06.09.2015, 00:44
Quote:
include\unitedac_api.inc(9 ![]() |
Код:
#define DIALOG_WEAPONS_TYPE 1 #define DIALOG_CURRENT_TOTAL 2 #define DIALOG_TEAM_SCORE 3 #define DIALOG_ATT_NAME 4 #define DIALOG_DEF_NAME 5 #define DIALOG_ATT_SCORE 6 #define DIALOG_DEF_SCORE 7 #define DIALOG_WEAPONS_LIMIT 8 #define DIALOG_SET_1 9 #define DIALOG_SET_2 10 #define DIALOG_SET_3 11 #define DIALOG_SET_4 12 #define DIALOG_SET_5 13 #define DIALOG_SET_6 14 #define DIALOG_SET_7 15 #define DIALOG_SET_8 16 #define DIALOG_SET_9 17 #define DIALOG_SET_10 18 #define DIALOG_WAR_RESET 19 #define DIALOG_SERVER_PASS 20 #define DIALOG_LOGIN 21 #define DIALOG_REGISTER 22 #define DIALOG_ADMINS 23 #define DIALOG_CLICK_STATS 24 #define CONFIG_PATH "attackdefend/config.ini" Line 98:-------------------/// #define PRESSED(%0) (((newkeys & (%0)) == (%0)) && ((oldkeys & (%0)) != (%0))) #undef MAX_PLAYERS #define MAX_PLAYERS 50 #define ATTACKER_CHANGES_X 29 #define ATTACKER_CHANGES_Y 0 #define DEFENDER_CHANGES_X -29 #define DEFENDER_CHANGES_Y 0