21.09.2012, 05:42
(
Last edited by Mandrakke; 22/09/2012 at 07:27 PM.
)
With this filterscript you can edit in-game any file from your server's directory. Like server.cfg, players files, vehicles files and more.
Video
[ame]http://www.youtube.com/watch?v=BEezXfltmhs[/ame]
Requirement
Video
[ame]http://www.youtube.com/watch?v=BEezXfltmhs[/ame]
Requirement
- FileManager plugin
- To install it just download the .so (linux) or .dll (windows), drag it to your server's plugins directory and add "FileManager" to the variable "plugins" into server.cfg file.
- JaTochNietDan (FileManager plugin)
- Just type /fileeditor and have fun!
- Note№: Be sure you are logged in rcon.
- NoteІ: Be sure that your ID is below 20, you can edit it by changing "SERVER_PLAYERS" in the source file and recompiling it, but have in mind that this filterscript have several VERY LARGE arrays, adding 1 to SERVER_PLAYERS will create about 5000 more array cells. (this will not affect your server's performance, but it will take a while to compile)
- Version R1-1 (21/09/2012)
- Added multi-language support (see .pwn)
- Fixed an bug related to files with 300+ lines
- There are no bugs to fix yet.