Jump to content
AXEL777

Writing custom files

Recommended Posts

Why disabled function writing custom files in server side? Only worked ReadFile, don't worked WriteFile?

Share this post


Link to post
Share on other sites

You can write to a file on the server side. Try to open the file with OpenFile(path, FileMode) and write to it with FPrintln() or FPrint().

For more detailed information goto the scripts.pbo in the dta folder, extract it and goto 1_Core/proto/EnSystem.c

LBmaster

Share this post


Link to post
Share on other sites
4 hours ago, lbmaster said:

You can write to a file on the server side. Try to open the file with OpenFile(path, FileMode) and write to it with FPrintln() or FPrint().

For more detailed information goto the scripts.pbo in the dta folder, extract it and goto 1_Core/proto/EnSystem.c

LBmaster

It Doesn't work it seems to have been disabled by the devs

Share this post


Link to post
Share on other sites

Had the same problems now. I haven't tested it at that time. If you just want to output anything you can use the Admin Log.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×