30.12.2014, 16:15
i think there should by like this or i get this wrong
and should i use date type in mysql database ?
Код:
public OnPlayerDisconnect(playerid, reason)
{
PlayerInfo[playerid][pTimeOnServer] += TimeOnServer[playerid] - gettime();
// or save it directly to the players file
return 1;
}

