Skip to content

Commit c3b99d4

Browse files
author
Y_Less
committed
Fix open.mp added compatibility version.
1 parent 5197d4b commit c3b99d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ if (unformat(params, "ui", giveplayerid, amount))
208208

209209
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.
210210

211-
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`:
211+
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`:
212212

213213
```json
214214
{

0 commit comments

Comments
 (0)