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:23, 13 February 2023 User account Kaykydev talk contribs was created
- 17:15, 12 February 2023 User account Stringer60 talk contribs was created
- 16:40, 12 February 2023 User account Y0usefkh talk contribs was created
- 11:51, 11 February 2023 Thisdp talk contribs created page OnDgsElementLeave (Created page with "{{Client event}} __NOTOC__ This event is fired when the user moves the mouse away from a DGS element even this DGS element is blocked by other DGS elements. '''But you have to set property enableFullEnterLeaveCheck of the DGS element to ''true'''''. ==Parameters== <syntaxhighlight lang="lua"> int absoluteX, int absoluteY </syntaxhighlight> * '''absoluteX''': the X position of the mouse cursor, in pixels, measured from the left side of the screen. * '''absoluteY'...")
- 11:49, 11 February 2023 Thisdp talk contribs created page OnDgsElementEnter (Created page with "{{Client event}} __NOTOC__ This event is fired when the user moves the mouse over a DGS element even this DGS element is blocked by other DGS elements. '''But you have to set property enableFullEnterLeaveCheck of the DGS element to ''true'''''. ==Parameters== <syntaxhighlight lang="lua"> int absoluteX, int absoluteY, element leftGUI </syntaxhighlight> * '''absoluteX''': the X position of the mouse cursor, in pixels, measured from the left side of the screen. * '...")
- 17:09, 9 February 2023 User account R3ad talk contribs was created
- 20:41, 8 February 2023 LordHenry talk contribs created page Talk:GetZoneName (Useful informations for scripters)
- 12:44, 7 February 2023 User account Tokyo-live talk contribs was created
- 21:49, 6 February 2023 User account TinchoSalinas talk contribs was created
- 12:26, 6 February 2023 User account RafaelAbreu230 talk contribs was created
- 07:04, 6 February 2023 User account Syeta Crimea talk contribs was created
- 15:59, 5 February 2023 Thisdp talk contribs created page DgsRadioButtonGetButtonAlign (Created page with "{{Client function}} __NOTOC__ This function gets the alignment of the button of a dgs radio button. ==Syntax== <syntaxhighlight lang="lua"> string dgsRadioButtonGetButtonAlign ( dgsRadioButton ) </syntaxhighlight> ===Required Arguments=== *'''radioButton:''' The dgs radio button. ===Returns=== Returns a ''string'' indicates the alignment of the button of a dgs radio button if successful, ''false'' otherwise. Valid type strings are: **"left": The dgs radio button wi...")
- 15:54, 5 February 2023 Thisdp talk contribs created page DgsRadioButtonGetButtonSide (Created page with "{{Client function}} __NOTOC__ This function gets the side of the button of a dgs radio button. ==Syntax== <syntaxhighlight lang="lua"> string dgsRadioButtonGetButtonSide ( dgsRadioButton [, string side = "left" ] ) </syntaxhighlight> ===Required Arguments=== *'''radioButton:''' The dgs radio button. ===Returns=== Returns a ''string'' indicates side of the button if successful, ''false'' otherwise. Valid type strings are: *"left": The dgs radio button will be placed i...")
- 15:49, 5 February 2023 Thisdp talk contribs created page DgsCheckBoxGetButtonSide (Created page with "{{Client function}} __NOTOC__ This function gets the side of the button of a dgs check box. ==Syntax== <syntaxhighlight lang="lua"> string dgsCheckBoxGetButtonSide ( dgsCheckBox [, string side = "left" ] ) </syntaxhighlight> ===Required Arguments=== *'''checkBox:''' The dgs check box. ===Returns=== Returns a ''string'' indicates side of the button if successful, ''false'' otherwise. Valid type strings are: **"left": The dgs check box will be placed in the left side o...")
- 15:47, 5 February 2023 Thisdp talk contribs created page DgsRadioButtonSetButtonSide (Created page with "{{Client function}} __NOTOC__ This function sets the side of the button of a dgs radio button. ==Syntax== <syntaxhighlight lang="lua"> bool dgsRadioButtonSetButtonSide ( dgsRadioButton [, string side = "left" ] ) </syntaxhighlight> ===Required Arguments=== *'''checkBox:''' The dgs radio button. *'''side:''' The side of the button of the dgs radio button is placed. Valid type strings are: **"left": The dgs radio button will be placed in the left side of the text. **"ri...")
- 15:41, 5 February 2023 Thisdp talk contribs created page DgsCheckBoxSetButtonSide (Created page with "{{Client function}} __NOTOC__ This function sets the side of the button of a dgs check box. ==Syntax== <syntaxhighlight lang="lua"> bool dgsCheckBoxSetButtonSide ( dgsCheckBox [, string side = "left" ] ) </syntaxhighlight> ===Required Arguments=== *'''checkBox:''' The dgs check box. *'''side:''' The side of the button of the dgs check box is aligned to. Valid type strings are: **"left": The dgs check box will be placed at the left side of the text. **"right": The dgs...")
- 15:35, 5 February 2023 Thisdp talk contribs created page DgsRadioButtonSetButtonAlign (Created page with "{{Client function}} __NOTOC__ This function sets the alignment of the button of a dgs radio button. ==Syntax== <syntaxhighlight lang="lua"> bool dgsRadioButtonSetButtonAlign ( dgsRadioButton [, string side = "left"] ) </syntaxhighlight> ===Required Arguments=== *'''radioButton:''' The dgs radio button to set the vertical alignment. *'''side:''' The side the dgs radio button's button is aligned to. Valid type strings are: **"left": The dgs radio button will be aligne...")
- 13:33, 5 February 2023 Kezoto talk contribs created page DgsCheckBoxGetButtonAlign (Created blank page)
- 13:33, 5 February 2023 Kezoto talk contribs created page DgsCheckBoxSetButtonAlignment (Created page with "{{Client function}} __NOTOC__ This function sets the alignment of the button of a dgs check box. ==Syntax== <syntaxhighlight lang="lua"> bool dgsCheckBoxSetButtonAlignment(dgsCheckBox, string relative[, string side = "left"]) </syntaxhighlight> ===Required Arguments=== *'''checkBox:''' The dgs check box to set the vertical alignment. *'''relative:''' The object the dgs check box's button is relative to. Valid type strings are: **"text": The dgs check box will be rel...")
- 13:24, 5 February 2023 Kezoto talk contribs created page DgsCheckBoxSetButtonAlign (Created page with "{{Client function}} __NOTOC__ This function sets the alignment of the button of a dgs check box. ==Syntax== <syntaxhighlight lang="lua"> bool dgsCheckBoxSetButtonAlign(dgsCheckBox, string alignment [, string side = "left"]) </syntaxhighlight> ===Required Arguments=== *'''checkBox:''' The dgs check box to set the vertical alignment. *'''relative:''' The object the dgs check box's button is relative to. Valid type strings are: **"text": The dgs check box will be relat...")
- 08:49, 5 February 2023 User account ManuelAA talk contribs was created
- 08:08, 4 February 2023 User account ReZZoN talk contribs was created
- 07:23, 3 February 2023 AmirMmd talk contribs created page File:ThunderBG.png
- 07:23, 3 February 2023 AmirMmd talk contribs uploaded File:ThunderBG.png
- 07:19, 3 February 2023 AmirMmd talk contribs created page ThunderMta (Created page with "Thunder Mta [Coming Soon")
- 06:14, 2 February 2023 User account Reiser talk contribs was created
- 01:42, 2 February 2023 User account AbUR3B talk contribs was created
- 20:42, 1 February 2023 User account Gunzo141 talk contribs was created
- 16:14, 31 January 2023 User account Nikoo834 talk contribs was created
- 15:51, 31 January 2023 User account XANIL talk contribs was created
- 18:54, 30 January 2023 User account Ykire123 talk contribs was created
- 16:51, 29 January 2023 Shady talk contribs created page User:Shady (Created page with "https://forum.multitheftauto.com/profile/65958-shady1/")
- 13:43, 29 January 2023 Thisdp talk contribs moved page AR/Resource:Dgs to AR/Resource:DGS
- 13:43, 29 January 2023 Thisdp talk contribs moved page Talk:PL/Resource:Dgs to Talk:PL/Resource:DGS
- 13:43, 29 January 2023 Thisdp talk contribs moved page PL/Resource:Dgs to PL/Resource:DGS
- 13:43, 29 January 2023 Thisdp talk contribs moved page Talk:ZH-CN/Resource:Dgs to Talk:ZH-CN/Resource:DGS
- 13:43, 29 January 2023 Thisdp talk contribs moved page ZH-CN/Resource:Dgs to ZH-CN/Resource:DGS
- 12:08, 29 January 2023 Thisdp talk contribs moved page Talk:PL/Dgs to Talk:PL/Resource:Dgs
- 12:08, 29 January 2023 Thisdp talk contribs moved page PL/Dgs to PL/Resource:Dgs
- 12:05, 29 January 2023 Thisdp talk contribs moved page Talk:ZH-CN/Dgs to Talk:ZH-CN/Resource:Dgs
- 12:05, 29 January 2023 Thisdp talk contribs moved page ZH-CN/Dgs to ZH-CN/Resource:Dgs
- 12:04, 29 January 2023 Thisdp talk contribs created page AR/Resource:Dgs (Created page with "1")
- 11:39, 29 January 2023 Shady talk contribs created page TR/Resource:DGS (shady)
- 00:05, 28 January 2023 User account Nevem talk contribs was created
- 23:19, 27 January 2023 User account Adrian55 talk contribs was created
- 17:37, 27 January 2023 Dragon talk contribs created page IsPlayerActuallyInVehicle (Created page with "{{Useful Function}} __NOTOC__ This function provides a hacky way to recreate the client-side behavior of isPedInVehicle server-sided for player elements ONLY. It checks if a specified player is actually in a vehicle and not just in the process of entering. ==Syntax== <syntaxhighlight lang="lua">bool isPlayerActuallyInVehicle ( player thePlayer )</syntaxhighlight> ===Required Arguments=== * '''thePlayer''': a player to check if they are inside a ve...")
- 11:19, 27 January 2023 User account Benedict talk contribs was created
- 10:46, 27 January 2023 User account Juancarloslaldeli talk contribs was created
- 23:48, 26 January 2023 User account Youssef988 talk contribs was created
- 23:00, 25 January 2023 User account D1stRU3T0R talk contribs was created