Is that possible? - 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: Is that possible? (
/showthread.php?tid=372283)
Is that possible? -
Magic_Time - 26.08.2012
Hi, I created a new Admin system because of those errors that I had in LuxAdmin.
So it saves in a file called: "Account" the following things:
Код:
Money
Score
Time on Server
Rank
Admin level
Banned:
Kicked:
Warned:
Jailed:
Muted:
OnDuty:
TempBan/Time hour:
I created this system as a "Filterscript"
Today I created a GM TDM/DM, and I want to save the rank of the player too!
Is possible to save the rank data in the same.
"Account" file"?
I mean i just want to add the line "
"
On this file.
Is that possible, please reply!
Thanks in advance!
Re: Is that possible? -
Johnson_Brooks - 26.08.2012
Yes it's possible.
I will give you a suggestion
If you dont wont any bugs with your T(DM) merge your Custom Admin System with your T(DM) Gamemode.
Re: Is that possible? -
Akira297 - 26.08.2012
Yes, this should be possible.
--
Not sure, alittle sick and depressed o.e
Re: Is that possible? -
Johnson_Brooks - 26.08.2012
I tested it right now,no it's not possible.
Reason: You need to merge your Admin FS with your gamemode because if you save your player's rank in another .ini file that player will have 2 .ini files so no it is not possible
If you did not understand:
Your admin FS saves your player stats in a .ini files in the "Accounts/%s.ini".
If you save your player's rank in your gamemode's stats saving system it will create a new .ini file for the same player and that will crash your server.
Can't explain it more sorry.