07.12.2016, 00:44
hello brothers, please can help me ? i'm need convert dini to y_ini
PHP код:
if(!dini_Exists(file)) dini_Create(file);
dini_IntSet(file, "Slot0", InvInfo[playerid][iSlot][0]);
PHP код:
format(file, sizeof(file), "Inventory/%s.ini", GetName(playerid));
InvInfo[playerid][iSlot][0] = dini_Int(file,"Slot0");
InvInfo[playerid][iSlot][1] = dini_Int(file,"Slot1");