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
#2

pawn Код:
INI_WriteInt(file,"Gender", PlayerInfo[playerid][pGender]);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)