Y_INI Save stats on 10-Seconds
#5

add this
pawn Код:
SetTimerEx("savestats",10000,true,"i",playerid);
under OnPlayerConnect
and this
pawn Код:
forward savestats(playerid);
public savestats(playerid)
{
SaveStats(playerid); //change it to your stock name
return 1;
}
under your OnPlayerConnect.
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)