17.06.2014, 04:26
Quote:
You don't need a timer. Use unix timestamps.
Source: http://en.wikipedia.org/wiki/Unix_time The function gettime() with no parameters returns a unix timestamp. Source: https://sampwiki.blast.hk/wiki/Gettime If you want, I can make a small script that records a player's time player, but it's up to you to implement it into your script. @SickAttack - Wtf 0_o |
pawn Код:
NetStats_GetConnectedTime(playerid);
- Description: Gets the amount of time (in milliseconds) that a player has been connected to the server for.