Dialog Problem
#2

As example
pawn Код:
new
    tmp[256],
    Float: health,
    Float: armour
;
GetPlayerHealth(playerid, health);
GetPlayerArmour(playerid, armour);

format(tmp, sizeof tmp, "\
    Playerid: %d\n\
    Health: %f\n\
    Armour: %f\n\
    Money: %d\n\
    "
,
    playerid,
    health,
    armour,
    money
);
// Second button gets removed if you dont specify a text
ShowPlayerDialog(playerid, 8523, DIALOG_STYLE_MSGBOX, "Status", tmp, "Close", "");
Reply


Messages In This Thread
Dialog Problem - by Eugene. - 07.10.2012, 01:06
AW: Dialog Problem - by Nero_3D - 07.10.2012, 01:13
Re : Dialog Problem - by lelemaster - 07.10.2012, 01:15
Re: Re : Dialog Problem - by Eugene. - 07.10.2012, 01:20
Re : Dialog Problem - by lelemaster - 07.10.2012, 01:34
Re: Dialog Problem - by Eugene. - 07.10.2012, 01:38

Forum Jump:


Users browsing this thread: 1 Guest(s)