25.12.2013, 17:48
So on the last line below it says "tag mismatch" and I don't know why. In theory this would work. :/
gStats[govPercentageBiz] is not the problem, wouldn't think of it being a problem... Think it has something to do with converting floats and stuff. If this is not solved, I assume I will just remake gStats[govPercentageBiz] to become a float instead of being an interger in my ini file. Just weird that it doesn't work (weird for me at least).
Код:
new currentBizPrice = eStats[i][bizPrice]; new Float:bizTax; bizTax = float(gStats[govPercentageBiz]); currentBizPrice = (currentBizPrice*(bizTax/100));