01.11.2015, 21:30
hOwned is defined as bool in hInfo enum, thats an issue.
You can't compare it to number or assign number to it. Remove bool: in enum or replace numbers on your error lines with true or false.
You can't compare it to number or assign number to it. Remove bool: in enum or replace numbers on your error lines with true or false.