09.07.2010, 14:46
I don't know if it'll work, but you can try making another dialog appear right after the first one ends.
For example:
For example:
pawn Код:
// In OnDialogResponse
if(dialogid == smtn)
{
// this is where the dialog ends
ShowPlayerDialog(...);
}