07.07.2013, 19:48
..?
Use this for UNIX to timestamp: https://sampforum.blast.hk/showthread.php?tid=254915
pawn Код:
public OnPlayerDisconnect(playerid)
{
// Then save this variable somewhere in your user system file, most likely in the user's file.
new disconnect = gettime();
return 1;
}