26.01.2011, 21:41
Hey guys.
I know how to save things like variables.
But maybe a strange question:
How to save the time from a timer when it's not finished yet?
Like a jail timer.
My jail timer:
So when a player leaves. How can I save the time he has to do when he comes back online?
Thanks
I know how to save things like variables.
But maybe a strange question:
How to save the time from a timer when it's not finished yet?
Like a jail timer.
My jail timer:
pawn Код:
SetTimerEx("outjail", GetPlayerWantedLevel(id)*60000*5, false, "i", id);
Thanks