User contributions for Tracer
Jump to navigation
Jump to search
1 March 2023
- 16:2016:20, 1 March 2023 diff hist +90 m AclSetRight Added an important note regarding ACL rights
28 February 2023
- 17:4317:43, 28 February 2023 diff hist +4 m Math Fixed a typo. It should be randomseed and not random itself.
20 February 2023
- 17:1117:11, 20 February 2023 diff hist +29 N Sockets Redirected page to Modules/Sockets current Tag: New redirect
12 February 2023
- 16:2116:21, 12 February 2023 diff hist −157 m GetGroundPosition Changed syntax a little bit
26 January 2023
- 20:5820:58, 26 January 2023 diff hist +2 m Lua compilation API Changed formatting
- 20:5720:57, 26 January 2023 diff hist +178 m Lua compilation API Changed "compilation" to be a customizable option
- 20:5420:54, 26 January 2023 diff hist +2,253 m Lua compilation API Added Python example
24 December 2022
- 13:1813:18, 24 December 2022 diff hist 0 m Modules Introduction Fixed a typo
23 November 2022
- 15:0415:04, 23 November 2022 diff hist −37 m TriggerEvent Updated to the newest standards
19 August 2022
- 09:4409:44, 19 August 2022 diff hist +41 m Template:Shared utility functions Changed template
- 09:4309:43, 19 August 2022 diff hist +41 m Template:Utility functions Changed template
- 09:4009:40, 19 August 2022 diff hist −5 m Template:Shared server functions Changed language from Russian to English
- 09:4009:40, 19 August 2022 diff hist 0 m Template:Utility functions Changed template a little bit
- 09:3609:36, 19 August 2022 diff hist +56 m Template:Shared utility functions Added "generateKeyPair" function
- 09:3509:35, 19 August 2022 diff hist 0 m Template:Shared utility functions Sorted list
- 09:3009:30, 19 August 2022 diff hist +56 Template:Utility functions Added "generateKeyPair"
- 09:2609:26, 19 August 2022 diff hist +994 N GenerateKeyPair Created page with "__NOTOC__ {{Shared function}} {{Added feature/item|1.6.0|1.5.9|21055|This function creates a new public key and private key for encrypting data}} {{Needs Example}} Category:Incomplete ==Syntax== <syntaxhighlight lang="lua"> string, string GenerateKeyPair ( string algorithm, table options [, function callback ] ) </syntaxhighlight> ===Required Arguments=== *'''algorithm:''' The algorithm to use: ** ''RSA'': use the RSA public-key algorithm *'''options:''' table..."
10 July 2022
- 17:5917:59, 10 July 2022 diff hist −99 m Table.fromString Changed description current
6 July 2022
- 12:0712:07, 6 July 2022 diff hist +84 m Template:Handling Properties Changed website links current
- 12:0612:06, 6 July 2022 diff hist +29 m Template:Handling Properties Removed website link
30 June 2022
- 18:0918:09, 30 June 2022 diff hist −265 m IfElse Removed redundant codeblock current
- 13:3513:35, 30 June 2022 diff hist +409 m IfElse Added comment. This operation already exist in lua. See: Lua ternary operation - http://lua-users.org/wiki/TernaryOperator
25 June 2022
- 17:5017:50, 25 June 2022 diff hist −128 m Template:Useful Functions removed "table.toStringArray"
- 17:4417:44, 25 June 2022 diff hist +58 m PL/Client side scripts Updated syntax current
- 17:4117:41, 25 June 2022 diff hist −24 m Modules Removed "Incomplete" flag
17 June 2022
- 16:2016:20, 17 June 2022 diff hist +722 m Wstęp do pisania modułów 2 Added a little summary to the modules current
7 June 2022
- 07:2707:27, 7 June 2022 diff hist +29 m Modules Introduction Added polish reference
- 07:2607:26, 7 June 2022 diff hist +41 N PL/Modules Introduction Redirected page to Wstęp do pisania modułów current Tag: New redirect
- 07:2507:25, 7 June 2022 diff hist +30 m Wstęp do pisania modułów Added english reference current
- 07:2407:24, 7 June 2022 diff hist +11 m Modules Introduction Changed formatting
- 07:2307:23, 7 June 2022 diff hist −169 m Modules Introduction Changed formatting
- 07:2207:22, 7 June 2022 diff hist −161 m Wstęp do pisania modułów Changed formatting
- 07:2107:21, 7 June 2022 diff hist −28 m IsElementInAir Removed from the "Needs checking" list
- 07:1907:19, 7 June 2022 diff hist −27 m IsElementInAir Fixed formatting
- 07:1907:19, 7 June 2022 diff hist +10 m IsElementInAir Changed syntax a little
- 07:1807:18, 7 June 2022 diff hist +99 m IsElementInAir Changed syntax a little
- 07:1507:15, 7 June 2022 diff hist −547 m IsElementInAir Fixed the function
- 06:1706:17, 7 June 2022 diff hist +112 m Modules Added tutorial for modules
- 06:1406:14, 7 June 2022 diff hist +5,156 N Modules Introduction Created page with "Modules are extensions for Multi Theft Auto's Lua core, allowing the integration and use of custom Lua functions that have been written in C++, and compiled as a DLL or SO file. Modules are commonly used to create functions for such purposes that Multi Theft Auto lacks, such as sockets. ==Getting sterted== To start writing new modules, you need to have at least basic knowledge of programming in C/C++.<br/> This tutorial '''does not teach''' you how t..."
6 June 2022
- 20:1420:14, 6 June 2022 diff hist −668 Moduły Added polish tutorials current
- 20:0620:06, 6 June 2022 diff hist +170 m Wstęp do pisania modułów Added part 2
- 20:0320:03, 6 June 2022 diff hist +6,261 N Wstęp do pisania modułów 2 Created page with "W poprzedniej części wyjaśniliśmy sobie czym są moduły, jak pobrać szablon modułu oraz co on zawiera.<br/> W tej części omówimy sobie poszczególne części naszego modułu (co dana rzecz robi). Nasz moduł w tym poradniku będzie się nazywał '''PrzykladowyModul''' ===./src/ml_przykladowymodul.cpp=== <syntaxhighlight lang="c++"> #include <include/ml_przykladowymodul.hpp> #include <include/CFunctions.h> ILuaModuleManager10* pModuleManager = NULL; bool ms_b..."
- 17:4917:49, 6 June 2022 diff hist +16 Wstęp do pisania modułów No edit summary
- 17:4917:49, 6 June 2022 diff hist −7 m Wstęp do pisania modułów No edit summary
- 15:1115:11, 6 June 2022 diff hist +224 Wstęp do pisania modułów No edit summary
- 15:0915:09, 6 June 2022 diff hist +4,627 Wstęp do pisania modułów No edit summary
29 May 2022
- 12:2212:22, 29 May 2022 diff hist +358 N Wstęp do pisania modułów Created page with "Moduły są rozszerzeniami rdzenia MTA Lua, które umożliwiają integrację i używanie niestandardowych funkcji Lua, które zostały napisane w C++ i skompilowane jako plik DLL lub SO. Moduły są powszechnie używane do tworzenia funkcji do takich celów, których brakuje w Multi Theft Auto, takich jak gniazda. ==Wprowadzenie== TODO"
- 10:5710:57, 29 May 2022 diff hist +622 m Wstęp do pisania skryptów Added language references and changed article a little bit current
- 10:1110:11, 29 May 2022 diff hist +32 m Scripting Introduction Added polish reference
28 May 2022
- 15:5115:51, 28 May 2022 diff hist −11 m Strona główna Changed to polish reference