How can I do this? - 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: How can I do this? (
/showthread.php?tid=332410)
How can I do this? -
TiNcH010 - 08.04.2012
Hi! I need read 'X' folder and inside of these folder there are dini's accounts. So, I want this appear in a dialog style list.
The accounts from a 'X' folder's appear in a DIALOG_STYLE_LIST (account by account, I mean one line, one account).
Thanks!
PS: I tried with fread, and some shit, but I can't do this
Re: How can I do this? -
[HiC]TheKiller - 08.04.2012
You cant actually get the names of files in a directory using PAWN unless you have everyone's name in a file. You will need to create a plugin for this.
Respuesta: Re: How can I do this? -
TiNcH010 - 08.04.2012
Quote:
Originally Posted by [HiC]TheKiller
You cant actually get the names of files in a directory using PAWN unless you have everyone's name in a file. You will need to create a plugin for this.
|
Ammm and another plugin exists for this?