dialog_style_msgbox..
#4

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
Make sure the dialogid of hp is not an id is used by another dialog and that OnDialogResponse returns 0 at the end.
I didn't really understand what you mean.

Quote:
Originally Posted by King Ace
Посмотреть сообщение
Could you post the ShowPlayerDialog code aswell?
Sure, here it is:

pawn Код:
OnPlayerPickupPickup(playerid, pickupid)
{
if(pickupid == hp)
{
ShowPlayerDialog(playerid, 558, DIALOG_STYLE_MSGBOX, "{FF0000}Health-Refill", "{FFFFFF}Are you sure that you wish to refill your {FF0000}health{FFFFFF} to 100, for 1,500$?", "Refill", "");
}
return 1;
}
Reply


Messages In This Thread
dialog_style_msgbox.. - by CesarLT - 22.09.2013, 14:02
Re: dialog_style_msgbox.. - by Konstantinos - 22.09.2013, 14:05
Re: dialog_style_msgbox.. - by King Ace - 22.09.2013, 14:05
Re: dialog_style_msgbox.. - by CesarLT - 22.09.2013, 14:27
Re: dialog_style_msgbox.. - by Konstantinos - 22.09.2013, 14:29
Re: dialog_style_msgbox.. - by CesarLT - 22.09.2013, 14:38

Forum Jump:


Users browsing this thread: 1 Guest(s)