dialog with strings problems!
#4

??

pawn Код:
CMD:housestats(playerid,params[])
{
    #pragma unused params
    new str[120], housenumber = GetHouseID(playerid);
    format(str, sizeof(str), "Owner: %s\nCost: $%d\nRenter: %s\nRentcost: $%d / hour", hInfo[housenumber][Name], hInfo[housenumber][Cost], hInfo[housenumber][Renter], hInfo[housenumber][Rentcost]);
    ShowPlayerDialog(playerid, DIALOG_STYLE_MSGBOX, "{FF0000}SFTDM - House Stats", str, "Okay","");
    return 1;
}
Lol?
Reply


Messages In This Thread
dialog with strings problems! - by KillerStrike23 - 12.06.2014, 09:52
Re: dialog with strings problems! - by Adityz - 12.06.2014, 09:59
Re: dialog with strings problems! - by Rittik - 12.06.2014, 10:37
Re: dialog with strings problems! - by Threshold - 12.06.2014, 11:24

Forum Jump:


Users browsing this thread: 1 Guest(s)