SA-MP Forums Archive
What is the benefit of this feature in the AdminScript - 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)
+--- Thread: What is the benefit of this feature in the AdminScript (/showthread.php?tid=367188)



What is the benefit of this feature in the AdminScript - Healian - 09.08.2012

I tried either LuxAdmin or 0Admin and i found that both saves player stats like Kill \ Death \ Score and when i exit the game it saves my kills and deaths and score very nice , BUT the problem is when i relog i find my score 0 and every thing back to 0 {Even it is saved in the config file}

So what is the benefit in those script to save player stats if it does not load them onplayerspawn

if i am wrong please correct me...


Re: What is the benefit of this feature in the AdminScript - RowdyrideR - 09.08.2012

kills,deaths save for me. (LuxAdmin), it might be a problem from ya.


Re: What is the benefit of this feature in the AdminScript - Healian - 09.08.2012

i know they are saved but when i login again it does not loaded


Re: What is the benefit of this feature in the AdminScript - Healian - 09.08.2012

Any Help ?


Re: What is the benefit of this feature in the AdminScript - Healian - 09.08.2012

i want all player Kills\Deaths\Score to be retrieved on player spawn from the script 0Admin


Re: What is the benefit of this feature in the AdminScript - RowdyrideR - 09.08.2012

You mean reconnect, or restarting the server?

--
this might help. (LuxAdmin)

Line 67 :

Код:
#define SaveScore           false
Replace it with:

Код:
#define SaveScore           true
Hope it works..


Re: What is the benefit of this feature in the AdminScript - Eminem 2ka9 - 09.08.2012

http://www.mediafire.com/?r37ojjb3zvbyvd4

this will save everything, add it to your filterscripts and server.cfg


Re: What is the benefit of this feature in the AdminScript - SA-MPDrifter - 09.08.2012

If LuxAdmin isn't saving your stats then make sure that it is the very first FS to be loaded! This is vital or else many bugs will occur.