20.12.2016, 21:05
Hey guys
How to save gettime() in the format Y_ini?
INI_WriteInt - does not work
Does not work
How to save gettime() in the format Y_ini?
INI_WriteInt - does not work
Code:
new time = gettime() + (month*2592000); PlayerInfo[giveplayerid][pATime] = time; ... INI_WriteInt(File, "ATime", PlayerInfo[playerid][pATime]);
Does not work