24.03.2019, 14:04
Assign a value to the very first value in your enum, a higher value to be sure it doesn't conflict with any other dialogs.
pawn Code:
enum {
DIALOG_TEST = 1337,
DIALOG_CMDS // automatically 1338 and so on...
}