SA-MP Forums Archive
[Plugin] [REL] FileManager 1.4 (24th of June 2012) - 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: Plugin Development (https://sampforum.blast.hk/forumdisplay.php?fid=18)
+--- Thread: [Plugin] [REL] FileManager 1.4 (24th of June 2012) (/showthread.php?tid=92246)

Pages: 1 2 3 4 5 6 7 8


Re: [REL] FileManager - JaTochNietDan - 01.02.2010

Quote:
Originally Posted by CalgonX
Dumb Question - How can I check if a file exists? as fexist() is limited to /scriptfiles/
I didn't add a function to check if a file exists specifically, however you can use a function like file_read and it will return 0 if the file does not exist, like so

pawn Код:
if(!file_read("nonexistantfile",uselessstring)) // File does not exist



Re: [REL] FileManager - Deat_Itself - 11.02.2010

i liked it so much awesome


Re: [REL] FileManager - Franjdea - 01.03.2010

Nice work.


Re: [REL] FileManager - Bacovsky - 13.03.2010

Link death, plz reuploud


Re: [REL] FileManager - Patrik356b - 19.03.2010

Quote:
Originally Posted by JaTochNietDan
Can't you just write files with the SA-MP scripts?
Yes, but it's limited to the "/scriptfiles/" part of your server installation. This will allow you to write files from the root directory of your SA-MP server, so you can write it into filterscripts, gamemodes, etc...
Actually it's not limited to only scriptfiles, while 0.2X was used, I had several scripts that both wrote and read files from/to " ..\data\ " which was a folder in the server root directory

I don't think it would work on linux, but someone with linux knowledge should know
_________________________________________________

I just started using this plugin and it's great


Re: [REL] FileManager - arnutisz - 26.03.2010

Can anyone reupload this plugin?


Re: [REL] FileManager - erorcun - 27.03.2010

Quote:
Originally Posted by Scott[LT
]
Can anyone reupload this plugin?
Windows version: http://hotfile.com/dl/34855196/1d8f1...nager.zip.html


Re: AW: [REL] FileManager - JaTochNietDan - 07.08.2010

Quote:
Originally Posted by Meta
Посмотреть сообщение
How about creating Folders?
Would be nice, so a script (a FS for example) could create the folders itselves so that the files can be saved
Your wish has come true, check out the new update!


Re: [REL] FileManager - Hiddos - 07.08.2010

Awesome. Not that I go outside my filterscripts folder, but creating new directories is useful. Good job, once again.


Re: [REL] FileManager - RyDeR` - 17.08.2010

nvm.......


Re: [REL] FileManager - rbN. - 18.08.2010

Loading plugin FileManager... FAILED..

I got vista :P


Re: [REL] FileManager - RyDeR` - 18.08.2010

I have a bug report, I hope you can fix it so we can use it proper?

The bug is at file_read. When I just want to read for example 123456789 from a text it outputs
123456789ээээ

Something is wrong. :/

Hope you can fix it as quick as possible.


Re: [REL] FileManager - gamer931215 - 21.08.2010

Quote:
Originally Posted by dugi
Посмотреть сообщение
It's allowed as long as the source is released.
Does that also count for software ? got an few apps released (sorry :$ but isnt an virus anyways) but i would like to make a new version of my .map converter soon. But i wont like to get banned :P


AW: [REL] FileManager - Meta - 24.08.2010

does the "file_exists(file[]);" function look at upper and lowercase?
(or is it like default, on windows it does and on linux it doesn't?)

This would please me, so that i can check my userfiles, because I think you all know, that Players can use Names twice on Linux, like Meta and mEta, those are completely different Users. Windows Servers handle those Files as ONE File, so that mEta is the same as Meta.

If you could program it like Windows Servers, (if it isn't like this in the actual version) so that your Plugin handles those Files like Windows, i would hire you and Pray to you everyday before going to bed ()

EDIT: I need MSVCP100D.dll to run my Server (on my PC, Testserver) within your Plugin o.O
EDITІ: I downloaded MSVCP100D.dll but this error still occures


Re: [REL] FileManager - JaTochNietDan - 24.08.2010

Quote:
Originally Posted by RyDeR`
Посмотреть сообщение
I have a bug report, I hope you can fix it so we can use it proper?

The bug is at file_read. When I just want to read for example 123456789 from a text it outputs
123456789ээээ

Something is wrong. :/

Hope you can fix it as quick as possible.
What OS does this happen on?

Quote:

does the "file_exists(file[]);" function look at upper and lowercase?
(or is it like default, on windows it does and on linux it doesn't?)

This would please me, so that i can check my userfiles, because I think you all know, that Players can use Names twice on Linux, like Meta and mEta, those are completely different Users. Windows Servers handle those Files as ONE File, so that mEta is the same as Meta.

If you could program it like Windows Servers, (if it isn't like this in the actual version) so that your Plugin handles those Files like Windows, i would hire you and Pray to you everyday before going to bed ()

EDIT: I need MSVCP100D.dll to run my Server (on my PC, Testserver) within your Plugin o.O
EDITІ: I downloaded MSVCP100D.dll but this error still occures

It should handle it like the filesystem of the Operating System would handle it.


AW: [REL] FileManager - Meta - 24.08.2010

hm, okay
But what about MSVCP100D.dll?
Whithout it, i can't start the server anymore.
If it's there (doesn't matter where, Server folder, plugins oder system32), i get the same error
If i use it as Plugin, it wants to have MSVCR100D.dll o.O

HelpMe();


Re: [REL] FileManager - RyDeR` - 24.08.2010

Quote:
Originally Posted by JaTochNietDan
Посмотреть сообщение
What OS does this happen on?



It should handle it like the filesystem of the Operating System would handle it.
Windows 7 Ultimate (x64)


Re: [REL] FileManager 1.1 - GBLTeam - 13.09.2010

verry nice ! good work


Re: [REL] FileManager 1.1 - DiddyBop - 13.09.2010

Thanks. Will use in system


Re: [REL] FileManager 1.1 - papagei9 - 18.09.2010

What's about my suggestion...?

pawn Код:
file_copy(source[], destination[]);