05.04.2016, 16:07
Quote:
|
While it's something trivial, I recommend putting dialogs in an enum to avoid possible ID collisions:
PHP код:
|
PHP код:
enum {
DIALOG_BLAH
DIALOG_X
};
and in a filterscript
PHP код:
enum {
DIALOG_Y
DIALOG_Z
};


