User contributions for Tracer
Jump to navigation
Jump to search
15 January 2022
- 17:2217:22, 15 January 2022 diff hist +1,688 N PL/Modules/Sockets/sockOpen Created page with "<pageclass class="#AA7592" subcaption="Moduł Gniazd"></pageclass> __NOTOC__ {{PL/ModuleFunction|Sockets}} Ta funkcja tworzy gniazdo (tzw ''socket'') ==Składnia== <syntaxhighlight lang="lua"> socket sockOpen ( string host, int port ) </syntaxhighlight> ===Wymagane argumenty=== * '''host:''' Nazwa DNS lub adres IP, z którym chcesz się połączyć np. "www.google.com" lub "192.168.0.101" * '''port:''' Port do powiązania gniazda np. 80 <!--* '''ssl:''' Wartość logicz..."
- 17:1317:13, 15 January 2022 diff hist −1 m PL/Modules/Sockets Fixed incorrect language spelling
- 17:1217:12, 15 January 2022 diff hist +1 m PL/Modules/Sockets Fixed incorrect language spelling
- 17:1117:11, 15 January 2022 diff hist +1,843 N PL/Modules/Sockets Created polish version of "Modules/Sockets" page.
- 16:5616:56, 15 January 2022 diff hist +244 m User:Tracer Updated my profile
14 January 2022
- 19:4119:41, 14 January 2022 diff hist −46 m GetCameraFieldOfView Deleted default values, they are independent from server current Tag: Manual revert
- 19:4019:40, 14 January 2022 diff hist +46 m GetCameraFieldOfView Added default values
- 19:1719:17, 14 January 2022 diff hist +25 m Template:CurrentVersion Added insensitive match searching
- 19:1319:13, 14 January 2022 diff hist +16 m GetVersion No edit summary
- 19:1219:12, 14 January 2022 diff hist +6 m GetVersion Fixed a spelling error
- 19:1119:11, 14 January 2022 diff hist +76 m Template:CurrentVersion Added "Type" parameter
- 19:0919:09, 14 January 2022 diff hist +46 m GetVersion Added "Current versions" note
- 19:0819:08, 14 January 2022 diff hist +629 N Template:CurrentVersion Created page with "<includeonly> {{#switch: {{{1|}}} | mta = 1.5.9 | netcode = 474 | number = 345 | sortable = 1.5.9-9.21118.0 | tag = 1.5.9-release-21118 | mta -> 1.5.9<br> netcode -> 474<br> number -> 345<br> sortable -> 1.5.9-9.21118.0<br> tag -> 1.5.9-release-21118<br> }} </includeonly> <noinclude> == Usage == <nowiki> {{CurrentVersion|mta}} -> "1.5.9" </nowiki><br> <nowiki> {{CurrentVersion|netcode}} -> "474" </nowiki><br> <nowiki> {{CurrentVersion|number}} -> "345" </nowiki><b..."
- 15:1715:17, 14 January 2022 diff hist +29 N User:Tracer Created page with "Some random polish programmer"
6 January 2022
- 14:5314:53, 6 January 2022 diff hist −22 m SpawnPlayer The first example was changed because it contained an error.
- 14:3614:36, 6 January 2022 diff hist −30 m OnPlayerResourceStart Example has been changed to a slightly cleaner one
- 14:0714:07, 6 January 2022 diff hist +103 m GetFarClipDistance Added default value current
- 14:0314:03, 6 January 2022 diff hist +24 m SetSkyGradient Updated syntax current
- 12:3612:36, 6 January 2022 diff hist 0 m Easing Changed link for "Qt documentation" because it was no longer valid. current
30 December 2021
- 18:1018:10, 30 December 2021 diff hist +8 m FetchRemote "error" is a reserved keyword.
- 09:4009:40, 30 December 2021 diff hist +19 m DgsMoveTo Changed example's syntax
17 November 2021
- 06:0606:06, 17 November 2021 diff hist +50 m OnPedDamage cancelEvent has no effect on this event.
16 November 2021
- 14:2614:26, 16 November 2021 diff hist −1 m PL/Element tree Literówka (Typo)
- 05:5005:50, 16 November 2021 diff hist +182 m CreateMarker Added another warning
31 October 2021
- 12:1212:12, 31 October 2021 diff hist +26 N CEF Redirected page to CEF Tutorial current Tag: New redirect
27 October 2021
- 19:2119:21, 27 October 2021 diff hist −7 m SetDevelopmentMode SetDevelopmentMode is Client-Side only
- 19:2019:20, 27 October 2021 diff hist −7 m GetDevelopmentMode GetDevelopmentMode is Client-Side only
15 October 2021
- 18:5718:57, 15 October 2021 diff hist −193 m Template:Useful Functions Remove "Clothes and body functions" section - It isn't worth it after all Tag: Manual revert
- 18:4618:46, 15 October 2021 diff hist +193 m Template:Useful Functions Added "Clothes and body functions" section & Added "getClothesByTextureName" section element
14 October 2021
- 17:5317:53, 14 October 2021 diff hist +1,085 N DgsComboBoxSetItemFont Created page with "{{Client function}} __NOTOC__ This function changes the font of a dgs combobox item. ==Syntax== <syntaxhighlight lang="lua"> bool dgsComboBoxSetItemFont ( element comboBox,..." current
- 12:4912:49, 14 October 2021 diff hist +36 N PL/ACL Redirected page to PL/Access Control List current Tag: New redirect
- 12:2512:25, 14 October 2021 diff hist +327 m PL/Access Control List Dodano kategorię: "Ważne informacje" | Added category: "Ważne informacje" (Important informations)
1 October 2021
- 14:4214:42, 1 October 2021 diff hist +178 m SetPedBleeding Added an example.
27 August 2021
- 14:1914:19, 27 August 2021 diff hist +164 m Template:Useful Functions Added "hexColorToRGB"
- 14:1814:18, 27 August 2021 diff hist +1,791 N HexColorToRGB This function covers all types of colors including original HEX ones, hex shortcuts and MTA tocolor values. current
24 August 2021
- 17:4517:45, 24 August 2021 diff hist +153 m Template:Useful Functions →Table functions
- 17:4417:44, 24 August 2021 diff hist −7 m Table.fromString .
- 17:4417:44, 24 August 2021 diff hist +760 N Table.fromString Created page with "{{Useful Function}} <lowercasetitle></lowercasetitle> __NOTOC__ This function converts string to a table.<br/> <span style='color:#AA0000'>If '''str''' is not a table, this fu..."
- 17:0817:08, 24 August 2021 diff hist +313 m Template:Useful Functions Added "table.toString" and "table.toStringArray"
23 January 2021
- 19:0119:01, 23 January 2021 diff hist +55 m RemoveVehicleSirens →Example
16 December 2020
- 14:2714:27, 16 December 2020 diff hist +1 m DgsCreateGradient No edit summary
- 14:2714:27, 16 December 2020 diff hist +549 N DgsCreateGradient Created page with "__NOTOC__ {{Client function}} This function is for creating a gradient for DGS elements. ==Syntax== <syntaxhighlight lang="lua"> element dgsCreateLabel ( float color1, floa..."
- 11:1511:15, 16 December 2020 diff hist +1 PL/Funkcje po stronie serwera No edit summary current
- 11:1511:15, 16 December 2020 diff hist +263 N Template:Dodawanie stron do kategorii i szablonów Created page with "<div style="background: #CEDFF2; border: 3px solid #CEDFF2;"> ''Współtwórcy:'' Utworzyłeś stronę, ale nie ma jej na tej liście? Zmieszany? '''Przeczytaj: Adding Pages..." current
- 11:0811:08, 16 December 2020 diff hist +2,048 PL/Funkcje po stronie serwera No edit summary
- 11:0711:07, 16 December 2020 diff hist +77 m PL/Funkcje po stronie serwera No edit summary
- 11:0411:04, 16 December 2020 diff hist +833 N PL/Funkcje po stronie serwera Created page with "<pageclass class="server"></pageclass> {{Adding_Pages_to_Categories_and_Templates}} This page lists all the '''server-side''' scripting functions that have been implemented an..."
- 10:5210:52, 16 December 2020 diff hist 0 PL/DbQuery No edit summary current
- 10:5210:52, 16 December 2020 diff hist +40 N Template:Funkcja serwerowa Tracer moved page Template:Funkcja serwerowa to Template:Funkcja Serwerowa current Tag: New redirect
- 10:5210:52, 16 December 2020 diff hist 0 m Template:Funkcja Serwerowa Tracer moved page Template:Funkcja serwerowa to Template:Funkcja Serwerowa current