menu problem
#2

I believe dialogs id are limited to a certain amount.
But you can use an enum, so you'll never get the same id twice.

pawn Код:
enum Dialogs
{
    JOB = 1,
    COP_JOB,
    RAPIST_JOB,
    // etc.
}
Doesn't even require a change of your OnDialogResponse.
Reply


Messages In This Thread
menu problem - by mrcoolballs - 30.08.2010, 12:39
Re: menu problem - by Vince - 30.08.2010, 12:42
Re: menu problem - by mrcoolballs - 30.08.2010, 12:45
Re: menu problem - by mrcoolballs - 30.08.2010, 12:52

Forum Jump:


Users browsing this thread: 1 Guest(s)