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).
- 17:34, 27 February 2023 User account Nathann talk contribs was created
- 17:20, 27 February 2023 User account Remix talk contribs was created
- 13:52, 26 February 2023 User account Igor27 talk contribs was created
- 15:49, 24 February 2023 User account Sergeant2324 talk contribs was created
- 19:40, 23 February 2023 User account Cristianrodriguez talk contribs was created
- 17:11, 20 February 2023 Tracer talk contribs created page Sockets (Redirected page to Modules/Sockets) Tag: New redirect
- 09:53, 18 February 2023 User account Mikso1244 talk contribs was created
- 13:04, 17 February 2023 User account Arturi talk contribs was created
- 09:33, 16 February 2023 Hydra talk contribs created page IsCommandHandlerAdded (Created page with "{{Useful Function}} <lowercasetitle></lowercasetitle> __NOTOC__ Checks if a command is added in the respective resource. ==Syntax== <syntaxhighlight lang="lua"> isCommandHandlerAdded(string command) </syntaxhighlight> ===Required Arguments=== *'''command:''' The name of the command you want to check. ===Returns=== Return true if the command exists and false if not. ==Code== <section name="Serverside script" class="server" show="true"> <syntaxhighlight lang="lua"> fu...")
- 18:38, 15 February 2023 LordHenry talk contribs uploaded a new version of File:Instagram.png (icon)
- 18:36, 15 February 2023 LordHenry talk contribs created page File:Artstation.png (icon)
- 18:36, 15 February 2023 LordHenry talk contribs uploaded File:Artstation.png (icon)
- 13:42, 13 February 2023 Abuse filter talk contribs blocked Annanel 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: Spam bot detection)
- 13:42, 13 February 2023 Abuse filter talk contribs blocked the autopromotion of Annanel for a period of 5 days (Autopromotion automatically delayed by abuse filter. Rule description: Spam bot detection)
- 12:42, 13 February 2023 User account Annanel talk contribs was created
- 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