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).
- 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
- 17:15, 6 September 2024 FileEX talk contribs moved page Template:Shared matrix functions to Template:Matrix functions
- 15:39, 6 September 2024 FileEX talk contribs created page Template:Fire functions (Created page with "<ul> <li>createFire</li> <li>extinguishFire</li> </ul> <noinclude>Category:Functions templates</noinclude>")
- 14:51, 6 September 2024 FileEX talk contribs deleted page Template:Test page
- 14:49, 6 September 2024 FileEX talk contribs created page Template:Functions list info (Created page with "<span style='font-size: 1.25em;'> The template contains a list of functions. It accepts 1 parameter, which specifies whether the functions should be displayed for ''server'' or ''client''. Regardless of the parameter, a list of shared functions will also be displayed</br></br> Example: '''<nowiki>{{Camera functions|client}}</nowiki>''' will display a list of client-side functions, and below it a list of shared functions, similarly for the server.</span>")
- 13:21, 6 September 2024 FileEX talk contribs created page Template:Test page (Created page with "{{Test_template}}")
- 13:20, 6 September 2024 FileEX talk contribs created page Template:Test template (Created page with "<includeonly> {{#ifeq: {{lc:{{{1}}}}} | client | <!-- client functions--> * dxDrawImage * dxDrawRectangle | {{#ifeq: {{lc:{{{1}}}}} | server | <!-- server functions--> * banPlayer * kickPlayer }} }} '''Shared''' * createBlip * createMarker </includeonly>")
- 12:55, 6 September 2024 FileEX talk contribs moved page Template:Shared sound functions to Template:Shared audio functions (Rename)
- 10:31, 6 September 2024 Justns talk contribs created page User:Justns (Created page with "Discord: justns")
- 23:24, 5 September 2024 User account BARCELOS22 talk contribs was created
- 15:36, 5 September 2024 User account Karimos talk contribs was created
- 06:53, 5 September 2024 Dragon talk contribs created page SetTimerPaused (Created page with "{{Server client function}} __NOTOC__ {{New feature/item|3.0161|1.6.0|22701| This function allows you to pause existing running timers and resume existing paused ti...")