Skip to content

Commit

Permalink
Fix open.mp added compatibility version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Y_Less committed Jun 25, 2022
1 parent 5197d4b commit c3b99d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ if (unformat(params, "ui", giveplayerid, amount))

The `sscanf` binary (`sscanf.dll` on Windows, or `sscanf.so` on Linux) works as both a legacy (SA:MP) plugin or an *open.mp* component. The recommended method is to use it as a component - just place the file in the `components` directory in the server root and *open.mp* will load it automatically.

If you wish to use it as a legacy plugin for some reason (there is no need if you are on version `2.13.1` or higher) place it in the `plugins` directory in the open.mp server root and either follow the *SA:MP*-specific instructions for `server.cfg` on your platform or add `"sscanf"` to `"pawn.legacy_plugins"` in `config.json`:
If you wish to use it as a legacy plugin for some reason (there is no need if you are on version `2.12.1` or higher) place it in the `plugins` directory in the open.mp server root and either follow the *SA:MP*-specific instructions for `server.cfg` on your platform or add `"sscanf"` to `"pawn.legacy_plugins"` in `config.json`:

```json
{
Expand Down

0 comments on commit c3b99d4

Please sign in to comment.