21.07.2011, 12:13
I have started coding using y_ini today, as I'm a beginner with it, I try to do different things.
Why do I have an error on this line saying "Argument type mismatch"?
pawn Code:
format(var, 64, "%d",PlayerInfo[playerid][pLevel]);INI_WriteInt(hFile,"Level=", var);