LastLoggedIn [HELP +REP]
#5

hmmm try use this :
//--------------------------------------------------------------------------------
stock SaveStats (playerid)
{
new INI:File = INI_Open(UserPath(playerid));
INI_SetTag(File, "Player's Data");
INI_WriteString(File, "LastActive", TimeAndDate());
INI_WriteString(File, "AltName", PlayerInfo[playerid][AltName]);
INI_WriteString(File, "Registered_On", PlayerInfo[playerid][RegOn]);
INI_WriteHex(File, "Color", GetPlayerColor(playerid));
INI_WriteInt(File, "Hours", PlayerInfo[playerid][Hours]);
INI_WriteInt(File, "Minutes", PlayerInfo[playerid][Minutes]);
INI_Close(File);
return 1;
}
//-----------------------------------------------------------------------------------

hope this help
dont forget to give me +rep if this helped
Reply


Messages In This Thread
LastLoggedIn [HELP +REP] - by MasonSFW - 16.11.2014, 08:38
Re: LastLoggedIn [HELP +REP] - by Lordzy - 16.11.2014, 08:41
Re: LastLoggedIn [HELP +REP] - by Capua - 16.11.2014, 08:45
Re: LastLoggedIn [HELP +REP] - by MasonSFW - 16.11.2014, 08:56
Re: LastLoggedIn [HELP +REP] - by semara123 - 16.11.2014, 09:18
Re: LastLoggedIn [HELP +REP] - by MasonSFW - 16.11.2014, 09:27
Re: LastLoggedIn [HELP +REP] - by semara123 - 16.11.2014, 09:58

Forum Jump:


Users browsing this thread: 2 Guest(s)