TEST RANDOM DIALOG
#6

If you use a define to define the dialog, it just means you don't have to remember the dialogid in future. So if you have:
pawn Код:
#define DIALOG_QUESTION1 1
#define DIALOG_QUESTION2 2
It means that you can always use "DIALOG_QUESTION1" when referring to dialogid 1, it's helpful when you have hundreds of dialogs. Just imagine if you had 50 dialogs before the questions, and then you had question1 which was dialogid 62, you would just need to remember "question1" instead of 62.
Reply


Messages In This Thread
TEST RANDOM DIALOG - by EddD - 04.08.2014, 02:24
Re: TEST RANDOM DIALOG - by Jack_Leslie - 04.08.2014, 02:34
Respuesta: TEST RANDOM DIALOG - by EddD - 04.08.2014, 02:45
Re: TEST RANDOM DIALOG - by Jack_Leslie - 04.08.2014, 02:48
Respuesta: TEST RANDOM DIALOG - by EddD - 04.08.2014, 02:58
Re: TEST RANDOM DIALOG - by Jack_Leslie - 04.08.2014, 03:00
Respuesta: TEST RANDOM DIALOG - by EddD - 04.08.2014, 03:02
Re: TEST RANDOM DIALOG - by Jack_Leslie - 04.08.2014, 03:09
Respuesta: TEST RANDOM DIALOG - by EddD - 04.08.2014, 03:18
Re: TEST RANDOM DIALOG - by Jack_Leslie - 04.08.2014, 03:25

Forum Jump:


Users browsing this thread: 3 Guest(s)