Little help with y_ini.
#1

I have started coding using y_ini today, as I'm a beginner with it, I try to do different things.

pawn Code:
format(var, 64, "%d",PlayerInfo[playerid][pLevel]);INI_WriteInt(hFile,"Level=", var);
Why do I have an error on this line saying "Argument type mismatch"?
Reply
#2

INI_WriteInt(hFile,"Level", var);
Reply
#3

So for the level I use INI_WriteInt?
Reply
#4

Quote:
Originally Posted by GangsTa_
View Post
So for the level I use INI_WriteInt?
Yes.
pawn Code:
INI_WriteInt(hFile,"Level",var);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)