All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Multi Theft Auto: Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 03:27, 9 September 2022 User account Alex4ndvr talk contribs was created
- 02:06, 9 September 2022 User account Eugene talk contribs was created
- 19:37, 7 September 2022 User account Elelze talk contribs was created
- 19:52, 2 September 2022 User account BO4MAN talk contribs was created
- 15:50, 2 September 2022 User account AmRAShams talk contribs was created
- 10:35, 30 August 2022 User account MrKhiyarAM talk contribs was created
- 20:40, 29 August 2022 LordHenry talk contribs created page Template talk:ZoneNames (Created page with "'''Las Venturas (Red County):''' *'''Position X''' = 2999.0001220704 *'''Position Y''' = 591.9999694825 *'''Position Z''' = -242.0000076293")
- 20:36, 29 August 2022 LordHenry talk contribs created page Template:ZoneNames (Created page with "* '''Whetstone''' ** Angel Pine ** Flint County ** Foster Valley ** Mount Chiliad ** Shady Cabin ** Shady Creeks * '''Flint County''' ** Back o Beyond ** Beacon Hill ** Easter Bay Chemicals ** Flint Intersection ** Flint Range ** Leafy Hollow ** Los Santos Inlet * '''Los Santos''' ** Commerce ** Conference Center ** Downtown Los Santos ** East Beach ** East Los Santos ** El Corona ** Ganton ** Glen Park ** Idlewood ** Jefferson ** Las Colinas ** Little Mexico ** Los Fl...")
- 17:17, 29 August 2022 User account 0xKendry talk contribs was created
- 12:36, 28 August 2022 User account AmirMmd talk contribs was created
- 11:18, 27 August 2022 Myonlake talk contribs deleted page Broken/ar:الصفحه الرئيسيه
- 18:34, 26 August 2022 User account Qsll talk contribs was created
- 18:24, 26 August 2022 User account Syaan talk contribs was created
- 06:02, 26 August 2022 User account Derx talk contribs was created
- 07:05, 24 August 2022 User account Lucku123 talk contribs was created
- 22:33, 23 August 2022 Lettify talk contribs created page GetElementDirectionCardialPoint (Created page with "__NOTOC__ {{Useful Function}} This function returns the direction of the element according to the ''wind rose''.<br> ==Syntax== <syntaxhighlight lang="lua">string getElementDirectionCardialPoint( element theElement )</syntaxhighlight> ===Required Arguments=== * '''theElement''': The element to be able to get direction. ==Returns== Returns a string indicating the cardinal direction the element is in (North, East, South and West). Otherwise nil. ==Code== <section n...")
- 22:25, 23 August 2022 User account MickaEla talk contribs was created
- 09:54, 23 August 2022 User account Payzival0 talk contribs was created
- 16:40, 21 August 2022 Etrnl talk contribs created page User:Etrnl (Created page with "Wassup? https://github.com/etrnl1337 discord: etrnl#4901")
- 05:06, 21 August 2022 User account AmiR.Shams talk contribs was created
- 08:50, 20 August 2022 User account ChloeArmstrong talk contribs was created
- 09:26, 19 August 2022 Tracer talk contribs created page 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...")
- 12:51, 18 August 2022 User account Houssak talk contribs was created
- 21:32, 16 August 2022 User account OnrcUlovocha talk contribs was created
- 23:54, 15 August 2022 User account DOBI talk contribs was created
- 07:56, 13 August 2022 Kezoto talk contribs created page Table.sortNumerically (Created page with "{{Useful Function}} __NOTOC__ This function sorts tables by index numerically from largest to smallest or from smallest to largest. Its also useful for removing gaps from your table. <br> '''Important : WORKS ONLY FOR TABLES WITH NUMERIC INDEXES!''' <br> ==Syntax== <syntaxhighlight lang="lua">table table.sortNumerically( table theTable, bool fromHighestToLowest = false )</syntaxhighlight> ===Required Arguments=== * '''theTable''': the table you would like to sort. ===O...")
- 17:39, 12 August 2022 Kezoto talk contribs created page DxDrawShadedText (Created page with "{{Useful Function}} __NOTOC__ This function creates shadow effect for the dxText. <br> '''Important : WORKS ONLY FOR DX TEXT!''' <br> ==Syntax== <syntaxhighlight lang="lua">table dxDrawShadedText( string text, number leftX, number topY, number rightX, number bottomY, color color, color shadowColor, number offsetX, number offsetY)</syntaxhighlight> ===Required Arguments=== * '''text''': the string with your text. *'''text:''' the text to draw *'''leftX:''' the absolute...")
- 13:13, 12 August 2022 User account TC amir talk contribs was created
- 22:18, 11 August 2022 TFv10 talk contribs created page Dgs3DImageIsAttached (Created page with "{{Server client function}} __NOTOC__ <!-- Describe in plain english what this function does. Don't go into details, just give an overview --> This functions checks whether or not an element is attached to another element. ==Syntax== <!-- NOTE: don't use 'special' names for variable names, e.g. you shouldn't be writing things like 'player player, vehicle vehicle', instead write something like 'player thePlayer, vehicle vehicleToGetInto'. This is less confusing and preve...")
- 22:10, 11 August 2022 TFv10 talk contribs created page Dgs3DImageDetachFromElement (Created page with "__NOTOC__ {{Server client function}} This function detaches attached 3DImageElement from another element. ==Syntax== <syntaxhighlight lang="lua"> bool detachElements ( element the3DImageElement, [ element theAttachToElement ] ) </syntaxhighlight> {{OOP||element:3DImageDetachFromElement||3DImageAttachToElement}} ===Required Arguments=== *'''the3DImageElement:''' The element to be detached (the "child") ===Optional Arguments=== {{OptionalArg}} *'''theAttachToEl...")
- 21:36, 11 August 2022 TFv10 talk contribs created page Dgs3DImageAttachToElement (Created page with "__NOTOC__ {{Client function}} This function attaches one element to another, so that the first one follows the second whenever it moves. If an attempt is made to attach two elements that are already attached the opposite way (eg theElement becomes theAttachToElement and vice versa), the 1st attachment order is automatically detached in favor of the 2nd attachment order. For example, if carA was attached to carB, now carB is attached to carA. Also, an element cannot be...")
- 12:02, 11 August 2022 User account Houssak-Alaa talk contribs was created
- 08:58, 11 August 2022 User account Lehash talk contribs was created
- 14:18, 9 August 2022 User account Егор talk contribs was created
- 17:26, 8 August 2022 User account Hell talk contribs was created
- 01:03, 8 August 2022 User account Eovictorkrl talk contribs was created
- 15:32, 3 August 2022 User account Bruise talk contribs was created
- 22:54, 2 August 2022 User account CaL1X talk contribs was created
- 08:04, 2 August 2022 User account Ennio talk contribs was created
- 22:16, 29 July 2022 User account Anthonyff12 talk contribs was created
- 11:27, 29 July 2022 User account LeonardoSilvaMTA talk contribs was created
- 19:06, 28 July 2022 User account Василий talk contribs was created
- 13:33, 28 July 2022 User account Pedrow talk contribs was created
- 10:28, 28 July 2022 User account HHH111 talk contribs was created
- 10:02, 28 July 2022 User account LLL999 talk contribs was created
- 10:16, 27 July 2022 User account ZCloud talk contribs was created
- 15:20, 25 July 2022 User account Никита talk contribs was created
- 04:25, 24 July 2022 User account Luisdavi007 talk contribs was created
- 16:01, 22 July 2022 User account Mittell Buurman talk contribs was created
- 16:04, 21 July 2022 Shady talk contribs created page DE/Building MTASA Server on GNU Linux (The translations I make are copy-paste, it forces me to make changes on the site because I don't want even the slightest mistake. Best regards Shady)