Skip to content

Commit cc6c70c

Browse files
committed
Important updates in readme
1 parent f871543 commit cc6c70c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Compatibility is quite high:
4040
- Almost all SA-MP **scripting functions** and **callbacks** are
4141
implemented.
4242
- **Database** functions (`db_*`) are implemented.
43-
- SA-MP server **plugins** work unmodified.
43+
- SA-MP server **plugins** work unmodified, if they don't use memory hacking.
4444
- SA-MP style **rcon** commands are available from the server console
4545
and the ingame console.
4646

@@ -83,6 +83,9 @@ features:
8383
- You can **load plugins dynamically**, while the server is running.
8484
Use the `loadplugin` console command for this.
8585

86+
- There is no hard-coded max filterscript count, the **number of
87+
running filterscripts is unlimited**.
88+
8689
## Installation
8790

8891
*amx* consists of a binary server module (.dll/.so) and a Lua resource.

0 commit comments

Comments
 (0)