GetTickCount()
#8

How can i make a gametimer with GetTickCount?
Example:
pawn Код:
if(gMinute==60)
{
    //1 hour passed
}
if(gMinute==120)
{
    //2 hour passed
}
if(gMinute==1440)
{
    //1 day passed
    gDay++;
}
Rep for the code.
Reply


Messages In This Thread
GetTickCount() - by Admigo - 20.09.2012, 20:08
Re: GetTickCount() - by Admigo - 20.09.2012, 20:34
Re: GetTickCount() - by ViniBorn - 20.09.2012, 20:53
Re: GetTickCount() - by ReneG - 20.09.2012, 21:04
Re: GetTickCount() - by Chriham3 - 20.09.2012, 21:38
Re: GetTickCount() - by YourLord - 20.09.2012, 21:42
Re: GetTickCount() - by ReneG - 20.09.2012, 21:46
Re: GetTickCount() - by Admigo - 21.09.2012, 14:50
Re: GetTickCount() - by YourLord - 21.09.2012, 17:14

Forum Jump:


Users browsing this thread: 1 Guest(s)