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:28, 14 October 2023 LordHenry talk contribs created page DxFade (Created page with "{{Useful Function}} <lowercasetitle></lowercasetitle> __NOTOC__ This function allows you to fade-in or fade-out any dxDraw by gradually changing its alpha value.<br> {{Note|You can fade up to 3 values at the same time, as long as they are properly declared together on the same interpolateBetween function and on the ''dxFade'' function parameters.}} {{Note|If you need to start another fade while this function is already fading something, you will need another ''dxFade...")
- 01:09, 4 April 2023 LordHenry talk contribs created page GetElementRelatedAngle (Created page with "__NOTOC__ {{Useful Function}} This function returns the related angle between one element to another. This is useful to check if a player is on the left side of a vehicle, for example. ==Syntax== <syntaxhighlight lang="lua">float, float getElementRelatedAngle (element thisElement, element targetElement)</syntaxhighlight> ===Required Arguments=== * '''thisElement''': The element whose '''XY position''' will be checked to obtain the angle relative to the other...")
- 20:47, 1 April 2023 LordHenry talk contribs created page Template:PT-BR/Useful function (Created page with "<pageclass class="#228B22" subcaption="Função Útil"></pageclass> <includeonly> Category:Useful Functions </includeonly>")
- 20:40, 1 April 2023 LordHenry talk contribs created page Template:PT-BR/Useful Function (Created page with "<pageclass class="#228B22" subcaption="Função Útil"></pageclass> <includeonly> Category:Useful Functions </includeonly>")
- 20:00, 1 April 2023 LordHenry talk contribs created page Template:PT-BR/Server function (Created page with "<pageclass class="server" subcaption="Função Server-side"></pageclass> <includeonly>Category:Server functions</includeonly>")
- 19:59, 1 April 2023 LordHenry talk contribs created page Template:PT-BR/Client function (Created page with "<pageclass class="client" subcaption="Função Client-side"></pageclass> <includeonly>Category:Client functions</includeonly>")
- 14:04, 21 March 2023 LordHenry talk contribs created page LookAt (Redirected page to FindRotation3D) Tag: New redirect
- 05:22, 3 March 2023 LordHenry talk contribs created page CreateGarageColShape (Created page with "{{Useful Function}} <lowercasetitle/> __NOTOC__ This function creates a collision shape from the specified garage. Most garage collision shapes are rectangles, but if the garage is diagonal, its collision shape is a polygon. {{VisualizeColshape}} ==Syntax== <syntaxhighlight lang="lua">colshape createGarageColShape (int garageID)</syntaxhighlight> ===Required Arguments=== *'''garageID:''' The garage ID that represents the garage interior that's being gotten....")
- 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 uploaded File:Artstation.png (icon)
- 18:36, 15 February 2023 LordHenry talk contribs created page File:Artstation.png (icon)
- 20:41, 8 February 2023 LordHenry talk contribs created page Talk:GetZoneName (Useful informations for scripters)
- 17:13, 23 December 2022 LordHenry talk contribs uploaded a new version of File:LordHenry-Logo.png (Design update)
- 16:58, 23 December 2022 LordHenry talk contribs uploaded File:Instagram.png (icon)
- 16:58, 23 December 2022 LordHenry talk contribs created page File:Instagram.png (icon)
- 00:10, 24 October 2022 LordHenry talk contribs created page Template talk:Garages (Created page with "== Missing garage positions == ==== Use this information to createObject ==== '''LSPD Police Impound Garage''':<br> ''Model ID:'' 3055<br> ''XYZ Position:'' 1588.56, -1637.953, 14.58<br> ''XYZ Rotation:'' 0, 0, 180.5<br> <br> '''SFPD Police Impound Garage''':<br> ''Model ID:'' 10184<br> ''XYZ Position:'' -1631.7, 688.40002, 8.7<br> ''XYZ Rotation:'' 0, 0, 90<br> <br> '''LVPD Police Impound Garage (front)''':<br> ''Model ID:'' 3055<br> ''XYZ Position:'' 2293.8, 2498.8...")
- 02:54, 13 September 2022 LordHenry talk contribs uploaded a new version of File:GTASAmap.jpeg
- 02:46, 13 September 2022 LordHenry talk contribs uploaded File:GTASAmap.jpeg (GTA SA all zones and cities)
- 02:46, 13 September 2022 LordHenry talk contribs created page File:GTASAmap.jpeg (GTA SA all zones and cities)
- 20:40, 29 August 2022 LordHenry talk contribs created page Template talk:ZoneNames (Created page with "'''Las Venturas (Red County):''' *'''Position X''' = 2999.0001220704 *'''Position Y''' = 591.9999694825 *'''Position Z''' = -242.0000076293")
- 20:36, 29 August 2022 LordHenry talk contribs created page Template:ZoneNames (Created page with "* '''Whetstone''' ** Angel Pine ** Flint County ** Foster Valley ** Mount Chiliad ** Shady Cabin ** Shady Creeks * '''Flint County''' ** Back o Beyond ** Beacon Hill ** Easter Bay Chemicals ** Flint Intersection ** Flint Range ** Leafy Hollow ** Los Santos Inlet * '''Los Santos''' ** Commerce ** Conference Center ** Downtown Los Santos ** East Beach ** East Los Santos ** El Corona ** Ganton ** Glen Park ** Idlewood ** Jefferson ** Las Colinas ** Little Mexico ** Los Fl...")
- 16:43, 31 January 2022 LordHenry talk contribs uploaded a new version of File:Youtube.png
- 16:35, 31 January 2022 LordHenry talk contribs uploaded File:Github2.png (icon)
- 16:35, 31 January 2022 LordHenry talk contribs created page File:Github2.png (icon)
- 16:35, 31 January 2022 LordHenry talk contribs uploaded File:Github.png (icon)
- 16:35, 31 January 2022 LordHenry talk contribs created page File:Github.png (icon)
- 22:16, 21 January 2022 LordHenry talk contribs created page AutoAttach (Created page with "{{Useful Function}} <lowercasetitle/> __NOTOC__ This function attach an element into another by calculating the rotation and position offset automatically. It works exactly like attachElements but you don't need to provide offset parameters. ==Syntax== <syntaxhighlight lang="lua">bool autoAttach ( element theElement, element theAttachToElement)</syntaxhighlight> ===Required Arguments=== *'''theElement:''' The element to be attached. *'''theAttachToElement:''' The...")
- 22:07, 25 April 2021 LordHenry talk contribs uploaded a new version of File:LordHenry-Logo.png (Design update.)
- 19:13, 25 April 2021 LordHenry talk contribs created page GetWorldPositionFromMapPosition (Created page with "{{Useful Function}} <lowercasetitle/> __NOTOC__ 256px|thumb|right|Map being draw on the screen This function allows you to get the world position from a cli...")
- 16:18, 25 April 2021 LordHenry talk contribs created page File:Radar.jpg (Default MTA map image.)
- 16:18, 25 April 2021 LordHenry talk contribs uploaded File:Radar.jpg (Default MTA map image.)
- 16:36, 26 March 2021 LordHenry talk contribs created page IsCursorOverText (Redirected page to IsMouseInPosition) Tag: New redirect
- 17:34, 8 January 2021 LordHenry talk contribs moved page OnVehicleSpawn to Resource:Resource:OnVehicleSpawn (Resource wiki pages must start with "Resource:" prefix)
- 15:32, 14 October 2020 LordHenry talk contribs uploaded File:Sketchfab.png (icon)
- 20:29, 6 August 2020 LordHenry talk contribs moved page SetTimer/PT-BR to PT-BR/SetTimer (Default from other languages)
- 20:17, 6 August 2020 LordHenry talk contribs moved page RedirectPlayer/PT-BR to PT-BR/RedirectPlayer (Default from other languages)
- 19:22, 6 August 2020 LordHenry talk contribs moved page OutputChatBox/PT-BR to PT-BR/OutputChatBox (Default from other languages)
- 19:00, 6 August 2020 LordHenry talk contribs moved page Talk:AddCommandHandler/PT-BR to Talk:PT-BR/AddCommandHandler (Default from other languages.)
- 19:00, 6 August 2020 LordHenry talk contribs deleted redirect PT-BR/AddCommandHandler by overwriting (Deleted to make way for move from "AddCommandHandler/PT-BR")
- 19:00, 6 August 2020 LordHenry talk contribs moved page AddCommandHandler/PT-BR to PT-BR/AddCommandHandler over redirect (Default from other languages.)
- 05:29, 18 May 2020 LordHenry talk contribs uploaded File:Youtube.png (icon)
- 05:28, 18 May 2020 LordHenry talk contribs uploaded File:Facebook.png (icon)
- 05:13, 18 May 2020 LordHenry talk contribs uploaded File:LordHenry-Logo.png (Lord Henry Logo)
- 17:14, 28 July 2019 LordHenry talk contribs moved page GuiGridListSetColumnFixedWidth to GuiGridListSetColumnsFixedWidth (This function sets all columns from the gridlist to fixed width. Not just one column.)
- 20:15, 18 February 2019 LordHenry talk contribs uploaded a new version of File:DxDrawRing.png (Bug, can't load a new image. Reverted to original.)
- 20:14, 18 February 2019 LordHenry talk contribs uploaded a new version of File:DxDrawRing.png (Reverted to version as of 20:09, 18 February 2019 (UTC))
- 20:13, 18 February 2019 LordHenry talk contribs uploaded a new version of File:DxDrawRing.png (Reverted to version as of 19:30, 18 February 2019 (UTC))
- 20:09, 18 February 2019 LordHenry talk contribs uploaded a new version of File:DxDrawRing.png (Parameters information)
- 19:33, 18 February 2019 LordHenry talk contribs moved page File:DwDrawRing.png to File:DxDrawRing.png (Wrong file name)
- 19:30, 18 February 2019 LordHenry talk contribs uploaded File:DwDrawRing.png