How to convert dini to Y_ini?
#1

I've been converting my script to Y_INI for the past day now, and I stumbled upon a problem.
pawn Код:
PlayerInfo[playerid][pGender] = dini_Int(file, "Gender");
How would I convert that to y_ini? I don't think I'd write it... like this
pawn Код:
PlayerInfo[playerid][pGender] = INI_WriteInt(file,"Gender");
Any help would be appreciated.
Reply


Messages In This Thread
How to convert dini to Y_ini? - by rangerxxll - 25.06.2012, 21:36
Re: How to convert dini to Y_ini? - by Kindred - 25.06.2012, 21:44

Forum Jump:


Users browsing this thread: 1 Guest(s)