Y_INI Save stats on 10-Seconds
#6

Like this?
Код:
public OnPlayerConnect(playerid)
{
    SetTimerEx("savestats",10000,true,"i",playerid);
	return 1;
}
forward savestats(playerid);
public savestats(playerid)
{
    SaveStats(playerid);
    return 1;
}
Reply


Messages In This Thread
Y_INI Save stats on 10-Seconds - by Bug. - 29.10.2012, 14:53
Re: Y_INI Save stats on 10-Seconds - by playbox12 - 29.10.2012, 14:57
Re: Y_INI Save stats on 10-Seconds - by gtakillerIV - 29.10.2012, 14:59
Re: Y_INI Save stats on 10-Seconds - by Bug. - 29.10.2012, 15:00
Re: Y_INI Save stats on 10-Seconds - by [D]ry[D]esert - 29.10.2012, 15:03
Re: Y_INI Save stats on 10-Seconds - by Bug. - 29.10.2012, 15:07
Re: Y_INI Save stats on 10-Seconds - by gtakillerIV - 29.10.2012, 15:09
Re: Y_INI Save stats on 10-Seconds - by Lordzy - 29.10.2012, 15:12
Re: Y_INI Save stats on 10-Seconds - by [D]ry[D]esert - 29.10.2012, 15:18
Re: Y_INI Save stats on 10-Seconds - by [D]ry[D]esert - 29.10.2012, 15:35

Forum Jump:


Users browsing this thread: 2 Guest(s)