from 360000 to minutes
#2

Use math?
pawn Код:
new timerminutes[playerid];
new timervalue[playerid];

in your timer:
timervalue[playerid]++;
if(timervalue[playerid] == 60)
{
timerminutes[playerid]=1;
timervalue[playerid]=0;
}
if(timerminutes[playerid] == 60)
{
//givepayday
}
//you can display something there
Reply


Messages In This Thread
from 360000 to minutes - by Jstylezzz - 21.07.2012, 17:31
Re: from 360000 to minutes - by EV007 - 21.07.2012, 18:01
Re: from 360000 to minutes - by Jstylezzz - 21.07.2012, 18:07

Forum Jump:


Users browsing this thread: 2 Guest(s)