06.12.2010, 12:22
Hi guys,i've this code to save players stats by a cmd.
And it's working very well. SavePlayer is a stock.
I need to make the auto save every 10 minutes,how?
Код:
for(new i=0; i<=MAX_PLAYERS; i++)
{
if(IsPlayerConnected(i)) SavePlayer(i);
}
I need to make the auto save every 10 minutes,how?

