Skip to content

Commit 677c509

Browse files
authored
Merge pull request #1178 from NexiusTailer/master
Remove warnings not applicable to omp server
2 parents b16e51b + c9b8edb commit 677c509

12 files changed

Lines changed: 7 additions & 40 deletions

File tree

frontend/docs/scripting/functions/IsPlayerStreamedIn.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,6 @@ if (IsPlayerStreamedIn(playerid, 0))
3939

4040
:::
4141

42-
:::warning
43-
44-
Players aren't streamed in on their own client, so if playerid is the same as forplayerid it will return false!
45-
46-
:::
47-
4842
## Related Functions
4943

5044
- [IsActorStreamedIn](IsActorStreamedIn): Checks if an actor is streamed in for a player.

frontend/docs/scripting/functions/strcmp.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,7 @@ if (!strcmp(string1, string2) && !isnull(string1) && !isnull(string2))
5353

5454
:::warning
5555

56-
- This function returns **0** if either string is empty. Check for null strings with `isnull()`.
57-
58-
- If you compare strings from a text file, you should take in to account the 'carriage return' and 'new line' special characters (`\r` `\n`), as they are included, when using [fread](fread).
56+
If you compare strings from a text file, you should take in to account the 'carriage return' and 'new line' special characters (`\r` `\n`), as they are included, when using [fread](fread).
5957

6058
:::
6159

frontend/i18n/bs/docusaurus-plugin-content-docs/current/scripting/functions/IsPlayerStreamedIn.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,6 @@ Igrači nestaju ako su udaljeni više od 150 metara (vidi server.cfg - stream_di
3737

3838
:::
3939

40-
:::warning
41-
42-
Igrači se ne prenose putem vlastitog klijenta (nisu učitani u vlastitom klijentu), pa ako je playerid isti kao forplayerid, vratit će se false!
43-
44-
:::
45-
4640
## Srodne Funkcije
4741

4842
- [IsActorStreamedIn](IsActorStreamedIn): Provjeri da li je aktor učitan kod igrača.

frontend/i18n/bs/docusaurus-plugin-content-docs/current/scripting/functions/strcmp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ if (!strcmp(string1, string2) && !isnull(string1) && !isnull(string2))
5353

5454
:::warning
5555

56-
Ova funkcija vraća 0 ako je bilo koji niz prazan. Provjerite ima li null nizova pomoću isnull (). Ako uspoređujete nizove iz tekstualne datoteke, trebali biste uzeti u obzir posebne znakove 'carriage return' i 'new line' (\r \n), kada su uključeni, kada koristite fread.
56+
Ako uspoređujete nizove iz tekstualne datoteke, trebali biste uzeti u obzir posebne znakove 'carriage return' i 'new line' (\r \n), kada su uključeni, kada koristite fread.
5757

5858
:::
5959

frontend/i18n/fa/docusaurus-plugin-content-docs/current/scripting/functions/IsPlayerStreamedIn.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,6 @@ if (IsPlayerStreamedIn(playerid, 0))
3939

4040
:::
4141

42-
:::warning
43-
44-
بازیکنان در کلاینت خودشون stream نمی‌شن، پس اگه playerid همون forplayerid باشه false برمی‌گردونه!
45-
46-
:::
47-
4842
## توابع مرتبط
4943

5044
- [IsActorStreamedIn](IsActorStreamedIn): چک می‌کنه که آیا یه actor برای بازیکن stream شده یا نه.

frontend/i18n/fa/docusaurus-plugin-content-docs/current/scripting/functions/strcmp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ if (!strcmp(string1, string2) && !isnull(string1) && !isnull(string2))
5757

5858
:::warning
5959

60-
اگر هر رشته خالی باشد ، این تابع 0 را برمی گرداند. رشته های null را با isnull () بررسی کنید. اگر رشته ها را از یک فایل متنی مقایسه می کنید ، باید هنگام استفاده از fread ، کاراکتر های خاص "carriage return" و "خط جدید" را در نظر بگیرید (n \r\) ، همانطور که در آنها گنجانده شده است.
60+
اگر رشته ها را از یک فایل متنی مقایسه می کنید ، باید هنگام استفاده از fread ، کاراکتر های خاص "carriage return" و "خط جدید" را در نظر بگیرید (n \r\) ، همانطور که در آنها گنجانده شده است.
6161

6262
:::
6363

frontend/i18n/id/docusaurus-plugin-content-docs/current/scripting/functions/strcmp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ if (!strcmp(string1, string2) && !isnull(string1) && !isnull(string2))
4949

5050
:::warning
5151

52-
Fungsi ini me-return 0 jika stringnya kosong. Cek string kosong dengan isnull(). Jika anda bandingkan strings dari sebuah file teks, anda harus mempertimbangkan karakter khusus seperti 'carriage return' dan 'new line' (\r \n), seperti yang telah disertakan, saat menggunakan fread.
52+
Jika anda bandingkan strings dari sebuah file teks, anda harus mempertimbangkan karakter khusus seperti 'carriage return' dan 'new line' (\r \n), seperti yang telah disertakan, saat menggunakan fread.
5353

5454
:::
5555

frontend/i18n/pt-BR/docusaurus-plugin-content-docs/current/scripting/functions/strcmp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ if (!strcmp(string1, string2) && !isnull(string1) && !isnull(string2))
5050

5151
:::warning
5252

53-
Esta função retorna 0 se uma das strings estiver vazia. Verifique se há strings nulas com isnull(). Se você comparar strings de um arquivo de texto, você deve levar em consideração os caracteres especiais 'carriage return' e 'new line' (\r \n), conforme eles são incluídos, ao usar fread().
53+
Se você comparar strings de um arquivo de texto, você deve levar em consideração os caracteres especiais 'carriage return' e 'new line' (\r \n), conforme eles são incluídos, ao usar fread().
5454

5555
:::
5656

frontend/i18n/th/docusaurus-plugin-content-docs/current/scripting/functions/IsPlayerStreamedIn.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,6 @@ Players stream out if they are more than 150 meters away (see server.cfg - strea
3737

3838
:::
3939

40-
:::warning
41-
42-
Players aren't streamed in on their own client, so if playerid is the same as forplayerid it will return false!
43-
44-
:::
45-
4640
## ฟังก์ชั่นที่เกี่ยวข้องกัน
4741

4842
- [IsActorStreamedIn](IsActorStreamedIn): Checks if an actor is streamed in for a player.

frontend/i18n/th/docusaurus-plugin-content-docs/current/scripting/functions/strcmp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ if (!strcmp(string1, string2) && !isnull(string1) && !isnull(string2))
5353

5454
:::warning
5555

56-
This function returns 0 if either string is empty. Check for null strings with isnull(). If you compare strings from a text file, you should take in to account the 'carriage return' and 'new line' special characters (\r \n), as they are included, when using fread.
56+
If you compare strings from a text file, you should take in to account the 'carriage return' and 'new line' special characters (\r \n), as they are included, when using fread.
5757

5858
:::
5959

0 commit comments

Comments
 (0)