Saving timer
#3

What do you need this for (Yes It will help me to know more information)

You can also use GetTickCount..

Код:
//Top of script
new Last[MAX_PLAYERS];
//END
Код:
//Where the player types a cmd or something..
if(Last[playerid] <= 0)
{
Last[playerid] = GetTickCount();
}
else
{
//Last is set..
}
//END
I'm not sure if that helped but meh..
Reply


Messages In This Thread
Saving timer - by cloudysky - 18.07.2011, 21:04
Re: Saving timer - by Famalamalam - 19.07.2011, 03:36
Re: Saving timer - by coole210 - 19.07.2011, 06:07

Forum Jump:


Users browsing this thread: 3 Guest(s)