[Math]AFK In Minutes
#1

Hey hey,

I got one simple problem, I can't convert the time from milliseconds to minutes...

PHP код:
public OnPlayerResume(playeridtime)
{
    new 
string[180], pname[MAX_PLAYER_NAME];
    
GetPlayerName(playeridpnamesizeof(pname));
    
format(stringsizeof(string), "%s is back from AFK, he was AFK for %d miliseconds."pnametime);
    
SendClientMessageToAll(COLOR_MESstring);

Anyone?
Reply


Messages In This Thread
[Math]AFK In Minutes - by SupperRobin6394 - 11.01.2016, 10:53
Re: [Math]AFK In Minutes - by Sk1lleD - 11.01.2016, 11:02
Re: [Math]AFK In Minutes - by yvoms - 11.01.2016, 11:53

Forum Jump:


Users browsing this thread: 1 Guest(s)