20.03.2011, 18:45
I've been struggling with this for awhile. I'm trying to find out how to save the timer's amount if the player logs out.
Example:
Then I'd like to save the minutes until the timer ends if a play disconnects. But I do not really know how to save this. I have tried multiple things but it failed.
I thought of setting different timers for every minute, but my method failed.
I hope you can help me out.
Example:
pawn Код:
ThePlayer[playerid][TheFunAmount] = minute;
SetTimerEx("ForFun", minute*1000*60, false, "i", playerid);
I thought of setting different timers for every minute, but my method failed.
I hope you can help me out.