Skip to content

Commit 081b65f

Browse files
authored
Add fmt plugin into legacy plugin list
1 parent ee4deb6 commit 081b65f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Server/Components/Pawn/PluginManager/PluginManager.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ struct BrokenPluginMessageData
1616
StringView message;
1717
};
1818

19-
static const StaticArray<BrokenPluginMessageData, 23> BrokenPlugins = {
19+
static const StaticArray<BrokenPluginMessageData, 24> BrokenPlugins = {
2020
{
2121
{ "YSF", "It requires memory hacking to run and is therefore broken on open.mp, we already added many built-in features from YSF to open.mp and the rest are coming" },
2222
{ "YSF_DL", "It requires memory hacking to run and is therefore broken on open.mp, we already added many built-in features from YSF to open.mp and the rest are coming" },
@@ -38,6 +38,7 @@ static const StaticArray<BrokenPluginMessageData, 23> BrokenPlugins = {
3838
{ "pawncmd", "There is an open.mp compatible version you can find here: https://github.com/katursis/Pawn.CMD/releases , make sure to download x.x.x-omp version." },
3939
{ "sampvoice", "There is an open.mp compatible version you can find here: https://github.com/AmyrAhmady/sampvoice/releases , make sure to download x.x.x-omp version." },
4040

41+
{ "fmt", "It is not needed anymore since open.mp has support for formatted strings in various natives" },
4142
{ "nativechecker", "It is not needed anymore since open.mp has built in native checking mechanism when a script is being loaded" },
4243
{ "samp-compat", "It is not needed anymore since open.mp has built in compat mechanism between 0.3.7 and 0.3DL versions" },
4344
{ "LFN", "It is not needed anymore since open.mp has support for longer function names, just compile your scripts with our compiler" },

0 commit comments

Comments
 (0)