You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: frontend/docs/scripting/functions/GetPlayerPoolSize.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ tags: ["player"]
9
9
10
10
## Description
11
11
12
-
Gets the highest playerid currently in use on the server. Note that in SA:MP this function is broken and will return `0` even when there are no players. fixes.inc and open.mp correct this to return `-1`, but also deprecate the function in favour of `MAX_PLAYERS` or `foreach`.
12
+
Gets the highest playerid currently in use on the server. Note that in SA:MP this function is broken and will return `0` even when there are no players. open.mp correct this to return `-1`, but also deprecate the function in favour of `MAX_PLAYERS` or `foreach`.
Copy file name to clipboardExpand all lines: frontend/docs/scripting/functions/GetVehiclePoolSize.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ tags: ["vehicle"]
9
9
10
10
## Description
11
11
12
-
Gets the highest vehicleid currently in use on the server. Note that in SA:MP this function is broken and will return `0` even when there are no vehicles. fixes.inc and open.mp correct this to return `-1`, but also deprecate the function in favour of `MAX_VEHICLES` or `foreach`.
12
+
Gets the highest vehicleid currently in use on the server. Note that in SA:MP this function is broken and will return `0` even when there are no vehicles. open.mp correct this to return `-1`, but also deprecate the function in favour of `MAX_VEHICLES` or `foreach`.
Copy file name to clipboardExpand all lines: frontend/docs/scripting/functions/valstr.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ valstr(string, value); // string is now "250"
33
33
34
34
:::warning
35
35
36
-
Passing a high value to this function can cause the server to freeze/crash. Fixes are available. Below is a fix that can be put straight in to your script (before valstr is used anywhere). [fixes.inc](https://github.com/pawn-lang/sa-mp-fixes) includes this fix.
36
+
Passing a high value to this function can cause the server to freeze/crash. Fixes are available. Below is a fix that can be put straight in to your script (before valstr is used anywhere). open.mp includes this fix.
Prosljeđivanje velike vrijednosti ovoj funkciji može dovesti do zamrzavanja / pada sistema. Dostupni su popravci. Ispod je popravak koji se može staviti ravno u vašu skriptu (prije nego što se valstr koristi bilo gdje). fixes.inc uključuje ovaj popravak.
52
+
Prosljeđivanje velike vrijednosti ovoj funkciji može dovesti do zamrzavanja / pada sistema. Dostupni su popravci. Ispod je popravak koji se može staviti ravno u vašu skriptu (prije nego što se valstr koristi bilo gdje). open.mp uključuje ovaj popravak.
Copy file name to clipboardExpand all lines: frontend/i18n/fa/docusaurus-plugin-content-docs/current/scripting/functions/GetPlayerPoolSize.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ tags: ["player"]
9
9
10
10
## توضیحات
11
11
12
-
دریافت بالاترین playerid که در حال حاضر در سرور استفاده میشود. توجه کنید که در SA:MP این تابع خراب است و حتی زمانی که هیچ بازیکنی نیست `0` برمیگرداند. fixes.inc و open.mp این را اصلاح میکنند تا `-1` برگرداند، اما همچنین این تابع را به نفع `MAX_PLAYERS` یا `foreach` منسوخ میکنند.
12
+
دریافت بالاترین playerid که در حال حاضر در سرور استفاده میشود. توجه کنید که در SA:MP این تابع خراب است و حتی زمانی که هیچ بازیکنی نیست `0` برمیگرداند. open.mp این را اصلاح میکنند تا `-1` برگرداند، اما همچنین این تابع را به نفع `MAX_PLAYERS` یا `foreach` منسوخ میکنند.
Copy file name to clipboardExpand all lines: frontend/i18n/fa/docusaurus-plugin-content-docs/current/scripting/functions/GetVehiclePoolSize.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ tags: ["vehicle"]
9
9
10
10
## توضیحات
11
11
12
-
بالاترین vehicleid که در حال حاضر در سرور استفاده میشه رو دریافت میکنه. توجه کن که در SA:MP این تابع خرابه و حتی وقتی هیچ وسیله نقلیهای نیست `0` برمیگردونه. fixes.inc و open.mp این رو درست کردن که `-1` برگردونه، اما همچنین این تابع رو deprecated کردن به نفع `MAX_VEHICLES` یا `foreach`.
12
+
بالاترین vehicleid که در حال حاضر در سرور استفاده میشه رو دریافت میکنه. توجه کن که در SA:MP این تابع خرابه و حتی وقتی هیچ وسیله نقلیهای نیست `0` برمیگردونه. open.mp این رو درست کردن که `-1` برگردونه، اما همچنین این تابع رو deprecated کردن به نفع `MAX_VEHICLES` یا `foreach`.
Copy file name to clipboardExpand all lines: frontend/i18n/fa/docusaurus-plugin-content-docs/current/scripting/functions/valstr.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ valstr(string, value); // رشته حالا "250" است
33
33
34
34
:::warning
35
35
36
-
ارسال مقدار بالا به این تابع میتواند باعث فریز/کرش سرور شود. راهحلهایی موجود است. در زیر راهحلی است که میتواند مستقیماً در اسکریپت شما قرار گیرد (قبل از اینکه valstr در جایی استفاده شود). [fixes.inc](https://github.com/pawn-lang/sa-mp-fixes) این راهحل را شامل میشود.
36
+
ارسال مقدار بالا به این تابع میتواند باعث فریز/کرش سرور شود. راهحلهایی موجود است. در زیر راهحلی است که میتواند مستقیماً در اسکریپت شما قرار گیرد (قبل از اینکه valstr در جایی استفاده شود). open.mp این راهحل را شامل میشود.
0 commit comments