diff --git a/gamemodes/irresistible/cnr/commands/admin/_admin.pwn b/gamemodes/irresistible/cnr/commands/admin/_admin.pwn index 3539b2d..92a959b 100644 --- a/gamemodes/irresistible/cnr/commands/admin/_admin.pwn +++ b/gamemodes/irresistible/cnr/commands/admin/_admin.pwn @@ -12,8 +12,8 @@ #define ADMIN_COMMAND_REJECT "You don't have an appropriate administration level to use this command." #define ADMIN_COMMAND_TIME 4 -#define DIALOG_ADMIN_CMDS 1167 -#define DIALOG_ADMIN_CMDS_BACK 1168 +// #define DIALOG_ADMIN_CMDS 1167 +// #define DIALOG_ADMIN_CMDS_BACK 1168 /* ** Variables ** */ enum E_COMMAND_DATA diff --git a/gamemodes/irresistible/cnr/dialog_ids.pwn b/gamemodes/irresistible/cnr/dialog_ids.pwn index 08028ea..6375013 100644 --- a/gamemodes/irresistible/cnr/dialog_ids.pwn +++ b/gamemodes/irresistible/cnr/dialog_ids.pwn @@ -176,6 +176,38 @@ #define DIALOG_CROWDFUND_OPTIONS 1166 #define DIALOG_CROWDFUND_INFO 1167 #define DIALOG_CROWDFUND_DONATE 1168 +#define DIALOG_ADMIN_CMDS 1169 +#define DIALOG_ADMIN_CMDS_BACK 1170 +#define DIALOG_VIEW_LEVEL 1171 +#define DIALOG_CASH_CARD 1172 +#define DIALOG_DUEL 1173 +#define DIALOG_DUEL_PLAYER 1174 +#define DIALOG_DUEL_LOCATION 1175 +#define DIALOG_DUEL_WEAPON 1176 +#define DIALOG_DUEL_WAGER 1177 +#define DIALOG_DUEL_WEAPON_TWO 1178 +#define DIALOG_DUEL_HEALTH 1179 +#define DIALOG_DUEL_ARMOUR 1180 +#define DIALOG_POOL_WAGER 1181 +#define DIALOG_GANG_JOIN 1182 +#define DIALOG_FACILITY_AMMU 1183 +#define DIALOG_FACILITY_AMMU_BUY 1184 +#define DIALOG_HOUSE_LISTINGS 1185 +#define DIALOG_HOUSE_LIST_VIEW 1186 +#define DIALOG_VISAGE_APTS 1187 +#define DIALOG_VISAGE_APT_PW 1188 +#define DIALOG_VISAGE_APT_CONFIG 1189 +#define DIALOG_VISAGE_APT_TRANSFER 1190 +#define DIALOG_VISAGE_APT_TITLE 1191 +#define DIALOG_VISAGE_APT_PASSCODE 1192 +#define DIALOG_VISAGE_SPAWN 1193 +#define DIALOG_FIREWORKS 1194 +#define DIALOG_FIREWORKS_COLOR 1195 +#define DIALOG_BUY_IN 1196 +#define DIALOG_INPUT_RAISE 1197 +#define DIALOG_IC_SELLORDERS 1198 +#define DIALOG_IC_BUY 1199 + /* ** Hooks ** */ hook OnDialogResponse( playerid, dialogid, response, listitem, inputtext[ ] ) diff --git a/gamemodes/irresistible/cnr/experience.pwn b/gamemodes/irresistible/cnr/experience.pwn index eeb624c..1599f52 100644 --- a/gamemodes/irresistible/cnr/experience.pwn +++ b/gamemodes/irresistible/cnr/experience.pwn @@ -9,7 +9,7 @@ #include < YSI\y_hooks > /* ** Definitions ** */ -#define DIALOG_VIEW_LEVEL 5943 +//#define DIALOG_VIEW_LEVEL 5943 /* ** Macros ** */ #define IsDoubleXP() ( GetGVarInt( "doublexp" ) ) diff --git a/gamemodes/irresistible/cnr/features/cash_cards.pwn b/gamemodes/irresistible/cnr/features/cash_cards.pwn index 9fd5e08..11d1389 100644 --- a/gamemodes/irresistible/cnr/features/cash_cards.pwn +++ b/gamemodes/irresistible/cnr/features/cash_cards.pwn @@ -8,7 +8,7 @@ /* ** Includes ** */ #include < YSI\y_hooks > -#define DIALOG_CASH_CARD 28373 +// #define DIALOG_CASH_CARD 28373 /* ** Commands ** */ CMD:redeemcashcard( playerid, params[ ] ) return cmd_cashcard( playerid, params ); diff --git a/gamemodes/irresistible/cnr/features/duel.pwn b/gamemodes/irresistible/cnr/features/duel.pwn index b86a724..039385e 100644 --- a/gamemodes/irresistible/cnr/features/duel.pwn +++ b/gamemodes/irresistible/cnr/features/duel.pwn @@ -11,14 +11,14 @@ /* ** Definitions ** */ #define COL_DUEL "{B74AFF}" -#define DIALOG_DUEL 7360 -#define DIALOG_DUEL_PLAYER 7361 -#define DIALOG_DUEL_LOCATION 7362 -#define DIALOG_DUEL_WEAPON 7363 -#define DIALOG_DUEL_WAGER 7364 -#define DIALOG_DUEL_WEAPON_TWO 7365 -#define DIALOG_DUEL_HEALTH 7366 -#define DIALOG_DUEL_ARMOUR 7367 +// #define DIALOG_DUEL 7360 +// #define DIALOG_DUEL_PLAYER 7361 +// #define DIALOG_DUEL_LOCATION 7362 +// #define DIALOG_DUEL_WEAPON 7363 +// #define DIALOG_DUEL_WAGER 7364 +// #define DIALOG_DUEL_WEAPON_TWO 7365 +// #define DIALOG_DUEL_HEALTH 7366 +// #define DIALOG_DUEL_ARMOUR 7367 /* ** Variables ** */ enum E_DUEL_DATA diff --git a/gamemodes/irresistible/cnr/features/gangs/facilities.pwn b/gamemodes/irresistible/cnr/features/gangs/facilities.pwn index 08a55b0..28b6c11 100644 --- a/gamemodes/irresistible/cnr/features/gangs/facilities.pwn +++ b/gamemodes/irresistible/cnr/features/gangs/facilities.pwn @@ -19,9 +19,9 @@ #define FACILITY_AMMU_RESPECT ( 75000.0 ) #define FACILITY_BLOWUP_TIME ( 10 ) -#define DIALOG_GANG_JOIN ( 9238 ) -#define DIALOG_FACILITY_AMMU ( 9239 ) -#define DIALOG_FACILITY_AMMU_BUY ( 9299 ) +// #define DIALOG_GANG_JOIN ( 9238 ) +// #define DIALOG_FACILITY_AMMU ( 9239 ) +// #define DIALOG_FACILITY_AMMU_BUY ( 9299 ) /* ** Variables ** */ enum E_GANG_FACILITIES diff --git a/gamemodes/irresistible/cnr/features/houses/realestate.pwn b/gamemodes/irresistible/cnr/features/houses/realestate.pwn index 3cd315c..3ba5d52 100644 --- a/gamemodes/irresistible/cnr/features/houses/realestate.pwn +++ b/gamemodes/irresistible/cnr/features/houses/realestate.pwn @@ -9,8 +9,8 @@ #include < YSI\y_hooks > /* ** Definitions ** */ -#define DIALOG_HOUSE_LISTINGS 5838 -#define DIALOG_HOUSE_LIST_VIEW 5839 +// #define DIALOG_HOUSE_LISTINGS 5838 +// #define DIALOG_HOUSE_LIST_VIEW 5839 /* ** Macros ** */ #define ShowPlayerHomeListing(%0,%1) \ diff --git a/gamemodes/irresistible/cnr/features/pool.pwn b/gamemodes/irresistible/cnr/features/pool.pwn index ac7c4bc..5c56e4a 100644 --- a/gamemodes/irresistible/cnr/features/pool.pwn +++ b/gamemodes/irresistible/cnr/features/pool.pwn @@ -19,7 +19,7 @@ #define MAX_POOL_TABLES 32 #define MAX_POOL_BALLS (16) // do not modify -#define DIALOG_POOL_WAGER 3284 +//#define DIALOG_POOL_WAGER 3284 /* ** Macros ** */ #define SendPoolMessage(%0,%1) \ diff --git a/gamemodes/irresistible/cnr/features/visage/apartments.pwn b/gamemodes/irresistible/cnr/features/visage/apartments.pwn index 5b0afea..0108072 100644 --- a/gamemodes/irresistible/cnr/features/visage/apartments.pwn +++ b/gamemodes/irresistible/cnr/features/visage/apartments.pwn @@ -13,13 +13,13 @@ #define MAX_PASSCODE 5 // dialogs -#define DIALOG_VISAGE_APTS 17317 -#define DIALOG_VISAGE_APT_PW 17318 -#define DIALOG_VISAGE_APT_CONFIG 17319 -#define DIALOG_VISAGE_APT_TRANSFER 17320 -#define DIALOG_VISAGE_APT_TITLE 17321 -#define DIALOG_VISAGE_APT_PASSCODE 17322 -#define DIALOG_VISAGE_SPAWN 17333 +// #define DIALOG_VISAGE_APTS 17317 +// #define DIALOG_VISAGE_APT_PW 17318 +// #define DIALOG_VISAGE_APT_CONFIG 17319 +// #define DIALOG_VISAGE_APT_TRANSFER 17320 +// #define DIALOG_VISAGE_APT_TITLE 17321 +// #define DIALOG_VISAGE_APT_PASSCODE 17322 +// #define DIALOG_VISAGE_SPAWN 17333 /* ** Constants ** */ static const Float: VISAGE_APARTMENT_ENTRANCE[ 3 ] = { 2670.9922, 1637.9547, 1508.3590 }; diff --git a/gamemodes/irresistible/cnr/features/visage/fireworks.pwn b/gamemodes/irresistible/cnr/features/visage/fireworks.pwn index 8e94bc4..84c340f 100644 --- a/gamemodes/irresistible/cnr/features/visage/fireworks.pwn +++ b/gamemodes/irresistible/cnr/features/visage/fireworks.pwn @@ -9,8 +9,8 @@ #include < YSI\y_hooks > /* ** Definitions ** */ -#define DIALOG_FIREWORKS 29383 -#define DIALOG_FIREWORKS_COLOR 29385 +// #define DIALOG_FIREWORKS 29383 +// #define DIALOG_FIREWORKS_COLOR 29385 // The maximum amount of firework instances that players can place, per server. (Default: 20) #define MAX_FIREWORK 20 diff --git a/gamemodes/irresistible/cnr/features/visage/poker.pwn b/gamemodes/irresistible/cnr/features/visage/poker.pwn index 5664a8d..7c01325 100644 --- a/gamemodes/irresistible/cnr/features/visage/poker.pwn +++ b/gamemodes/irresistible/cnr/features/visage/poker.pwn @@ -110,8 +110,8 @@ stock ShowPlayerDialogEx(playerid, dialogid, style, caption[], button1[], button #define CALL 2 #define RAISE 3 #define FOLD 4 -#define DIALOG_BUY_IN 19232 -#define DIALOG_INPUT_RAISE 9231 +// #define DIALOG_BUY_IN 19232 +// #define DIALOG_INPUT_RAISE 9231 #define SendPokerMessage(%0,%1) \ diff --git a/gamemodes/irresistible/cnr/vip/player_market.pwn b/gamemodes/irresistible/cnr/vip/player_market.pwn index c32922d..129e3ec 100644 --- a/gamemodes/irresistible/cnr/vip/player_market.pwn +++ b/gamemodes/irresistible/cnr/vip/player_market.pwn @@ -9,8 +9,8 @@ #include < YSI\y_hooks > /* ** Definitions ** */ -#define DIALOG_IC_SELLORDERS ( 5921 ) -#define DIALOG_IC_BUY ( 5922 ) +// #define DIALOG_IC_SELLORDERS ( 5921 ) +// #define DIALOG_IC_BUY ( 5922 ) /* ** Variables ** */ static const