27.05.2017, 13:36
Which line give you tag mismatch more precise?
PlayerData[playerid][e_caps] = 0; this one? If so , maybe the e_caps is defined like a bool but you are using it as integer , so maybe delete the tag or change the values from 0/1 to false/true.
And about loose indentation you need to indent your code properly
PlayerData[playerid][e_caps] = 0; this one? If so , maybe the e_caps is defined like a bool but you are using it as integer , so maybe delete the tag or change the values from 0/1 to false/true.
And about loose indentation you need to indent your code properly

