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).
- 15:32, 13 December 2025 User account MRLomaster talk contribs was created
- 10:33, 11 December 2025 Abuse filter talk contribs blocked Matanos talk contribs with an expiration time of indefinite (account creation disabled, cannot edit own talk page) (Automatically blocked by abuse filter. Description of matched rule: User page spam detection)
- 10:33, 11 December 2025 Abuse filter talk contribs blocked the autopromotion of Matanos for a period of 5 days (Autopromotion automatically delayed by abuse filter. Rule description: User page spam detection)
- 10:22, 11 December 2025 User account Matanos talk contribs was created
- 07:32, 8 December 2025 User account Guardian talk contribs was created
- 05:16, 8 December 2025 User account Cryingdevilzz talk contribs was created
- 21:18, 7 December 2025 User account Desovsky talk contribs was created
- 20:10, 3 December 2025 User account Zorex talk contribs was created
- 11:08, 3 December 2025 O22 talk contribs created page IsPostFXEnabled (Created page with "__NOTOC__ {{Client function}} {{New feature/item|3.0161|1.6|23644 | Checks whether a specific PostFX effect is currently enabled. }} ==Syntax== <syntaxhighlight lang="lua"> bool IsPostFXEnabled ( string fxType ) </syntaxhighlight> ===Required arguments=== *'''fxType''': An string of the PostFX. Possible values are: **'''Gamma''' **'''Brightness''' **'''Contrast''' **'''Saturation''' ===Returns=== Returns '''true''' if the selected type is enabled, otherwise '''false...")
- 11:06, 3 December 2025 O22 talk contribs created page GetPostFXValue (Created page with "__NOTOC__ {{Client function}} {{New feature/item|3.0161|1.6|23644| Gets the current float value of the selected PostFX type. }} ==Syntax== <syntaxhighlight lang="lua"> float getPostFXValue ( string fxType ) </syntaxhighlight> ===Required arguments=== *'''fxType''': An string of the PostFX. Possible values are: **'''Gamma''' **'''Brightness''' **'''Contrast''' **'''Saturation''' ===Returns=== Returns the current value of the specified PostFX parameter. ==Example== T...")
- 11:05, 3 December 2025 O22 talk contribs created page GetPostFXMode (Created page with "__NOTOC__ {{Client function}} {{New feature/item|3.0161|1.6|23644| Gets the current mode of PostFX. }} ==Syntax== <syntaxhighlight lang="lua"> int getPostFXMode ( ) </syntaxhighlight> ===Returns=== An integer for the current PostFX mode: * 0: Disabled * 1: Enabled in fullscreen mode * 2: Enabled in windowed/borderless mode ==Example== This example gets the current PostFX mode and displays it in the chat. <syntaxhighlight lang="lua"> local modes = { [0] = "Disabl...")
- 21:47, 2 December 2025 O22 talk contribs created page Template:Client PostFX functions (Created page with "<ul> <li>getPostFXValue</li> <li>getPostFXMode</li> <li>isPostFXEnabled</li> </ul>")
- 19:04, 1 December 2025 O22 talk contribs created page IsPlayerNameRandomized (Created page with "{{Useful Function}} __NOTOC__ Checks whether the given player name looks like an automatically-generated random nickname. ==Syntax== <syntaxhighlight lang="lua">bool isPlayerNameRandomized ( string name )</syntaxhighlight> ===Required Arguments=== * '''name''': The player name to check. ===Returns=== Returns '''true''' if the given name is an auto-generated random nickname, or '''false''' otherwise. ==Code== <section name="Shared" class="both" show="true"> <syntaxhig...")
- 12:53, 28 November 2025 User account Cadin PT talk contribs was created
- 08:28, 27 November 2025 User account Woztheria talk contribs was created
- 16:29, 26 November 2025 User account Cod3Fl0w talk contribs was created
- 15:37, 22 November 2025 User account Kalix talk contribs was created
- 12:13, 14 November 2025 User account ZVG talk contribs was created
- 10:02, 13 November 2025 User account AlgeRiany talk contribs was created
- 19:53, 12 November 2025 User account Bobo01 talk contribs was created
- 20:30, 10 November 2025 User account Iconic Shvvvdow talk contribs was created
- 12:50, 1 November 2025 User account Osman talk contribs was created
- 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)")