SA-MP Forums Archive
view account. - 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: view account. (/showthread.php?tid=583763)



view account. - suni - 30.07.2015

hey is there a way to view an offline account from scriptfile? if yes, can you help me out?

the ini file look like this:
Код:
[account]
Password = ED606DE51E65A01EACD9853908C8EABC14BA09E63F3649F86B72D30EB1215E2A2CDA220C50B5064E03019967D167015ECE69D626B0EDA818A1D12479856436CC
Ip = 127.0.0.1
BlockPM = 0
Hours = 0
Minutes = 31
Seconds = 48
AdminWhoBanIt = 
Banned = 0
Reason = N/A
SecurityQuestion = help
Answer = 882214FBB4EC215476FBD4F87CFA83BE14E3015168F31DB966861C7AEDB9AF901446274FD938A410C4EA819CC213BC3A32A2FFEF38A58F0BEFC46C7737E70CE7
Cookies = 1
SaveSkin = 0
UseSkin = 0
Jail = 0
Mute = 0
MuteTime = 0
Admin = 0
Vip = 0
WantedLevel = 0
Score = 1
Money = 4900
Kills = 0
Deaths = 1
XPos = 0.000000
YPos = 0.000000
ZPos = 0.000000
Angle = 0.000000
Interior = 0
World = 0



AW: view account. - Kaliber - 30.07.2015

Just use Y_INI Look how you get the path from the file and you just have to tip the name of the offline person in the command...get the path of it...and can read the file


Re: view account. - Abagail - 30.07.2015

Yes you obviously can, you are still opening the file to obtain the information when the player is connected and online.


Re: view account. - suni - 30.07.2015

I have the path
Quote:

"MAdmin/Accounts/%s.ini"

but I don't know how to make the command like show up the account in an dialog.


Re: view account. - PMH - 30.07.2015

Use jladmin, or just download it and see /account xommand and how it works


Re: view account. - suni - 31.07.2015

-REMOVED-