Saving stats when server restart
#1

Hi,i've a little problem.

For my gm i use this values when someone register:

Код:
	  dini_IntSet(file, "Password", udb_hash(tmp));
			  dini_IntSet(file,"AdminLevel", 0);
			  dini_IntSet(file,"Cash", 0);
			  dini_IntSet(file,"Score", 0);
			  dini_IntSet(file,"Deaths", 0);
I need to do,when my server restart,he save:

AdminLevel
Cash
Score
Deaths

How to?
Reply


Messages In This Thread
Saving stats when server restart - by Face9000 - 16.12.2010, 15:52
Re: Saving stats when server restart - by blackwave - 16.12.2010, 15:55
Re: Saving stats when server restart - by willsuckformoney - 16.12.2010, 15:57
Re: Saving stats when server restart - by Face9000 - 16.12.2010, 15:58
Re: Saving stats when server restart - by blackwave - 16.12.2010, 16:01
Re: Saving stats when server restart - by Face9000 - 16.12.2010, 16:04

Forum Jump:


Users browsing this thread: 1 Guest(s)