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).
- 19:01, 12 October 2024 FileEX talk contribs created page SpawnVehicleFlyingComponent (Created page with "__NOTOC__ {{Shared function}} {{New feature/item|3.0161|1.6.0|22771| This function creates a dynamic (motion-dependent) falling vehicle component.}} {{Note|The maximum number of components that can be created simultaneously is 150. Beyond this limit, no new components will be created until an existing component is removed and the count drops below 150.}} ==Syntax== <syntaxhighlight lang="lua"> bool spawnVehicleFlyingComponent(vehicle theVehicle, number nodeIndex [, num...")
- 06:40, 11 October 2024 User account Qystishere talk contribs was created
- 23:24, 10 October 2024 User account Tierreee talk contribs was created
- 18:52, 10 October 2024 User account TRtam talk contribs was created
- 18:02, 10 October 2024 User account GangB13 talk contribs was created
- 14:23, 7 October 2024 User account Homiki123 talk contribs was created
- 17:03, 6 October 2024 BR4 talk contribs created page DxListSetItemSelected (Created page with "__NOTOC__ {{Client function}} Esta función sirve para seleccionar una fila de articulos/items de una dxList. <small>'''<span style="color:#ff0000; text-shadow:black 0em 0.1em 0.1em;">''Aviso: Esta es una función exportada por Modern-Library!''</span>'''</small> ==Syntax== <syntaxhighlight lang="lua"> bool dxListSetItemSelected( element element, int index ) </syntaxhighlight> ===Argumentos requeridos=== * '''element''': El elemento dxList. * '''index'''...")
- 16:36, 6 October 2024 BR4 talk contribs created page DxListGetItemSelected (Created page with "__NOTOC__ {{Client Function}} Esta funcion obtiene el item y la row seleccionado de una dxList. <small>'''<span style="color:#ff0000; text-shadow:black 0em 0.1em 0.1em;">''Aviso: Esta es una función exportada por Modern-Library!''</span>'''</small> ==Sintaxis== <syntaxhighlight lang="lua">bool dxListGetItemSelected(element element)</syntaxhighlight> ===Argumentos requeridos=== * '''element''': La dxList creada. ===Retorna=== * '''valores int: ''' devuelve...")
- 15:42, 6 October 2024 BR4 talk contribs created page DxScrollSetVertical (Created page with "__NOTOC__ {{Client Function}} Esta funcion modifica el estilo de posición de la barra de desplazamiento creada dxScroll. <small>'''<span style="color:#ff0000; text-shadow:black 0em 0.1em 0.1em;">''Aviso: Esta es una función exportada por Modern-Library!''</span>'''</small> ==Sintaxis== <syntaxhighlight lang="lua">bool dxScrollSetVertical(element element, bool valorSet)</syntaxhighlight> ===Argumentos requeridos=== * '''element''': La dxScroll creada. * ''...")
- 15:24, 6 October 2024 BR4 talk contribs created page DxScrollSetCurrentPosition (Created page with "__NOTOC__ {{Client Function}} Esta funcion modifica la posición del boton de la barra de desplazamiento creada dxScroll. <small>'''<span style="color:#ff0000; text-shadow:black 0em 0.1em 0.1em;">''Aviso: Esta es una función exportada por Modern-Library!''</span>'''</small> ==Sintaxis== <syntaxhighlight lang="lua">bool dxScrollSetCurrentPosition(element element, int valor)</syntaxhighlight> ===Argumentos requeridos=== * '''element''': La dxScroll creada. *...")
- 15:09, 6 October 2024 BR4 talk contribs created page DxScrollGetCurrentPosition (Created page with " __NOTOC__ {{Client Function}} Esta funcion obtiene la posición de la barra de desplazamiento ya creada dxScroll. <small>'''<span style="color:#ff0000; text-shadow:black 0em 0.1em 0.1em;">''Aviso: Esta es una función exportada por Modern-Library!''</span>'''</small> ==Sintaxis== <syntaxhighlight lang="lua">bool dxScrollGetCurrentPosition(element element)</syntaxhighlight> ===Argumentos requeridos=== * '''element''': La dxScroll creada. ===Retorna=== * ''...")
- 14:48, 6 October 2024 BR4 talk contribs created page DxScrollSetColorButton (Created page with "__NOTOC__ {{Client Function}} Esta funcion modifica el color del boton para la barra de desplazamiento ya creada dxScroll. <small>'''<span style="color:#ff0000; text-shadow:black 0em 0.1em 0.1em;">''Aviso: Esta es una función exportada por Modern-Library!''</span>'''</small> ==Sintaxis== <syntaxhighlight lang="lua">bool dxScrollSetColor(element element, int r, int g, int b, int a)</syntaxhighlight> ===Argumentos requeridos=== * '''element''': La dxScroll c...")
- 11:09, 6 October 2024 BR4 talk contribs created page DxScroll (Created page with "__NOTOC__ {{Client function}} Esta función crea una barra de desplazamiento útil. <small>'''<span style="color:#ff0000; text-shadow:black 0em 0.1em 0.1em;">''Aviso: Esta es una función exportada por Modern-Library!''</span>'''</small> ==Syntax== <syntaxhighlight lang="lua"> element dxScroll( int x, int y, int wh, bool vertical, [ element parent = nil, bool roundedScroll = false, int colorBackground = tocolor(25, 25, 35, 255), int colorBoton = tocolor(255, 255,...")
- 10:19, 6 October 2024 BR4 talk contribs created page DxProgressBarSetColor (Created page with "__NOTOC__ {{Client Function}} Esta funcion modifica el color de la barra de progreso ya creada dxProgressBar. <small>'''<span style="color:#ff0000; text-shadow:black 0em 0.1em 0.1em;">''Aviso: Esta es una función exportada por Modern-Library!''</span>'''</small> ==Sintaxis== <syntaxhighlight lang="lua">bool dxProgressBarSetColor(element element, int r, int g, int b, int a)</syntaxhighlight> ===Argumentos requeridos=== * '''element''': La dxProgressBar crea...")
- 10:01, 6 October 2024 BR4 talk contribs created page DxProgressBarGetProgress (Created page with "__NOTOC__ {{Client Function}} Esta funcion obtiene la posición de la barra de progreso actual del elemento dxProgressBar. <small>'''<span style="color:#ff0000; text-shadow:black 0em 0.1em 0.1em;">''Aviso: Esta es una función exportada por Modern-Library!''</span>'''</small> ==Sintaxis== <syntaxhighlight lang="lua">bool dxProgressBarGetProgress(element element)</syntaxhighlight> ===Argumentos requeridos=== * '''element''': la dxProgressBar creada. ==Ejemp...")
- 09:44, 6 October 2024 BR4 talk contribs created page DxProgressBarSetProgress (Created page with "__NOTOC__ {{Client Function}} Esta funcion modifica la posición de la barra de progreso actual del elemento dxProgressBar. <small>'''<span style="color:#ff0000; text-shadow:black 0em 0.1em 0.1em;">''Aviso: Esta es una función exportada por Modern-Library!''</span>'''</small> ==Sintaxis== <syntaxhighlight lang="lua">bool dxProgressBarSetProgress(element, progress)</syntaxhighlight> ===Argumentos requeridos=== * '''element''': La dxProgressBar creada. * '''...")
- 09:30, 6 October 2024 BR4 talk contribs created page DxProgressBar (Created page with "__NOTOC__ {{Client function}} Esta función crea una barra de progreso útil. <small>'''<span style="color:#ff0000; text-shadow:black 0em 0.1em 0.1em;">''Aviso: Esta es una función exportada por Modern-Library!''</span>'''</small> ==Syntax== <syntaxhighlight lang="lua"> element dxProgressBar( int x, int y, int w, int h, [ element parent = nil , bool roundedProgressBar = false, int colorBackground = tocolor(255, 255, 255, 255), int colorProgress = tocolor(255, 255...")
- 08:35, 6 October 2024 BR4 talk contribs created page DxLabel (Created page with "__NOTOC__ {{Client function}} Esta función crea una etiqueta de texto DX. <small>'''<span style="color:#ff0000; text-shadow:black 0em 0.1em 0.1em;">''Aviso: Esta es una función exportada por Modern-Library!''</span>'''</small> ==Syntax== <syntaxhighlight lang="lua"> element dxLabel( int x, int y, int w, int h, string texto, [ element parent = nil , string alignX = 'left', string alignY = 'top', int outline = nil, int colorText = tocolor(255, 255, 255, 255), int...")
- 16:23, 5 October 2024 Thisdp talk contribs created page Dgs3DInterfaceProcessLineOfSight (Created page with "{{Client function}} __NOTOC__ This function casts a ray through two points to the dgs 3d interface, and tells you information about the point that was hit, if any. ==Syntax== Return values labelled for ease of reference. <syntaxhighlight lang="lua"> bool -- hit float float float -- hitX, hitY, hitZ float float -- hitInterfaceX, hitInterfaceY dgs3DInterfaceProcessLineOfSight ( dgs-3dinterface interface,...")
- 14:06, 5 October 2024 FileEX talk contribs deleted page New coding guidelines (content was: "{{Delete|Moved to mtasa-docs GitHub repository}}")
- 12:55, 5 October 2024 User account EmreAkarsu talk contribs was created
- 19:16, 30 September 2024 FileEX talk contribs created page IsPlayerCrosshairVisible (Created page with "__NOTOC__ {{Client function}} {{New feature/item|3.0161|1.6.0|22751|This function checks if the local player has showing crosshair.}} {{Note|This function always returns true for '''spraycan''' and '''fire extinguisher'''.}} ==Syntax== <syntaxhighlight lang="lua">bool isPlayerCrosshairVisible()</syntaxhighlight> ===Returns=== Returns ''true'' if the player has the crosshair visible, ''false'' otherwise. ==Example== <syntaxhighlight lang="lua"> function check() out...")
- 04:15, 30 September 2024 Nico834 talk contribs created page File:Cayley Q8 multiplication graph.png
- 04:15, 30 September 2024 Nico834 talk contribs uploaded File:Cayley Q8 multiplication graph.png
- 18:04, 29 September 2024 User account Asring0129 talk contribs was created
- 18:02, 29 September 2024 User account Agus09101 talk contribs was created
- 18:01, 29 September 2024 User account Agus091 talk contribs was created
- 06:01, 29 September 2024 CrosRoad95 talk contribs created page Slipe (Created page with "<big><big>Native C# for MTA</big></big> With Slipe Server you're able to run a Native C# MTA server. Making use of the entire dotnet ecosytem, any NuGet package you want, industry-standard ORMs and logging frameworks, and far more. Slipe Server enables you to make use of the full power of C#. This includes but is not limited to: type safety, inheritance, multithreading and async/await. See more at: https://server.mta-slipe.com/ Get started at: https://github.com/mta...")
- 17:12, 26 September 2024 User account MateusRD7 talk contribs was created
- 13:28, 25 September 2024 FileEX talk contribs created page ResetWorldProperties (Created page with "__NOTOC__ {{Shared function}} {{New feature/item|3.0161|1.6.0|22741|This function resets all world properties to default.}} ==Syntax== <syntaxhighlight lang="lua">nil resetWorldProperties( [ bool rsetSpecialProperties = true, bool resetWorldProperties = true, bool resetWeatherProperties = true, bool resetLODs = true, bool resetSounds = true, bool resetGlitches = true, bool resetJetpackWeapons = true ] )</syntaxhighlight> ===Optional arguments=== {{OptionalArg}} * '''re...")
- 08:05, 21 September 2024 User account Unknown1214 talk contribs was created
- 13:54, 17 September 2024 FileEX talk contribs created page PL/Anti-cheat guide (Translation)
- 17:07, 16 September 2024 User account Bolyhos talk contribs was created
- 20:05, 15 September 2024 Nico834 talk contribs created page GetElementBoneQuaternion (Add documentation)
- 19:37, 15 September 2024 Nico834 talk contribs created page SetElementBoneQuaternion (Add documentation)
- 17:45, 14 September 2024 User account SubtoxoPlays talk contribs was created
- 18:30, 12 September 2024 FileEX talk contribs created page PL/Element data (Translation)
- 15:53, 12 September 2024 FileEX talk contribs created page PL/Settings system (Translation)
- 14:19, 12 September 2024 FileEX talk contribs created page PL/Authorized Serial Account Protection (Translation)
- 00:06, 10 September 2024 User account Primel talk contribs was created
- 13:33, 8 September 2024 FileEX talk contribs created page Talk:SetPedRotation (This function is deprecated: new section)
- 16:43, 7 September 2024 User account Dorfinho talk contribs was created
- 16:24, 7 September 2024 User account Bandika talk contribs was created
- 15:46, 7 September 2024 User account Mohamad talk contribs was created
- 21:18, 6 September 2024 Prox talk contribs created page ResetVolumetricShadows (new page 1.6.1)
- 21:08, 6 September 2024 Prox talk contribs created page IsVolumetricShadowsEnabled (Created page with "{{Client function}} __NOTOC__ {{Added feature/item|1.6.1|1.6.0|22716| This function is used to check whether the shadow enabled or not. }} ==Syntax== <syntaxhighlight lang="lua"> bool isVolumetricShadowsEnabled () </syntaxhighlight> ===Returns=== Returns ''true'' if enabled, ''false'' otherwise. ==Example== This example check if volumetric shadows enabled or not. <syntaxhighlight lang="lua"> addCommandHandler('isvolumetricshadows', function() print(isVolumetri...")
- 20:24, 6 September 2024 Prox talk contribs created page SetVolumetricShadowsEnabled (create new page)
- 18:43, 6 September 2024 FileEX talk contribs deleted page Template:Test template
- 17:57, 6 September 2024 FileEX talk contribs deleted page Template:Shared team functions
- 17:49, 6 September 2024 FileEX talk contribs moved page Template:Shared radar functions to Template:Radar functions