dini_Bool and dini_BoolSet returns tag mismatchs D:
#1

Hey,I am just working on one of my game modes and suddenly,that warning hits me:
Code:
(346) : warning 213: tag mismatch
The warning is in dini_Bool:
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.
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.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)