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:13, 9 December 2022 User account Jzjsjxhs talk contribs was created
- 12:38, 9 December 2022 User account Mamarr333 talk contribs was created
- 00:59, 9 December 2022 User account DoughBoyZ talk contribs was created
- 00:02, 9 December 2022 User account Abdelrazek talk contribs was created
- 20:34, 8 December 2022 User account Maurice talk contribs was created
- 11:26, 6 December 2022 User account Samir talk contribs was created
- 02:59, 5 December 2022 GustavoFreire talk contribs created page PT-BR/SetElementBonePosition (Created page with "__NOTOC__ {{Função de lado cliente}} {{Added feature/item|1.5.9|1.5.8|20704|Esta função define as coordenadas de um osso previamente especificado. Atualment os elementos do tipo: Player e Ped são aceitos.}} {{Tip|Se você quer anexar um elemente a um osso, confira: attachElementToBone.}} {{Note|Você precisa usar essa função em conjunto com o seguinte evento: onClientPedsProcessed.}} ==Sintáxe== <syntaxhighlight lang="l...")
- 20:46, 4 December 2022 User account Lavi talk contribs was created
- 20:43, 4 December 2022 User account HideousWaffles61 talk contribs was created
- 01:19, 4 December 2022 User account Natan Play talk contribs was created
- 11:11, 3 December 2022 User account Abo3zh talk contribs was created
- 11:09, 3 December 2022 User account XernobyL talk contribs was created
- 21:15, 2 December 2022 User account Gtkvba talk contribs was created
- 05:58, 29 November 2022 User account Jaydenaidan talk contribs was created
- 21:21, 27 November 2022 User account Mercury talk contribs was created
- 19:52, 27 November 2022 User account Hawker talk contribs was created
- 10:50, 27 November 2022 XLive talk contribs created page DgsGridListSetColumnTextColor (Created page with "{{Client function}} __NOTOC__ This function changes the color of a gridlist column title. ==Syntax== <syntaxhighlight lang="lua"> bool dgsGridListSetItemColor ( element gridList, int columnIndex, int/table color ) </syntaxhighlight> ===Required Arguments=== *'''gridList:''' The dgs grid list element. *'''columnIndex:''' Column index. *'''color:''' The color of the text. ==Syntax== <syntaxhighlight lang="lua"> bool dgsGridListSetItemColor ( element gridList, int c...")
- 09:10, 25 November 2022 IcENog talk contribs created page User:IcENog (Created page with "'''About''' ---- * Name: Pouya * LastName: Sanaee * Country: Iran <br> '''Languages''' ---- * JavaScript (Newcomer) * Php * Python * SQL * HTML/Css * Lua <br> '''Involved Projects''' ---- * IcEMTA '''(Founder & Scripter)''' - ''2020 - 2022'' * NightWinnerMTA '''(Founder & Scripter)''' - ''2021 - 2022'' * TaygasMTA '''(Founder & Scripter)''' - ''2022 - ∞'' <br> '''Contact''' ---- * Telegram ID: '''@IcENog''' * Discord: '''IcENog#7849''' <br>")
- 08:11, 25 November 2022 IcENog talk contribs created page IsDimFree (Created page with "{{Useful Function}} <lowercasetitle></lowercasetitle> __NOTOC__ This function checks whether the passed dimension is free or not. ==Syntax== <syntaxhighlight lang="lua"> bool IsDimFree (Type,Dim ) </syntaxhighlight> ===Required Arguments=== *'''Type:''' The element type to check *'''Dim:''' The dimension to check ===Returns=== Returns ''true'' if the dimension is free, ''false'' otherwise. ==Code== <section name="Function source" class="server" show="true"> <synta...")
- 07:32, 25 November 2022 User account IcENog talk contribs was created
- 21:58, 22 November 2022 User account Down talk contribs was created
- 02:38, 21 November 2022 User account Sheenidgs137 talk contribs was created
- 11:27, 19 November 2022 User account Lucid talk contribs was created
- 14:13, 17 November 2022 User account Mooounly talk contribs was created
- 10:00, 16 November 2022 JeViCo talk contribs created page User talk:JeViCo (Created page with "Wiki-related only discussions below")
- 09:45, 16 November 2022 JeViCo talk contribs created page User:JeViCo (Basic info added)
- 09:37, 16 November 2022 JeViCo talk contribs uploaded a new version of File:Discord.png (Brighter version)
- 09:34, 16 November 2022 JeViCo talk contribs created page File:Discord.png (Official discord logo)
- 09:34, 16 November 2022 JeViCo talk contribs uploaded File:Discord.png (Official discord logo)
- 23:59, 15 November 2022 User account Coyotebr120 talk contribs was created
- 19:47, 15 November 2022 User account SrFilif talk contribs was created
- 19:13, 14 November 2022 User account M7mood talk contribs was created
- 01:47, 14 November 2022 User account BuilderDemo7 talk contribs was created
- 14:50, 13 November 2022 User account Jamie talk contribs was created
- 22:37, 12 November 2022 User account Lucks8784575 talk contribs was created
- 08:24, 10 November 2022 User account MGRM talk contribs was created
- 18:31, 9 November 2022 Shady talk contribs created page TR/OyunModları yazma (The translations I make are copy-paste, it forces me to make changes on the site because I don't want even the slightest mistake. Best regards Shady)
- 15:27, 8 November 2022 User account Abnergamerpro831 talk contribs was created
- 19:29, 7 November 2022 User account Tyreek talk contribs was created
- 12:05, 7 November 2022 User account Vanyadumer talk contribs was created
- 19:05, 3 November 2022 User account MAFIOSO talk contribs was created
- 16:28, 3 November 2022 User account FLUXY talk contribs was created
- 14:12, 3 November 2022 Botder talk contribs created page GetProcessMemoryStats (Created page with "__NOTOC__ {{Shared function}} {{Added feature/item|1.6.0|1.5.9|21389|This function returns a breakdown of the process memory usage. The reported numbers are always byte units and these numbers can be '''inaccurate'''.}} ==Syntax== <syntaxhighlight lang="lua"> table|nil getProcessMemoryStats ( ) </syntaxhighlight> ==Returns== Returns a table if successful, otherwise returns '''nil''' {| class="wikitable" style="cellpadding: 10px;" |- ! Property || Description |- | <c...")
- 14:00, 3 November 2022 Thisdp talk contribs created page DgsWindowGetTextSize (Created page with "{{Client function}} __NOTOC__ This function retrieves the theoretical width and height (in pixels) of a certain piece of title text of dgs window. ==Syntax== <syntaxhighlight lang="lua"> float, float dgsWindowGetTextSize( element theWindow ) </syntaxhighlight> ===Required Arguments=== *'''theWindow:''' The window of whose text you wish to retrieve the width and height. ===Returns=== Returns two floats representing the width and height of the text in pixels. ==Examp...")
- 13:55, 3 November 2022 Thisdp talk contribs created page DgsWindowGetFontHeight (Created page with "{{Client function}} __NOTOC__ This function returns the height of the font currently used in title text of a DGS window. ==Syntax== <syntaxhighlight lang="lua"> float dgsWindowGetFontHeight ( element theWindow ) </syntaxhighlight> ===Required Arguments=== *'''theWindow:''' The window to get the font height from. ===Returns=== Returns the absolute height of the font currently used in the window if the function is successful, ''false'' otherwise. ==Example== This ex...")
- 13:52, 3 November 2022 Thisdp talk contribs created page DgsButtonGetFontHeight (Created page with "{{Client function}} __NOTOC__ This function returns the height of the font currently used in a DGS button. ==Syntax== <syntaxhighlight lang="lua"> float dgsButtonGetFontHeight ( element theButton ) </syntaxhighlight> ===Required Arguments=== *'''theButton:''' The button to get the font height from. ===Returns=== Returns the absolute height of the font currently used in the button if the function is successful, ''false'' otherwise. ==Example== This example creates...")
- 13:51, 3 November 2022 Thisdp talk contribs created page DgsButtonGetTextExtent (Created page with "{{Client function}} __NOTOC__ This function returns the extent, or width, of the current text inside a DGS button. ==Syntax== <syntaxhighlight lang="lua"> float dgsButtonGetTextExtent ( element theButton ) </syntaxhighlight> ===Required Arguments=== *'''theButton:''' The button to get the text extent from. ===Returns=== Returns the absolute width of the current text inside the button if the function is successful, ''false'' otherwise. ==Example== This example crea...")
- 13:50, 3 November 2022 Thisdp talk contribs created page DgsButtonGetTextSize (Created page with "{{Client function}} __NOTOC__ This function retrieves the theoretical width and height (in pixels) of a certain piece of text of dgs button. ==Syntax== <syntaxhighlight lang="lua"> float, float dgsButtonGetTextSize( element theButton ) </syntaxhighlight> ===Required Arguments=== *'''theButton:''' The button of whose text you wish to retrieve the width and height. ===Returns=== Returns two floats representing the width and height of the text in pixels. ==Example==...")
- 13:49, 3 November 2022 Thisdp talk contribs created page DgsWindowGetTextExtent (Created page with "{{Client function}} __NOTOC__ This function returns the extent, or width, of the current title text of a DGS window. ==Syntax== <syntaxhighlight lang="lua"> float dgsWindowGetTextExtent ( element theWIndow ) </syntaxhighlight> ===Required Arguments=== *'''theWIndow:''' The window to get the title text extent from. ===Returns=== Returns the absolute width of the the current title text of a DGS window if the function is successful, ''false'' otherwise. ==Example== T...")
- 20:50, 2 November 2022 User account Stucmo talk contribs was created