19.03.2017, 06:31
Hi
i Want Help in Menu Row This First Time To Use it
i Want Change My System House the old dialog To The Write with *numbers*
i done made all textdraw for it
how to make
Buy = 1
Cancel Buy = 2
in Write ? to appeal to buy or cancel order
and this my textdraw i know how to add it this not my problem any way the top code the problems to make it with numbers i can add it Buy and Cancel buy with number now or ?
my TextDraw Here i made it but still need helping in Write Numbers
i Want Help in Menu Row This First Time To Use it
i Want Change My System House the old dialog To The Write with *numbers*
i done made all textdraw for it
PHP код:
public OnPlayerEnterDynamicCP(playerid, checkpointid)
{
if(!strcmp(hInfo[h][HouseOwner], INVALID_HOWNER_NAME, CASE_SENSETIVE) && hInfo[h][HouseValue] > 0 && GetPVarInt(playerid, "JustCreatedHouse") == 0)
{
format(string, sizeof(string), HMENU_BUY_HOUSE, hInfo[h][HouseValue]);
ShowPlayerDialog(playerid, HOUSEMENU+4, DIALOG_STYLE_MSGBOX, INFORMATION_HEADER, string, "Buy", "Cancel");
break;
}
}
Buy = 1
Cancel Buy = 2
in Write ? to appeal to buy or cancel order
and this my textdraw i know how to add it this not my problem any way the top code the problems to make it with numbers i can add it Buy and Cancel buy with number now or ?
my TextDraw Here i made it but still need helping in Write Numbers