move crowdfund dialog ids to dialog_ids
This commit is contained in:
parent
f69bb040d5
commit
3da90fda9a
@ -171,6 +171,10 @@
|
||||
#define DIALOG_TOYS_COLOR 1160
|
||||
#define DIALOG_HIGHSCORES 1161
|
||||
#define DIALOG_HIGHSCORES_BACK 1162
|
||||
#define DIALOG_CROWDFUNDS 1163
|
||||
#define DIALOG_CROWDFUND_OPTIONS 1164
|
||||
#define DIALOG_CROWDFUND_INFO 1165
|
||||
#define DIALOG_CROWDFUND_DONATE 1166
|
||||
|
||||
/* ** Hooks ** */
|
||||
hook OnDialogResponse( playerid, dialogid, response, listitem, inputtext[ ] )
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* Irresistible Gaming (c) 2018
|
||||
* Developed by Lorenc Pekaj
|
||||
* Module:
|
||||
* Purpose:
|
||||
* Module: cnr\features\crowdfund.pwn
|
||||
* Purpose: off-ucp crowdfunding feature (all done in-game)
|
||||
*/
|
||||
|
||||
/* ** Includes ** */
|
||||
@ -11,11 +11,6 @@
|
||||
/* ** Definitions ** */
|
||||
#define MAX_CROWDFUNDS 10 // dont bother editing
|
||||
|
||||
#define DIALOG_CROWDFUNDS 9383
|
||||
#define DIALOG_CROWDFUND_OPTIONS 9384
|
||||
#define DIALOG_CROWDFUND_INFO 9385
|
||||
#define DIALOG_CROWDFUND_DONATE 9386
|
||||
|
||||
/* ** Hooks ** */
|
||||
hook OnDialogResponse( playerid, dialogid, response, listitem, inputtext[ ] )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user