21.11.2011, 15:45
format(string, sizeof(string), "~r~For Sale : %s~n~~w~Price: %d~n~~b~Type '/buyhouse' to purchase.", HouseName[i], HousePrice[i]);
Are you trying to say the red text doesn't appear?
Edit:
Are you trying to say the red text doesn't appear?
Edit:
pawn Код:
if(!(strcmp(HouseOwner[i], "Nobody", true)) && HousePrice[i] >= 1)