#1

Okay. This is getting me really f*cking ticked off.
pawn Code:
new bool:YFBanned = dini_Bool(Userfile, "YFBanned");
Gives me the error;
Code:
warning 213: tag mismatch
I am doing exactly what I am told to do in this tutorial, but why the f*ck won't this work.
Reply
#2

I'm nut shore if you can actually return bool values. Just remove the bool tag and try like that
Reply
#3

Quote:
Originally Posted by dice7
I'm nut shore if you can actually return bool values. Just remove the bool tag and try like that
Didn't work. Anyways, it showed in the usage on how to do it but it's false. I just think it will be cleaner then using 0 and 1. But i guess that's the only way.
Reply
#4

How did you define Userfile variable?
Reply
#5

Quote:
Originally Posted by Balon
How did you define Userfile variable?
pawn Code:
new
        Userfile[128],
        Name[20];

    GetPlayerName(playerid, Name, 20);
    format(Userfile, 128, "/Yuck_Fou/%s.ini", Name);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)