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).
- 22:05, 7 October 2022 Lopez talk contribs uploaded File:2.png (Image restored from http://web.archive.org/web/20140829073133/https://wiki.multitheftauto.com/wiki/Resource:Aspect)
- 22:04, 7 October 2022 Lopez talk contribs uploaded File:1.png (Image restored from http://web.archive.org/web/20140829073133/https://wiki.multitheftauto.com/wiki/Resource:Aspect)
- 21:47, 7 October 2022 Lopez talk contribs created page ResetCoronaReflectionsEnabled (Created page with "{{Client function}} __NOTOC__ {{Added feature/item|1.5.9|1.5.8|21251|This function resets visibility of corona reflections. Default value depends on client setting. If client has enabled ''corona rain reflections'' in video options, value will be reset to ''true'', otherwise to ''false''. You can check value of this option using dxGetStatus (''SettingCoronaReflections'').}} ==Syntax== <syntaxhighlight lang="lua"> bool resetCoronaReflectionsEnabled ( ) </syntaxhighl...")
- 21:43, 7 October 2022 Lopez talk contribs uploaded File:Corona-reflections.png
- 21:43, 7 October 2022 Lopez talk contribs created page File:Corona-reflections.png
- 11:07, 25 September 2022 Lopez talk contribs created page IsCoronaReflectionEnabled (Created page with "{{Client function}} __NOTOC__ {{Added feature/item|1.5.9|1.5.8|21251|Gets visibility of corona reflection.}} ==Syntax== <syntaxhighlight lang="lua"> bool isCoronaReflectionEnabled ( marker theMarker ) </syntaxhighlight> ===Required Arguments=== *'''theMarker:''' marker ===Returns=== * Returns ''false'' is marker type is not ''corona''. * Returns ''true'' if corona reflection is enabled, ''false'' otherwise. ==See Also== {{client marker functions}}")
- 11:05, 25 September 2022 Lopez talk contribs created page SetCoronaReflectionEnabled (Created page with "{{Client function}} __NOTOC__ {{Added feature/item|1.5.9|1.5.8|21251|Sets visibility of corona reflection.}} ==Syntax== <syntaxhighlight lang="lua"> bool setCoronaReflectionEnabled ( marker theMarker, bool enabled ) </syntaxhighlight> ===Required Arguments=== *'''bEnabled:''' whenever corona reflection should be visible ===Returns=== Returns ''true'' if marker type is ''corona'', ''false'' otherwise. ==See Also== {{client marker functions}}")
- 10:55, 25 September 2022 Lopez talk contribs created page GetCoronaReflectionsEnabled (Created page with "{{Client function}} __NOTOC__ {{New feature/item|1.5.9|1.5.8|21251|Gets visibility of corona reflections.}} ==Syntax== <syntaxhighlight lang="lua"> int getCoronaReflectionsEnabled ( ) </syntaxhighlight> ===Returns=== One of the following integers will be returned: * '''0''': corona reflections are disabled * '''1''': corona reflections are enabled * '''2''': corona reflections are force enabled, even if there is no rain ==See Also== {{client world functions}}")
- 10:52, 25 September 2022 Lopez talk contribs created page SetCoronaReflectionsEnabled (Created page with "{{Client function}} __NOTOC__ {{New feature/item|1.5.9|1.5.8|21251|Sets visibility of corona reflections.}} ==Syntax== <syntaxhighlight lang="lua"> bool setCoronaReflectionsEnabled ( int enabled ) </syntaxhighlight> ===Required Arguments=== *'''enabled:''' ** 0 - disabled ** 1 - enabled ** 2 - force enabled, even if there is no rain ===Returns=== Returns ''true'' if passed arguments are correct, ''false'' otherwise. ==Example== <syntaxhighlight lang="lua"> -- For...")
- 15:03, 12 September 2022 Lopez talk contribs created page Code snippet for extracting weapon stats (Created page with "Code snippet which might be used to extract weapon stats: <syntaxhighlight lang="lua"> count = 22 statid = 3 addCommandHandler("dump", function () while (count < 33) do hFile = fileOpen ( "dump.txt" ) fileSetPos(hFile, fileGetSize ( hFile )) i = count fileWrite(hFile, "// " .. i .. " - " .. getWeaponNameFromID( i ) .. " Stat: " .. statid ) fileWrite(hFile, "\r\n") for k,v in ipairs(props) do outputChatBox(...")
- 19:22, 15 September 2021 Lopez talk contribs created page Vid (Create shortcut page for Vehicle_IDs page) Tag: New redirect
- 15:50, 21 October 2015 Lopez talk contribs moved page GenerateString ex to GenerateString over redirect
- 15:50, 21 October 2015 Lopez talk contribs moved page Talk:GenerateString ex to Talk:GenerateString over redirect
- 15:50, 21 October 2015 Lopez talk contribs moved page GenerateString to GenerateString ex
- 15:50, 21 October 2015 Lopez talk contribs moved page Talk:GenerateString to Talk:GenerateString ex
- 21:24, 12 March 2014 Lopez talk contribs uploaded a new version of File:Skinid181.jpg (Reverted to version as of 14:28, 11 September 2007 -- all skins have black background so this skin should too...)
- 17:36, 1 March 2014 Lopez talk contribs moved page PL/Strona główna to Strona główna (Przeniesienie strony na adres taki sam jaki jest przypisany do angielskiej strony głównej.)
- 17:36, 1 March 2014 Lopez talk contribs moved page Talk:PL/Strona główna to Talk:Strona główna (Przeniesienie strony na adres taki sam jaki jest przypisany do angielskiej strony głównej.)
- 17:35, 1 March 2014 Lopez talk contribs moved page PL/Main Page to PL/Strona główna (Przeniesienie strony na adres taki sam jaki jest przypisany do angielskiej strony głównej.)
- 17:35, 1 March 2014 Lopez talk contribs moved page Talk:PL/Main Page to Talk:PL/Strona główna (Przeniesienie strony na adres taki sam jaki jest przypisany do angielskiej strony głównej.)
- 18:08, 29 July 2013 Lopez talk contribs moved page Shit to User:Karvioo over redirect (Some idiot created this.. shit.)
- 18:08, 29 July 2013 Lopez talk contribs moved page Talk:Shit to User talk:Karvioo (Some idiot created this.. shit.)
- 21:11, 10 July 2013 Lopez talk contribs moved page CiBeR! to User:CiBeR! over redirect
- 21:11, 10 July 2013 Lopez talk contribs moved page Talk:CiBeR! to User talk:CiBeR! over redirect
- 18:05, 1 July 2013 Lopez talk contribs moved page PL/getRandomPlayer to PL/GetRandomPlayer
- 17:08, 1 July 2013 Lopez talk contribs moved page PL/Vehicle ID to PL/Vehicle IDs
- 00:24, 26 May 2013 Lopez talk contribs uploaded File:MTA polish menu.jpg (Multi Theft Auto polish menu. http://translate.mtasa.com/pl/)
- 00:24, 26 May 2013 Lopez talk contribs uploaded File:B91FSMn.png (Installation a polish version of MTA. http://translate.mtasa.com/pl/)
- 23:21, 25 August 2012 User account Lopez talk contribs was created