nexquery / samp-file-system

Modern file system made for SA-MP (San Andreas Multiplayer)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub Release Download License

SA-MP File System

It is a modern plugin for San Andreas Multiplayer written in C++ 17 standards. This plugin allows you to make changes to files and folders.

What Can I Do With This Plugin?

What you do with this plugin is entirely up to your imagination. You can make the simplest example file explorer system.

Is there anything I should know?

Log messages are enabled by default. Run the function below to turn it off.

FileSystem_EnableLog(false);

Problems

The plugin has been tested on Windows and Linux, as far as I can see I haven't found any bugs. If you find an error, feel free to report it.

Supported Operating Systems

  • Windows
  • Linux

About

Modern file system made for SA-MP (San Andreas Multiplayer)

License:Apache License 2.0


Languages

Language:C++ 94.1%Language:C 3.6%Language:CMake 1.3%Language:Pawn 1.0%