05.06.2010, 22:17
unixtime forewer 
this is only an idea on itself is implemented by.

pawn Код:
new globaltime[MAX_PLAYERS];
OnPlayerConnect(...)
{
SetPVarInt(playerid, "ENTERTIME", gettime());
...
}
OnPLayerDisconnect(...)
{
globaltime[playerid] += gettime() - GetPVarInt(playerid, "ENTERTIME");
...
}

