Count online time
#8

lol, do it using a variable, set the timer to 1 sec to count the played time and use this function:
pawn Код:
stock GetPlayerOnlineTime(playerid, &hours, &minutes, &seconds)
{
    hours = (your var / (60 * 60)) % 24;
    minutes = (your var / 60) % 60;
    seconds = your var % 60;
}
//made by iPLEOMAX
Reply


Messages In This Thread
Count online time - by PawnoQ - 28.11.2011, 19:42
Re: Count online time - by IceCube! - 28.11.2011, 19:45
Re: Count online time - by PawnoQ - 28.11.2011, 19:49
Re: Count online time - by IceCube! - 28.11.2011, 19:54
Re: Count online time - by Nodroz - 28.11.2011, 20:03
Re: Count online time - by IceCube! - 28.11.2011, 20:06
Re: Count online time - by PawnoQ - 28.11.2011, 20:28
Re: Count online time - by fordawinzz - 28.11.2011, 20:51
Re: Count online time - by PawnoQ - 29.11.2011, 13:27
Re: Count online time - by fordawinzz - 29.11.2011, 13:32

Forum Jump:


Users browsing this thread: 4 Guest(s)