Recent changes

Jump to navigation Jump to search

Track the most recent changes to the wiki on this page.

Recent changes options Below are the changes since 30 June 2024, 23:40 (up to 50 shown). (Reset date selection)
Show last 50 | 100 | 250 | 500 changes in last 1 | 3 | 7 | 14 | 30 | 60 | 90 | 120 days
Hide registered users | Hide anonymous users | Show my edits | Show bots | Show minor edits
Show new changes starting from 15:05, 6 October 2024
   
List of abbreviations:
N
This edit created a new page (also see list of new pages)
m
This is a minor edit
b
This edit was performed by a bot
(±123)
The page size changed by this number of bytes

6 October 2024

N    14:48  DxScrollSetColorButton diffhist +1,273 BR4 talk contribs (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...")
N    11:09  DxScroll diffhist +2,159 BR4 talk contribs (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,...")
N    10:19  DxProgressBarSetColor diffhist +1,084 BR4 talk contribs (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...")
N    10:01  DxProgressBarGetProgress diffhist +869 BR4 talk contribs (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...")
N    09:47  DxProgressBarSetProgress‎‎ 4 changes history +1,049 [BR4‎ (4×)]
     
09:47 (cur | prev) +30 BR4 talk contribs
     
09:46 (cur | prev) +12 BR4 talk contribs
     
09:45 (cur | prev) +12 BR4 talk contribs
N    
09:44 (cur | prev) +995 BR4 talk contribs (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. * '''...")
N    09:30  DxProgressBar diffhist +1,951 BR4 talk contribs (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:42  Template:DXLIB FUNCTIONS‎‎ 2 changes history 0 [BR4‎ (2×)]
     
08:42 (cur | prev) −15 BR4 talk contribs (→‎Label) Tag: Manual revert
     
08:41 (cur | prev) +15 BR4 talk contribs (→‎Label)
N    08:35  DxLabel diffhist +2,148 BR4 talk contribs (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...")

5 October 2024

N    16:24  Dgs3DInterfaceProcessLineOfSight‎‎ 2 changes history +1,587 [Thisdp‎ (2×)]
     
16:24 (cur | prev) +4 Thisdp talk contribs (→‎Examples)
N    
16:23 (cur | prev) +1,583 Thisdp talk contribs (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 Deletion log FileEX talk contribs deleted page New coding guidelines(content was: "{{Delete|Moved to mtasa-docs GitHub repository}}")
     12:55 User creation log User account EmreAkarsu talk contribs was created ‎

30 September 2024

N    19:16  IsPlayerCrosshairVisible diffhist +692 FileEX talk contribs (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:33  GetElementBoneQuaternion diffhist 0 Nico834 talk contribs (Add correct revision)
     04:32  SetElementBoneQuaternion‎‎ 4 changes history +289 [Nico834‎ (4×)]
     
04:32 (cur | prev) 0 Nico834 talk contribs (Add correct revision)
     
04:25 (cur | prev) +289 Nico834 talk contribs (Add Cayley Q8 graph)
     
04:02 (cur | prev) −291 Nico834 talk contribs (Undo revision 80611 by Nico834 (talk)) Tag: Undo
     
04:02 (cur | prev) +291 Nico834 talk contribs
     04:15 Upload log Nico834 talk contribs uploaded File:Cayley Q8 multiplication graph.png
     01:20  Template:Element functions diffhist +84 Nico834 talk contribs (Add new bone functions)

29 September 2024

     18:04  (User creation log) [Asring0129‎; Agus09101‎; Agus091‎]
     
18:04 User account Asring0129 talk contribs was created ‎
     
18:02 User account Agus09101 talk contribs was created ‎
     
18:01 User account Agus091 talk contribs was created ‎
N    06:01  Slipe diffhist +494 CrosRoad95 talk contribs (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...")

28 September 2024

     13:21  SetTimeFrozen diffhist −4 Prox talk contribs (minor change)

26 September 2024

     17:12 User creation log User account MateusRD7 talk contribs was created ‎

25 September 2024

N    13:28  ResetWorldProperties diffhist +1,801 FileEX talk contribs (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...")

21 September 2024

     08:05 User creation log User account Unknown1214 talk contribs was created ‎

18 September 2024

     11:06  GetFilesInResourceFolder diffhist +2 Tracer talk contribs (Undo revision 80585 - see https://discord.com/channels/801330706252038164/801828475862122537/1285918316723966003) Tag: Undo

17 September 2024

N    13:54  PL/Anti-cheat guide diffhist +20,763 FileEX talk contribs (Translation)

16 September 2024

     17:07 User creation log User account Bolyhos talk contribs was created ‎

15 September 2024

N    20:05  GetElementBoneQuaternion diffhist +1,948 Nico834 talk contribs (Add documentation)
N    19:37  SetElementBoneQuaternion diffhist +2,677 Nico834 talk contribs (Add documentation)

14 September 2024

     17:45 User creation log User account SubtoxoPlays talk contribs was created ‎

12 September 2024

N    18:30  PL/Element data diffhist +10,635 FileEX talk contribs (Translation)
N    15:53  PL/Settings system diffhist +2,617 FileEX talk contribs (Translation)
     11:39  SetJetpackWeaponEnabled diffhist +270 Dragon talk contribs (various edits to correct information and to put formatting more in line with similar pages)

11 September 2024

     16:09  Template:Client explosion functions diffhist −100 FileEX talk contribs

10 September 2024

     00:06 User creation log User account Primel talk contribs was created ‎

8 September 2024

N    13:33  Talk:SetPedRotation diffhist +524 FileEX talk contribs (→‎This function is deprecated: new section)
     04:57  SetPedRotation diffhist +177 AirNewSCR talk contribs (FileEX - read note and remove-it)

7 September 2024

     16:43  (User creation log) [Mohamad‎; Dorfinho‎; Bandika‎]
     
16:43 User account Dorfinho talk contribs was created ‎
     
16:24 User account Bandika talk contribs was created ‎
     
15:46 User account Mohamad talk contribs was created ‎
     06:40  SetPedRotation diffhist −36 AirNewSCR talk contribs (Undo revision 80020 by FileEX (talk)) Tag: Undo