Skip to content

Commit d5dcc99

Browse files
committed
Fix warning message to match the current one
nothing fundamental in there
1 parent c7b3b40 commit d5dcc99

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

frontend/docs/server/Installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -274,9 +274,9 @@ Or if you prefer you can use the mixed spellings:
274274

275275
<hr />
276276

277-
- **warning 234: function is deprecated (symbol "GetPlayerPoolSize") This function is fundamentally broken.**
278-
- **warning 234: function is deprecated (symbol "GetVehiclePoolSize") This function is fundamentally broken.**
279-
- **warning 234: function is deprecated (symbol "GetActorPoolSize") This function is fundamentally broken.**
277+
- **warning 234: function is deprecated (symbol "GetPlayerPoolSize") This function is broken.**
278+
- **warning 234: function is deprecated (symbol "GetVehiclePoolSize") This function is broken.**
279+
- **warning 234: function is deprecated (symbol "GetActorPoolSize") This function is broken.**
280280

281281
Replace `GetPlayerPoolSize()` with `MAX_PLAYERS`
282282

frontend/i18n/fa/docusaurus-plugin-content-docs/current/server/Installation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -280,9 +280,9 @@ GivePlayerWeapon(playerid, WEAPON_KNIFE, 1);
280280

281281
<hr />
282282

283-
- **warning 234: function is deprecated (symbol "GetPlayerPoolSize") This function is fundamentally broken.**
284-
- **warning 234: function is deprecated (symbol "GetVehiclePoolSize") This function is fundamentally broken.**
285-
- **warning 234: function is deprecated (symbol "GetActorPoolSize") This function is fundamentally broken.**
283+
- **warning 234: function is deprecated (symbol "GetPlayerPoolSize") This function is broken.**
284+
- **warning 234: function is deprecated (symbol "GetVehiclePoolSize") This function is broken.**
285+
- **warning 234: function is deprecated (symbol "GetActorPoolSize") This function is broken.**
286286

287287
`GetPlayerPoolSize()` را با `MAX_PLAYERS` جایگزین کنید
288288

@@ -398,4 +398,4 @@ format(string, sizeof(string), "OPEN%s", mp);
398398

399399
اگر همچنان مشکلی در اجرای سرور دارید، لطفاً به سرور رسمی Discord open.mp بپیوندید: https://discord.gg/samp
400400

401-
در کانال [#openmp-support](https://discord.com/channels/231799104731217931/966398440051445790) سوال کنید.
401+
در کانال [#openmp-support](https://discord.com/channels/231799104731217931/966398440051445790) سوال کنید.

frontend/i18n/nl/docusaurus-plugin-content-docs/current/server/Installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -274,9 +274,9 @@ Of, als je dat wilt, kun je gemengde spelling inschakelen:
274274

275275
<hr />
276276

277-
- **warning 234: function is deprecated (symbol "GetPlayerPoolSize") This function is fundamentally broken.**
278-
- **warning 234: function is deprecated (symbol "GetVehiclePoolSize") This function is fundamentally broken.**
279-
- **warning 234: function is deprecated (symbol "GetActorPoolSize") This function is fundamentally broken.**
277+
- **warning 234: function is deprecated (symbol "GetPlayerPoolSize") This function is broken.**
278+
- **warning 234: function is deprecated (symbol "GetVehiclePoolSize") This function is broken.**
279+
- **warning 234: function is deprecated (symbol "GetActorPoolSize") This function is broken.**
280280

281281
Vervang `GetPlayerPoolSize()` door `MAX_PLAYERS`
282282

0 commit comments

Comments
 (0)