SA-MP Forums Archive
Does anyone no a good score & Money saver - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Does anyone no a good score & Money saver (/showthread.php?tid=158396)



Does anyone no a good score & Money saver - Jay. - 09.07.2010

Hey does anyone no a good score & Money saver FS, Or has got one i could use..

If you have reply with a link or script

Thanks


Re: Does anyone no a good score & Money saver - MikkelGutten - 09.07.2010

Try use Dini. It's a simple "File Manager", where you can store data, like in your case. "Score and Money".


Re: Does anyone no a good score & Money saver - Jay. - 09.07.2010

Anyone..

SOrry for bump


Re: Does anyone no a good score & Money saver - Jay. - 09.07.2010

And MikkelGutten Thanks but i don't have much experience with dini


Re: Does anyone no a good score & Money saver - [XST]O_x - 09.07.2010

So start learning,you can't ask for help all the time,I'm not experienced at all myself,but score and money saving systems are ones of the easiest to script,there are tutorials for dini,it's simple and friendly once you learn knowing it,search for tutorials.


Re: Does anyone no a good score & Money saver - willsuckformoney - 09.07.2010

lulz LAdmin(what i use) saves money and stats like kills death ratio time played and that stuff but yet to find a great score saver


Re: Does anyone no a good score & Money saver - MisterTickle - 09.07.2010

If you understand how to save things, You will not need a "saver" for specific things. Understanding a system like Dini as said above (I would recommend DJson for the Autocommit capabilities though) you can save what you wish.


Re: Does anyone no a good score & Money saver - selten98 - 09.07.2010

@willsuckformoney
you can add the score saving easily urself....
by adding under
[quote]
SavePlayer(playerid)
{
dUserSetINT(PlayerName2(playerid)).("score",GetPla yerScore(playerid));
}
[/qoute]