26.11.2015, 13:12
Found a mistake:
if(HouseInfo[hid][HOwned] == 1) return SendClientMessage(playerid,-1,""COLOR_RED"SERVER"COL_WHITE"You can't buy this house because it is already bought!"); <<<----9736
You wrote COLOR_RED, change it to COL_RED
if(HouseInfo[hid][HOwned] == 1) return SendClientMessage(playerid,-1,""COLOR_RED"SERVER"COL_WHITE"You can't buy this house because it is already bought!"); <<<----9736
You wrote COLOR_RED, change it to COL_RED