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).
- 07:06, 4 October 2025 User account Huzuber talk contribs was created
- 23:03, 1 October 2025 User account Bliss talk contribs was created
- 19:27, 30 September 2025 User account ToniiX talk contribs was created
- 23:28, 28 September 2025 User account PawPatroler talk contribs was created
- 23:42, 25 September 2025 User account Lalalalalal talk contribs was created
- 17:37, 23 September 2025 User account Vishal Poornima talk contribs was created
- 21:25, 21 September 2025 User account AbuMaher talk contribs was created
- 15:05, 19 September 2025 -ffs-PLASMA talk contribs created page User:-ffs-PLASMA (Created page with "mreow you part of ffs development...")
- 14:27, 17 September 2025 User account Anezafat talk contribs was created
- 13:46, 17 September 2025 RubyCommunity talk contribs created page File:FixPersianString.jpg
- 13:46, 17 September 2025 RubyCommunity talk contribs uploaded File:FixPersianString.jpg
- 13:30, 17 September 2025 RubyCommunity talk contribs created page File:Screenshot999.webp
- 13:30, 17 September 2025 RubyCommunity talk contribs uploaded File:Screenshot999.webp
- 13:50, 13 September 2025 User account Gokay talk contribs was created
- 09:47, 11 September 2025 Liwa talk contribs created page Template:DGS Plugin/Render Target Functions (Created page with "==Syntax== <syntaxhighlight lang="lua"> element dgsCreateRenderTarget( int width, int height [, bool isTransparent = true ] ) </syntaxhighlight> ===Required Arguments=== *'''width:''' The width of the render target in pixels. *'''height:''' The height of the render target in pixels. ===Optional Arguments=== *'''isTransparent:''' A boolean indicating if the render target should support transparency. Defaults to '''true'''. ===Returns=== Returns a render target element if...")
- 22:13, 10 September 2025 User account Mora Saber talk contribs was created
- 13:49, 8 September 2025 User account Некит talk contribs was created
- 00:02, 6 September 2025 Lettify talk contribs moved page BR-PT/setElementPosition to PT-BR/setElementPosition (Wrongly titled during creation)
- 23:59, 5 September 2025 Lettify talk contribs created page BR-PT/setElementPosition (Translation to Brazilian Portuguese)
- 11:13, 5 September 2025 IManGaaX talk contribs created page GetColorName (Created page with "{{Useful Function}} __NOTOC__ <lowercasetitle></lowercasetitle> This function retrieves the nearest color name for a given RGB value using an online API. {{Note|This function requires an active internet connection and fetches the color name from an external API asynchronously. The result is returned via a callback function.}} ==Syntax== <syntaxhighlight lang="lua">getColorName( int r, int g, int b, function callback(name) )</syntaxhighlight> ===Required Arguments=== *...")
- 10:12, 5 September 2025 IManGaaX talk contribs created page Table.flatten (Created page with "{{Useful Function}} __NOTOC__ <lowercasetitle></lowercasetitle> This function converts a nested table into a flattened table with concatenated keys. {{Note|This function recursively traverses all nested subtables and creates a new table where keys represent the original hierarchy using dot notation.}} ==Syntax== <syntaxhighlight lang="lua">table table.flatten( table t, [ string prefix = "" ] )</syntaxhighlight> ===Required Arguments=== * '''t''': the nested table to f...")
- 17:26, 3 September 2025 User account Senior talk contribs was created
- 16:39, 3 September 2025 User account MOROCCOOO talk contribs was created
- 00:31, 3 September 2025 O22 talk contribs created page GetServerAveragePing (Created page with "{{Useful Function}} __NOTOC__ This function gets average players ping. ==Syntax== <syntaxhighlight lang="lua">int getAveragePing( )</syntaxhighlight> ===Returns=== Returns the average players ping as integer. <br> Returns '''0''' if no players are online. ==Code== <section name="Shared" class="both" show="true"> <syntaxhighlight lang="lua"> function getAveragePing() local players = getElementsByType("player") if #players == 0 then return 0 end...")
- 09:14, 28 August 2025 User account Aym4n talk contribs was created
- 19:04, 27 August 2025 User account R3dfield talk contribs was created
- 13:01, 26 August 2025 User account Casti talk contribs was created
- 07:05, 26 August 2025 User account Banmobil talk contribs was created
- 12:57, 25 August 2025 User account INawaF talk contribs was created
- 18:39, 24 August 2025 User account Tzwer talk contribs was created
- 09:11, 24 August 2025 User account Gallardo956 talk contribs was created
- 22:59, 23 August 2025 Lettify talk contribs created page DgsGIFGetSize (Created page with "__NOTOC__ {{Client function}} Returns the dimensions (width and height) of a GIF element created using dgsCreateGIF. The values correspond to the original size extracted from the GIF file during loading. ==Syntax== <syntaxhighlight lang="lua"> int int dgsGIFGetSize( element gif ) </syntaxhighlight> ===Required Arguments=== *'''gif: ''' The '''dgs-dxgif''' type element you want to get the size of. ===Returns=== Returns two integers corresponding to ''width'' an...")
- 10:27, 23 August 2025 Thisdp talk contribs created page DgsCreateGIF (Created page with "__NOTOC__ {{Client function}} This function creates a GIF interface plugin. ==Syntax== <syntaxhighlight lang="lua"> element dgsCreateGIF( string pathOrRaw ) </syntaxhighlight> ===Required Arguments=== *'''pathOrRaw: ''' A string representing the path to your GIF file, or the raw GIF data ===Returns=== Returns a dgs-dxgif element (DGS Plugin Type)[ dgs-dxgif (Element Type) ] if succeed, ''false'' otherwise ==Example== <syntaxhighlight lang="lua"> DGS = exports.dg...")
- 10:23, 23 August 2025 Thisdp talk contribs created page Template:DGS Plugin/Gif (Created page with "*dgsCreateGIF *dgsGIFGetSize *dgsGIFGetImageCount *dgsGIFGetImages *dgsGIFPlay *dgsGIFStop *dgsGIFSetSpeed *dgsGIFGetSpeed *dgsGIFGetPlaying *dgsGIFSetLooped *dgsGIFGetLooped *dgsGIFSetFrameID *dgsGIFGetFrameID")
- 10:36, 22 August 2025 LLL1L talk contribs moved page XDrawSVG to DxDrawSVG over redirect
- 10:36, 22 August 2025 LLL1L talk contribs deleted redirect DxDrawSVG by overwriting (Deleted to make way for move from "XDrawSVG")
- 10:36, 22 August 2025 LLL1L talk contribs moved page DXDrawSVG to XDrawSVG over redirect (Fixing function name to proper case: dxDrawSVG)
- 10:36, 22 August 2025 LLL1L talk contribs deleted redirect XDrawSVG by overwriting (Deleted to make way for move from "DXDrawSVG")
- 10:35, 22 August 2025 LLL1L talk contribs moved page XDrawSVG to DXDrawSVG (Fixing function name to proper case: dxDrawSVG)
- 10:35, 22 August 2025 LLL1L talk contribs moved page DxDrawSVG to XDrawSVG (Fixing function name to proper case: dxDrawSVG)
- 10:07, 22 August 2025 LLL1L talk contribs created page DxDrawSVG (Initial release of dxDrawSVG function with support for both raw SVG strings and external .svg files.)
- 09:24, 22 August 2025 User account LLL1L talk contribs was created
- 17:58, 20 August 2025 User account Sohilkakaee talk contribs was created
- 16:16, 19 August 2025 User account Makeshov talk contribs was created
- 21:15, 17 August 2025 -ffs-PLASMA talk contribs created page OnPedWeaponReload (Created page with "__NOTOC__ {{Server event}} This event is triggered when a ped reloads his weapons. ==Parameters== <syntaxhighlight lang="lua"> int weapon, int clip, int ammo </syntaxhighlight> *'''weapon''': an int representing the weapon that was switched from. *'''clip''': an int representing the weapon clip size. *'''ammo''': an int representing the weapon ammo. ==Source== The source of this event is the ped that reloade...")
- 14:43, 13 August 2025 User account BeHzAd talk contribs was created
- 16:19, 12 August 2025 User account ShyGuy talk contribs was created
- 17:34, 11 August 2025 User account ZiroxHQ talk contribs was created
- 20:13, 9 August 2025 User account RIOS01 talk contribs was created
- 19:25, 9 August 2025 User account JayJenkins talk contribs was created