13.08.2016, 16:25
124 is way too big for a player's name. 24 (MAX_PLAYER_NAME) is just fine.
reset the owner's name and the name of the player who has rented the house and both owned and rented.
pawn Код:
HouseInfo[houseid][OwnerName][0] = HouseInfo[houseid][RenterName][0] = EOS;
HouseInfo[houseid][Owned] = HouseInfo[houseid][Rented] = 0;