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



Re: Question +[rep] - cs_waller - 07.05.2012

Hello guys, I using Dini for my register system. The player accounts is saved in scriptfiles folder. Now for example: everyone have Member= ...
How to make command to display all player names with Member=1 even if they are online or offline ?


Re: Question - Kitten - 07.05.2012

When they register, register them a specific register ID, as in

Код:
Member = TestUser
ID: 1
So for example , /banid id reason would be a great example of banning a certain player offline.


Re: Question - Shabi RoxX - 07.05.2012

I think its quit impossible to check/read all files name in a folder , but its possible.

I already said you can't , best way is to make a file to store all registered player so you can easily read them.


Edited:This messed up:


Re: Question + [rep] - cs_waller - 07.05.2012

Yes, but how to read all file accounts ?


Re: Question - cs_waller - 08.05.2012

BUMP