dialog listbox and input
#8

Dude you need to #define them or put them in a enum

like this:
pawn Код:
#define DIALOG_WEAPONS 1
#define DIALOG_SEARCH 2
...
or

pawn Код:
enum
{
    DIALOG_WEAPONS
    DIALOG_SEARCH
    ...
}
if you want to use a new, then you need to do
pawn Код:
new DIALOG_SEARCH = 1;
new DIALOG_WEAPONS = 2;
...
and im not sure that will work
Reply


Messages In This Thread
dialog listbox and input - by NicholasA - 25.04.2013, 12:12
Re: dialog listbox and input - by Frede - 25.04.2013, 12:17
Re: dialog listbox and input - by NicholasA - 25.04.2013, 12:43
Re: dialog listbox and input - by Frede - 25.04.2013, 12:48
Re: dialog listbox and input - by NicholasA - 25.04.2013, 12:49
Re: dialog listbox and input - by Frede - 25.04.2013, 12:50
Re: dialog listbox and input - by NicholasA - 25.04.2013, 12:52
Re: dialog listbox and input - by Frede - 25.04.2013, 12:55
Re: dialog listbox and input - by NicholasA - 25.04.2013, 12:56
Re: dialog listbox and input - by Frede - 25.04.2013, 13:01

Forum Jump:


Users browsing this thread: 1 Guest(s)