24.07.2011, 18:12
Try changing
to
You see, > means only if you have more cash then the value of the house. => means if you have exactly or more then the value.
pawn Код:
if(GetPlayerMoney(playerid) > HouseInfo[h][hValue])
pawn Код:
if(GetPlayerMoney(playerid) => HouseInfo[h][hValue])