03.09.2010, 19:18
Hey,I am just working on one of my game modes and suddenly,that warning hits me:
The warning is in dini_Bool:
Well,it doesn't matter what I'm trying,the warning is still there.
And yes,I've enumerated the variable with a Boolean tag.("bool:").
I'd be grateful for any kind of help,thanks in advance.
Code:
(346) : warning 213: tag mismatch
pawn Code:
//Code and shit//
dini_BoolSet(file,"Registered",true); //No warnings
//More code,more shit of course.
//Omg there is even more shit
pInfo[playerid][player_registered] = dini_Bool(file,"Registered"); //Tag mismatch.
//And more shit after that shit.
And yes,I've enumerated the variable with a Boolean tag.("bool:").
I'd be grateful for any kind of help,thanks in advance.