dialog?
#3

Quote:
Originally Posted by Patrick
Посмотреть сообщение
Yes. I suggest you use enum because you don't have to number them 1 by 1, itself does it whereas macros/definition you have to add values next to it so the dialogs won't conflict.

pawn Код:
enum
{
    DIALOG_ONE,
    DIALOG_TWO,
    DIALOG_THREE
    DIALOG_AND_SO_ON
}
pawn Код:
#define DIALOG_ONE          (0)
#define DIALOG_TWO          (1)
#define DIALOG_THREE        (2)
#define DIALOG_AND_SO_ON    (3)
Okey, thank you for a quick answer!
Reply


Messages In This Thread
dialog? - by N0FeaR - 03.12.2015, 14:42
Re: dialog? - by Patrick - 03.12.2015, 14:49
Re: dialog? - by N0FeaR - 03.12.2015, 15:06

Forum Jump:


Users browsing this thread: 1 Guest(s)