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:44, 15 May 2022 User account MFTTeam talk contribs was created
- 22:18, 13 May 2022 PandFort talk contribs created page DxEdit (Created page with "__NOTOC__ {{Client Function}} 300px|thumb|right|Ventana de Pruebas. Esta funcion crea un cuadro de texto basado en dxDrawing. ==Sintaxis== <syntaxhighlight lang="lua">element dxEdit(int x, int y, int w, int h, string text, [ element parent = nil ])</syntaxhighlight> ===Argumentos requeridos=== * '''x''': Un entero que representa la posición X del origen absoluto de la ventana, representado por píxeles en la pantalla. * '''y''': Un entero que rep...")
- 22:13, 13 May 2022 PandFort talk contribs created page DxCheckBox (Created page with "__NOTOC__ {{Client Function}} 300px|thumb|right|Ventana de Pruebas. Esta funcion crea una ventana moderna basado en dxDrawing. ==Sintaxis== <syntaxhighlight lang="lua">element dxCheckBox(int x, int y, int w, int h, [ element parent = nil, bool rounded = nil ] )</syntaxhighlight> ===Argumentos requeridos=== * '''x''': Un entero que representa la posición X del origen absoluto de la ventana, representado por píxeles en la pantalla. * '''y''': Un e...")
- 16:12, 13 May 2022 PandFort talk contribs created page DxList (Created page with "__NOTOC__ {{Client Function}} 300px|thumb|right|Ventana de Pruebas. Esta funcion crea una lista basada en dxDrawing. ==Sintaxis== <syntaxhighlight lang="lua">element dxList(int x, int y, int w, int h, [ element parent = nil ])</syntaxhighlight> ===Argumentos requeridos=== * '''x''': Un entero que representa la posición X del origen absoluto de la ventana, representado por píxeles en la pantalla. * '''y''': Un entero que representa la posición Y...")
- 23:48, 12 May 2022 User account TheBossCl talk contribs was created
- 05:20, 11 May 2022 User account Spoofer talk contribs was created
- 05:11, 11 May 2022 ClawSuit talk contribs created page DxSetFont (Created page with "__NOTOC__ {{Client Function}} Esta funcion sirve para cambiar la fuente de un elemento de la Modern-Library . ==Sintaxis== <syntaxhighlight lang="lua">bool dxSetFont(string fontName, float size )</syntaxhighlight> ===Argumentos requeridos=== * '''fontName''': El nombre de la fuente sin su extension, ''Ejemplo'' en ves de ''Basic-Regular.ttf'' colocar ''Basic-Regular'' * '''size''': Un flotante que representa el tamaño de la fuente. ===Fuentes locales=== * '''Basic...")
- 05:02, 11 May 2022 ClawSuit talk contribs created page DxFont (Created page with "__NOTOC__ {{Client Function}} Esta funcion sirve para crear una fuente que podra ser utilizada por cualquier elemento de Modern-Library. ==Sintaxis== <syntaxhighlight lang="lua">bool dxFont(string path, float size, [ bool bold = nil ] )</syntaxhighlight> ===Argumentos requeridos=== * '''path''': La ruta del archivo tipo fuente. > ''Ruta local de la libreria'' '''"files/font/"''' ↓ * '''size''': Un flotante que representa el tamaño de la fuente. ===Argumentos...")
- 04:11, 11 May 2022 ClawSuit talk contribs created page DxWindowGetCloseState (Created page with "__NOTOC__ {{Client Function}} Esta funcion obtiene el estado del boton de cerrado de una dxWindow. ==Sintaxis== <syntaxhighlight lang="lua">bool dxWindowGetCloseState(element element)</syntaxhighlight> ===Argumentos requeridos=== * '''element''': La ventana la cual se obtendra el estado del boton de cerrado. ==Ejemplo de Uso== <syntaxhighlight lang="lua"> loadstring(exports.dxlib:dxGetLibrary())() --creamos una ventana win = dxWindow(251, 21, 250, 300, 'Window DEM...")
- 04:06, 11 May 2022 ClawSuit talk contribs created page DxWindowSetCloseState (Created page with "__NOTOC__ {{Client Function}} Esta funcion oculta o visualiza el boton de cerrado de una dxWindow. ==Sintaxis== <syntaxhighlight lang="lua">bool dxWindowSetCloseState(element element, bool state)</syntaxhighlight> ===Argumentos requeridos=== * '''element''': La ventana la cual se le cambiara el estado del boton de cerrado. * '''state''': Un booleano que representa el estado del boton de cerrado, ''true'' o ''false''. ==Ejemplo de Uso== <syntaxhighlight lang="lua">...")
- 03:55, 11 May 2022 PandFort talk contribs created page Template:DXLIB EVENTS (Created page with "===<span style="color:##332170;text-shadow:0.05em 0.05em 0.2em blue;">General Events</span>=== *onClick *onClose *onScrollChange")
- 03:49, 11 May 2022 PandFort talk contribs moved page Mordern-Library to Modern-Library
- 03:43, 11 May 2022 PandFort talk contribs moved page DxButton-esp to DxButton over redirect
- 03:43, 11 May 2022 PandFort talk contribs deleted redirect DxButton by overwriting (Deleted to make way for move from "DxButton-esp")
- 03:42, 11 May 2022 PandFort talk contribs moved page Dxlibrary-dxWindow to DxWindow
- 03:39, 11 May 2022 ClawSuit talk contribs created page Dxlibrary-dxWindow (Created page with "{{Client Function}} 300px|thumb|right|Ventana de Pruebas. Esta funcion crea una ventana moderna basado en dxDrawing. ==Sintaxis== <syntaxhighlight lang="lua">element dxWindow(int x, int y, int w, int h, string title, [ bool closebutton, bool rounded, float border ])</syntaxhighlight> ===Argumentos requeridos=== * '''x''': Un entero que representa la posición X del origen absoluto de la ventana, representado por píxeles en la pantalla. * '''y''':...")
- 03:30, 11 May 2022 PandFort talk contribs moved page DxButton to DxButton-esp
- 03:28, 11 May 2022 PandFort talk contribs created page DxButton (Created page with "__NOTOC__ {{Client function}} This function allows creation of a Modern DX Library Button, which is a clickable item as part of GUI. '''Notice: This is a function exported by Modern DX Library!''' ==Syntax== <syntaxhighlight lang="lua"> element dxButton( float x, float y, float width, float height, string text [, element parent = nil, bool rounded = nil ) </syntaxhighlight> ===Required Arguments=== thumb|DGS Button *'''x:''' A float of the...")
- 03:24, 11 May 2022 PandFort talk contribs created page Dxlibrary-dxButton (Created page with "__NOTOC__ {{Client function}} This function allows creation of a Modern DX Library Button, which is a clickable item as part of GUI. '''Notice: This is a function exported by Modern DX Library!''' ==Syntax== <syntaxhighlight lang="lua"> element dxButton( float x, float y, float width, float height, string text [, element parent = nil, bool rounded = nil ) </syntaxhighlight> ===Required Arguments=== thumb|DGS Button *'''x:''' A float of the...")
- 03:23, 11 May 2022 ClawSuit talk contribs created page File:DxWindow.png
- 03:23, 11 May 2022 ClawSuit talk contribs uploaded File:DxWindow.png
- 02:42, 11 May 2022 PandFort talk contribs created page Template:DXLIB FUNCTIONS (Created page with "===<span style="color:##332170;text-shadow:0.05em 0.05em 0.2em blue;">Unique Properties</span>=== *dxlibrary-dxWindow")
- 02:38, 11 May 2022 PandFort talk contribs created page Template:DXLIBPROPERTIES (Created page with "===<span style="color:##332170;text-shadow:0.05em 0.04em 0.2em #00000099;">General Properties</span>=== *DGS General Basic Properties")
- 02:11, 11 May 2022 PandFort talk contribs created page File:Demo.PNG (Demo from DX Modern Library)
- 02:11, 11 May 2022 PandFort talk contribs uploaded File:Demo.PNG (Demo from DX Modern Library)
- 02:05, 11 May 2022 PandFort talk contribs created page User:PandFort (Created page with "<b> *[https://github.com/PandFort]")
- 02:02, 11 May 2022 PandFort talk contribs created page Mordern-Library (Created page with "<pageclass class="resource" subcaption="Resource"></pageclass> == Modern DX Library == This resource is designed to allow you to create directX GUI's as an alternative to the original MTA:SA GUI functions. <span style="color:#332170; text-shadow:blue 0em 0em 0.3em;">This wiki is always for the latest Modern DX Library version!</span> <div style="padding:10px; border-radius:2px;font-size:14px;"> '''Full Name''': Modern DX Library for User Interface '''Developer Team'...")
- 06:16, 10 May 2022 User account Paola Popote talk contribs was created
- 23:17, 7 May 2022 GalAnonim talk contribs created page Compact (Created page with "{{Useful Function}} <lowercasetitle></lowercasetitle> __NOTOC__ '''Author:''' @FroPop This function create table containing variables and their values. ==Syntax== <syntaxhighlight lang="lua"> table compact(table Array, table/string Variable) </syntaxhighlight> ===Required Arguments=== * '''Array:''' the table handles it recursively. *'''Variable''': table or string takes a variable number of parameters. Each parameter can be either a string containing the n...")
- 22:49, 7 May 2022 GalAnonim talk contribs created page GetPedHitBone (Created page with "{{Useful Function}} <lowercasetitle></lowercasetitle> __NOTOC__ This function gets the approximate number of the bone where the ped is hit ==Syntax== <syntaxhighlight lang="lua"> int getPedHitBone( ped thePed, float hitX, float hitY, float hitZ ) </syntaxhighlight> ===Required Arguments=== * '''thePed:''' the ped whose bone you want to get. *'''hitX''', '''hitY''', '''hitZ''': float world coordinates representing a hit point. ===Returns=== An '''int''' with the...")
- 10:55, 6 May 2022 User account V7zin talk contribs was created
- 07:56, 2 May 2022 Deihim007 talk contribs created page SetDiscordState (Created page with "__NOTOC__ {{Client function}} {{Added feature/item|1.5.9|1.5.8|00000|This function sets state parameter of discord rich presence.}} {{Note|Not merged yet, PR draft [https://github.com/multitheftauto/mtasa-blue/pull/2577 #2577].}} ==Syntax== <syntaxhighlight lang="lua">bool setDiscordState(string state)</syntaxhighlight> {{OOP||discord:setState}} ===Required Arguments=== *'''state''': Details as a string. (pass nil to reset to default) ===Returns=== Returns ''true'...")
- 06:21, 2 May 2022 Deihim007 talk contribs created page SetDiscordDetails (Created page with "__NOTOC__ {{Client function}} {{Added feature/item|1.5.9|1.5.8|00000|This function sets details parameter of discord rich presence.}} {{Note|Not merged yet, PR draft [https://github.com/multitheftauto/mtasa-blue/pull/2577 #2577].}} ==Syntax== <syntaxhighlight lang="lua">bool setDiscordDetails(string details)</syntaxhighlight> {{OOP||discord:setDetails}} ===Required Arguments=== *'''details''': Details as a string. ===Returns=== Returns ''true'' if effect have been...")
- 21:50, 1 May 2022 User account Mmertjuju talk contribs was created
- 23:21, 30 April 2022 ClawSuit talk contribs created page SvgCreateRoundedRectangle (Created page with "{{Useful Function}} This function creates a rectangle with rounded edges by using svg ==Sintaxis== <syntaxhighlight lang="lua">svg svgCreateRoundedRectangle(width, height, ratio, color1, [ borderWidth, color2 ])</syntaxhighlight> ===Required arguments=== * '''width''': an integer representing the width of the rectangle. * '''height''': an integer representing the height of the rectangle. * '''ratio''': an integer representing the radius of the border. * '''color1''': r...")
- 23:02, 30 April 2022 ClawSuit talk contribs created page Category:Svg functions (Svg functions)
- 16:32, 28 April 2022 User account Borsuczyna talk contribs was created
- 16:20, 28 April 2022 Hydra talk contribs created page GetPlayerNameFromID (Created page with "{{Useful Function}} __NOTOC__ This function will get the player name using the ID element data. ==Syntax== <syntaxhighlight lang="lua">bool getPlayerNameFromID(number theID, element theElement)</syntaxhighlight> ===Required Arguments=== * '''theID''': The id number. * '''theElement''': The player element. ==Code== <section name="Clientside script" class="client" show="true"> <syntaxhighlight lang="lua"> function getPlayerNameFromID(theID, theElement) if isElement(t...")
- 11:33, 26 April 2022 Fernando187 talk contribs created page User:Fernando187 (Created page with "GitHub: https://github.com/Fernando-A-Rocha")
- 19:07, 25 April 2022 User account Dovin talk contribs was created
- 13:03, 25 April 2022 CiBeR talk contribs moved page User:XNawaf to User:XLive (Automatically moved page while renaming the user "XNawaf" to "XLive")
- 13:03, 25 April 2022 CiBeR talk contribs renamed user XNawaf (192 edits) to XLive (Requested by owner)
- 13:02, 25 April 2022 CiBeR talk contribs moved page User:Majqq to User:Srslyyyy (Automatically moved page while renaming the user "Majqq" to "Srslyyyy")
- 13:02, 25 April 2022 CiBeR talk contribs renamed user Majqq (80 edits) to Srslyyyy (Requested by owner)
- 11:57, 25 April 2022 User account Zubruz talk contribs was created
- 11:51, 25 April 2022 User account Koliamx123 talk contribs was created
- 01:38, 24 April 2022 User account Ryan talk contribs was created
- 21:48, 19 April 2022 User account HorusDev talk contribs was created
- 09:11, 19 April 2022 User account Mohammad talk contribs was created
- 12:51, 17 April 2022 User account Rigel talk contribs was created