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).
- 09:18, 25 October 2025 User account CadinPT talk contribs was created
- 00:20, 25 October 2025 User account Luislaxtv talk contribs was created
- 17:31, 24 October 2025 User account RULIN talk contribs was created
- 01:31, 23 October 2025 Lettify talk contribs created page PT-BR/OnPlayerLogin (Created page with "{{Server event}} __NOTOC__ Este evento é acionado quando um jogador se conecta em sua conta dentro do jogo. ==Parâmetros== <syntaxhighlight lang="lua"> account thePreviousAccount, account theCurrentAccount </syntaxhighlight> *'''thePreviousAccount''': A conta que o jogador se conectou anteriormente. *'''theCurrentAccount''': A conta que o jogador se conectou agora. ==Source== O source deste evento é o Elemen...")
- 20:23, 22 October 2025 Sybellex talk contribs created page Astrath:createTab (Created page with "= DxTab:new = {{Client function}} {{FuncDef|element DxTab:new ( element parent, string text, table color, table hoverColor, table activeColor, table tabColor )}} '''Description:''' Creates a new tab element inside a `DxTabPanel`. Tabs are linked to a panel and their positions are automatically managed according to the panel layout. Only usable with a valid `DxTabPanel` parent. '''Parameters:''' * parent (element) – A `DxTabPanel` element where this tab will be attac...")
- 20:19, 22 October 2025 Sybellex talk contribs created page Astrath:createTabPanel (Created page with "= DxTabPanel:new = {{Client function}} {{FuncDef|element DxTabPanel:new ( float posX, float posY, float width, float height, element parent, boolean relative, table color, table tabColor, table activeColor, table hoverColor, string font, float fontsize, string style, string tabStyle )}} '''Description:''' Creates a new tab panel DX element. A tab panel can hold multiple tabs and manage their selection and hover states. Automatically adjusts child tab positions and size...")
- 20:17, 22 October 2025 Sybellex talk contribs created page Astrath:createShape (Created page with "= DxShape:new = {{Client function}} {{FuncDef|element DxShape:new ( float posX, float posY, float width, float height, element parent, boolean relative, table color )}} '''Description:''' Creates a new DX-based shape element. Shapes can have custom colors, hover effects, and rounded corners. Each shape instance is automatically registered in the DX library. '''Parameters:''' * posX, posY (float) – Position on screen. * width, height (float) – Size of the shape. *...")
- 20:15, 22 October 2025 Sybellex talk contribs created page Astrath:createRadio (Created page with "= DxRadio:new = {{Client function}} {{FuncDef|element DxRadio:new ( string text, float posX, float posY, float width, float height, element parent, boolean relative, string key, string font, float fontsize )}} '''Description:''' Creates a new DX-based radio button element. Radio buttons are single-select controls grouped by a key, allowing only one selection per group. Each radio instance is automatically registered in the DX library. '''Parameters:''' * text (string)...")
- 20:14, 22 October 2025 Sybellex talk contribs created page Astrath:createMemo (Created page with "= DxMemo:new = {{Client function}} {{FuncDef|element DxMemo:new ( string text, float posX, float posY, float width, float height, element parent, boolean relative, string font, float fontsize )}} '''Description:''' Creates a new DX-based memo element. Memos are multi-line text boxes that support scrolling, cursor positioning, text input, custom fonts, colors, and read-only mode. Each memo instance is automatically registered in the DX library. '''Parameters:''' * text...")
- 20:12, 22 October 2025 Sybellex talk contribs created page Astrath:createLabel (Created page with "= DxLabel:new = {{Client function}} {{FuncDef|element DxLabel:new ( string text, float posX, float posY, float width, float height, element parent, boolean relative, string font, float fontsize, string horizontalAlign, string verticalAlign )}} '''Description:''' Creates a new DX-based label element. Labels display text, support parent-relative positioning, custom fonts, colors, alignment, and optional hover effects. Each label instance is automatically registered in th...")
- 19:59, 22 October 2025 Sybellex talk contribs created page Astrath:createImage (Created page with "= DxImage:new = {{Client function}} {{FuncDef|element DxImage:new ( string path, float posX, float posY, float width, float height, element parent, boolean relative )}} '''Description:''' Creates a DX image element. An image element displays a static image from a file on the screen. '''Parameters:''' path (string) – Path to the image file (must exist). posX, posY (float) – Position on screen. width, height (float) – Size of the image. parent (element) – P...")
- 19:56, 22 October 2025 Sybellex talk contribs created page Astrath:createHidden (Created page with "= DxHidden:new = {{Client function}} {{FuncDef|element DxHidden:new ( float posX, float posY, float width, float height, element parent, boolean relative )}} '''Description:''' Creates a hidden DX element. Hidden elements are not drawn and can be used as containers or invisible parents for other DX elements. They can store position and size information and manage child elements. '''Parameters:''' * posX, posY (float) – Position on screen. * width, height (float)...")
- 19:52, 22 October 2025 Sybellex talk contribs created page Astrath:createGridList (Created page with "= DxGridlist:new = {{Client function}} {{FuncDef|element DxGridlist:new ( float posX, float posY, float width, float height, element parent, boolean relative, table columnSize, string font, float fontSize, table color, table headColor, table hoverColor, table activeColor, table scrollColor, table scrollBGColor )}} '''Description:''' Creates a new DX-based gridlist element. Gridlists display rows and columns of data, support scrolling, hover effects, row selection, and c...")
- 19:48, 22 October 2025 Sybellex talk contribs created page Astrath:createEditBox (Created page with "= DxEdit:new / Astrath:createEditBox = {{Client function}} {{FuncDef|element DxEdit:new ( string text, float posX, float posY, float width, float height, element parent, boolean relative, string font, float fontsize, string placeholder )}} '''Description:''' Creates a new DX-based edit box element. Edit boxes allow text input with options for read-only mode, numeric-only input, hover effects, and color customization. Each edit box instance is automatically registered i...")
- 19:43, 22 October 2025 Sybellex talk contribs created page Astrath:createComboBox (Created page with "= DxCombobox:new / Astrath:createCombobox = {{Client function}} {{FuncDef|element DxCombobox:new ( string text, float posX, float posY, float width, float height, element parent, boolean relative, string desc, number maxItems, table color, string font, float fontSize, table scrollColor, table scrollBGColor )}} '''Description:''' Creates a new DX-based combobox element. Comboboxes allow selecting from a list of items, support scrolling, hover effects, and color customiz...")
- 19:40, 22 October 2025 Sybellex talk contribs created page Astrath:createCheckBox (Created page with "= DxCheckbox:new / Astrath:createCheckbox = {{Client function}} {{FuncDef|element DxCheckbox:new ( string text, float posX, float posY, float width, float height, element parent, boolean relative, string font, float fontsize )}} '''Description:''' Creates a new DX-based checkbox element. Checkboxes can be attached to parent elements, support hover effects, custom colors, and selection state. Each checkbox instance is automatically registered in the DX library. '''Para...")
- 19:33, 22 October 2025 Sybellex talk contribs created page Astrath:createButton (Created page with "= DxButton:new = {{Client function}} {{FuncDef|element DxButton:new ( string text, float posX, float posY, float width, float height, element parent, boolean relative, table color, string font, float fontsize, string description, boolean isIcon, float iconWidth, float iconHeight )}} '''Description:''' Creates a new DX-based button element. Buttons can be attached to parent elements, support hover effects, custom colors, icons, fonts, and descriptions. Each button insta...")
- 18:49, 22 October 2025 Sybellex talk contribs created page Astrath:createWindow (Created page with "= Astrath:createWindow = {{Client function}} {{FuncDef|element Astrath:createWindow ( float x, float y, float width, float height, string title )}} '''Description:''' Creates a new DX-based window element. The window can then be shown, hidden, or manipulated using other Astrath functions. '''Parameters:''' * x (float) – The X position of the window on the screen * y (float) – The Y position of the window on the screen * width (float) – Width of the window * heig...")
- 06:49, 17 October 2025 User account AhmedLotfy talk contribs was created
- 15:59, 15 October 2025 Sybellex talk contribs created page Astrath (Resource Astrath)
- 06:16, 14 October 2025 IManGaaX talk contribs created page User talk:Tracer (Created page with "Ok")
- 05:53, 14 October 2025 Tracer talk contribs created page Talk:GTA Crash Codes (Created page with "== Offset changes == When creating a new entry with a new offset, make sure the offset is in its right place; all offsets in the table are sorted. Don't break this habit.")
- 19:15, 13 October 2025 IManGaaX talk contribs created page File:GetClosestPoint2.png (https://wiki.multitheftauto.com/wiki/GetClosestPoint)
- 19:15, 13 October 2025 IManGaaX talk contribs uploaded File:GetClosestPoint2.png (https://wiki.multitheftauto.com/wiki/GetClosestPoint)
- 18:40, 13 October 2025 IManGaaX talk contribs created page File:GetClosestPoint.png (https://wiki.multitheftauto.com/wiki/GetClosestPoint)
- 18:40, 13 October 2025 IManGaaX talk contribs uploaded File:GetClosestPoint.png (https://wiki.multitheftauto.com/wiki/GetClosestPoint)
- 18:30, 13 October 2025 IManGaaX talk contribs created page GetClosestPoint (Created page with "{{Useful Function}} __NOTOC__ <lowercasetitle></lowercasetitle> This function finds the closest point from a given element to a list of points in 2D space. thumb|512px|This image shows an example of what the examble below did and what the function actually does. ==Syntax== <syntaxhighlight lang="lua">float, float, float getClosestPoint( element theElement, table points )</syntaxhighlight> ===Required Arguments=== '''theElement''': the ele...")
- 20:14, 11 October 2025 GenGod talk contribs created page User:GenGod (Created page with "thumb '''About ''' Name: Hossein Family: Bahrani Country: Islamic Republic of Iran City: Abadan Born: 2006 '''Fluent programming languages''' ''Python'' 99% ''Lua'' 91% ''HTML'' %97 ''CSS'' %90 ''Javas'' %80 ''PHP'' %98 Founder Of Golden MTA and Developers (python Lua HTML CSS Javas PHP) GoldenMTA (Founder&Developers) || 2024 ~ ∞ FansMTA (Founder&Developers) || 2023 ~ 2024 X-MTA (Developers)")
- 20:10, 11 October 2025 GenGod talk contribs created page File:Mylogonb.png
- 20:10, 11 October 2025 GenGod talk contribs uploaded File:Mylogonb.png
- 20:02, 11 October 2025 User account GenGod talk contribs was created
- 11:16, 11 October 2025 User account Pedro Dos santos talk contribs was created
- 17:21, 9 October 2025 LopSided talk contribs blocked 47.79.0.0/16 talk with an expiration time of 1 month (account creation disabled) (Too many requests from Alibaba Cloud)
- 01:44, 5 October 2025 User account Bwcouto talk contribs was created
- 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