File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ Compatibility is quite high:
40
40
- Almost all SA-MP ** scripting functions** and ** callbacks** are
41
41
implemented.
42
42
- ** 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 .
44
44
- SA-MP style ** rcon** commands are available from the server console
45
45
and the ingame console.
46
46
@@ -83,6 +83,9 @@ features:
83
83
- You can ** load plugins dynamically** , while the server is running.
84
84
Use the ` loadplugin ` console command for this.
85
85
86
+ - There is no hard-coded max filterscript count, the ** number of
87
+ running filterscripts is unlimited** .
88
+
86
89
## Installation
87
90
88
91
* amx* consists of a binary server module (.dll/.so) and a Lua resource.
You can’t perform that action at this time.
0 commit comments