23.08.2017, 02:45
i got an error when i add HouseData[Address]..I've add this for house address but when i compli i got this warring how to fix it?!?
PHP код:
new label[256];
if(!strcmp(HouseData[id][Owner], "-")) {
format(label, sizeof(label), "{FF0000}[{E5E5E5}House For Sale{FF0000}] (ID: %d)\n{FFFFFF}%s\n{FF0000}Price: {2ECC71}$%s\n{FF0000}Address: {FFFFFF}%s", id, HouseInteriors[ HouseData[id][Interior] ][IntName], convertNumber(HouseData[id][Price] ,HouseData[Address]));