02.04.2012, 15:54
if you want to use DIALOG_STYLE_MESSAGEBOX (under OnDialogResponse)
pawn Код:
if(dialogid == DIALOG_SPAWNCHOICE)
{
if(response)
{
SetPlayerPos(playerid, blablabla);
}
else
{
SetPlayerPos(playerid, blablabla);
}
}
return 1;