[FilterScript] Saving Stats help - 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: Filterscripts (
https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] Saving Stats help (
/showthread.php?tid=402467)
Saving Stats help -
[TMS]Legena - 26.12.2012
Hi all. I need one little help about player stats. I have problem with it. How i can script that that it save all horseshoes what did someone take?
I have admin system and i need to add HorseShoe save in it can someone help?
Re: Saving Stats help -
ZackBoolaro - 26.12.2012
1. Wrong Section
2. Add more info about the issue
3. Provide your code so we can help
Re : Saving Stats help -
Rayan_black - 27.12.2012
You may request help from other scripters over
here
Re: Saving Stats help -
[TMS]Legena - 27.12.2012
Than i need to PM any good scripter to help me
Re: Saving Stats help -
[TMS]Legena - 27.12.2012
Who can move this to help topic?
Re: Saving Stats help -
Justin Reif - 27.12.2012
Wrong section mate.
Re: Saving Stats help -
[TMS]Legena - 27.12.2012
Yes i see after posting that it is wrong
Re: Saving Stats help -
Frede - 27.12.2012
It is just a idea but...
you could do so
A = CreatePickup(...);
B = CreatePickup(...);
etc.
OnPickup....
{
And then use Dini to save it
https://sampforum.blast.hk/showthread.php?tid=47131
I know it is a registration sys, but it is pretty simple to edit it to a total normal save.
}
hope it help else if the dini not is something for you then try learn your own reg sys. Maybe it could help you saving
Re: Saving Stats help -
Frede - 27.12.2012
It is just a idea but...
you could do so
A = CreatePickup(...);
B = CreatePickup(...);
etc.
OnPickup....
{
And then use Dini to save it
https://sampforum.blast.hk/showthread.php?tid=47131
I know it is a registration sys, but it is pretty simple to edit it to a total normal save after names.
}
hope it help else if the dini not is something for you then try learn your own reg sys. Maybe it could help you saving