30.08.2010, 12:42
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.
Doesn't even require a change of your OnDialogResponse.
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.
}