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 8 July 2024, 18:46 (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 | Hide my edits | Hide bots | Hide minor edits
Show new changes starting from 16:18, 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    15:42  DxScrollSetVertical diffhist +1,028 BR4 talk contribs (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:30  Template:DXLIB FUNCTIONS‎‎ 5 changes history +84 [BR4‎ (5×)]
 m   
15:30 (cur | prev) +25 BR4 talk contribs (→‎ScrollBar)
 m   
15:11 (cur | prev) +32 BR4 talk contribs (→‎ScrollBar)
 m   
10:10 (cur | prev) +27 BR4 talk contribs (→‎ProgressBar)
     
08:42 (cur | prev) −15 BR4 talk contribs (→‎Label) Tag: Manual revert
     
08:41 (cur | prev) +15 BR4 talk contribs (→‎Label)
N    15:24  DxScrollSetCurrentPosition diffhist +941 BR4 talk contribs (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. *...")
N    15:09  DxScrollGetCurrentPosition diffhist +1,059 BR4 talk contribs (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=== * ''...")
N    14:48  DxScrollSetColorButton‎‎ 2 changes history +1,273 [BR4‎ (2×)]
 m   
14:48 (cur | prev) 0 BR4 talk contribs
N    
14:48 (cur | prev) +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...")
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 ‎

4 October 2024

 m   19:28  Changes in 1.6.1‎‎ 4 changes history +192 [FileEX‎ (4×)]
 m   
19:28 (cur | prev) 0 FileEX talk contribs
 m   
19:26 (cur | prev) 0 FileEX talk contribs
 m   
19:26 (cur | prev) 0 FileEX talk contribs
 m   
19:25 (cur | prev) +192 FileEX talk contribs
 m   19:10  Id diffhist +29 Blond6 talk contribs

3 October 2024

 m   14:19  Installing and Running MTASA Server on GNU Linux diffhist +136 Notdamy talk contribs (Added ncurses help for arch based distros)
 m   09:30  SetMapName diffhist +27 Fernando187 talk contribs (add MAX 200 characters according to ASE.h constants)
 m   09:30  SetGameType diffhist +27 Fernando187 talk contribs (add MAX 200 characters according to ASE.h constants)
 m   09:29  RemoveRuleValue diffhist +69 Fernando187 talk contribs (fix typo in example comment)
 m   09:29  SetRuleValue diffhist +108 Fernando187 talk contribs (added MAX 200 characters according to ASE.h constants)

2 October 2024

 m   13:34  IsPlayerCrosshairVisible diffhist +230 FileEX talk contribs (Update note)
 m   13:27  Compiling MTASA diffhist +9 Fernando187 talk contribs (mirror.mtasa => mirror.multitheftauto.com/mtasa/resources)

1 October 2024

 m   23:00  InjectBrowserMouseDown diffhist +139 FileEX talk contribs (Add missing argument)

30 September 2024

     22:35  Template:Element functions‎‎ 2 changes history +164 [Nico834‎ (2×)]
 m   
22:35 (cur | prev) +80 Nico834 talk contribs (Add new item template for bone quaternion functions)
     
01:20 (cur | prev) +84 Nico834 talk contribs (Add new bone functions)
 m   19:20  Template:Player functions‎‎ 2 changes history +85 [FileEX‎ (2×)]
 m   
19:20 (cur | prev) +1 FileEX talk contribs
 m   
19:19 (cur | prev) +84 FileEX talk contribs
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...")
 m   11:57  SvgCreate diffhist −4 FileEX talk contribs Tag: Manual revert
     04:33  GetElementBoneQuaternion diffhist 0 Nico834 talk contribs (Add correct revision)
     04:32  SetElementBoneQuaternion‎‎ 5 changes history +289 [Nico834‎ (5×)]
     
04:32 (cur | prev) 0 Nico834 talk contribs (Add correct revision)
 m   
04:26 (cur | prev) 0 Nico834 talk contribs (Add some space)
     
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

29 September 2024

     18:04 User creation log User account Asring0129 talk contribs was created ‎