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).

Logs
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 07:39, 21 May 2022 ClawSuit talk contribs created page DxGridListRemoveColumn (Created page with "__NOTOC__ {{Client function}} Esta función sirve para remover una columna de una dxGridList. <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 dxGridListRemoveColumn( element element, string name ) </syntaxhighlight> ===Argumentos requeridos=== * '''element''': El elemento dxGridList. * '''name''': El nombr...")
  • 07:37, 21 May 2022 ClawSuit talk contribs created page DxGridListAddColumn (Created page with "__NOTOC__ {{Client function}} Esta función sirve para agregar una columna a una dxGridList. <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 dxGridListAddColumn( element element, string name, float size ) </syntaxhighlight> ===Argumentos requeridos=== * '''element''': El elemento dxGridList. * '''name''':...")
  • 07:33, 21 May 2022 ClawSuit talk contribs created page DxGridListRemoveItem (Created page with "__NOTOC__ {{Client function}} Esta función sirve para eliminar un articulo/ítem de una dxGridList. <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 dxGridListRemoveItem( element element, int index ) </syntaxhighlight> ===Argumentos requeridos=== * '''element''': El elemento dxGridList. * '''index''': Un e...")
  • 07:28, 21 May 2022 ClawSuit talk contribs created page DxGridListAddItem (Created page with "__NOTOC__ {{Client function}} Esta función sirve para agregar un articulo/ítem a una dxGridList. <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 dxGridListAddItem( element element, columna1, column2, ... ) </syntaxhighlight> ===Argumentos requeridos=== * '''element''': El elemento dxGridList. * '''......")
  • 07:20, 21 May 2022 ClawSuit talk contribs created page DxGridList (Created page with "__NOTOC__ {{Client function}} Esta función crea una lista de cuadrícula basado en dxDrawing. <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 dxGridList( int x, int y, int w, int h, [ element parent = nil] ) </syntaxhighlight> ===Argumentos requeridos=== * '''x''': Un entero que representa la posición X de la...")
  • 07:11, 21 May 2022 ClawSuit talk contribs created page DxEditSetMaxCharacters (Created page with "__NOTOC__ {{Client function}} Esta función sirve para colocar un maximo de caracteres que se pueden escribir en un dxEdit. <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 dxEditSetMaxCharacters( element element, int quantity ) </syntaxhighlight> ===Argumentos requeridos=== *'''element:''' El elemento dxEdi...")
  • 07:04, 21 May 2022 ClawSuit talk contribs created page DxEditSetMasked (Created page with "__NOTOC__ {{Client function}} Esta función sirve para enmascarar el texto de un dxEdit. <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 dxEditSetMasked( element element, bool bool ) </syntaxhighlight> ===Argumentos requeridos=== *'''element:''' El elemento dxEdit. *'''bool:''' Un booleano (true o false)....")
  • 06:58, 21 May 2022 ClawSuit talk contribs created page DxCheckBoxGetState (Created page with "__NOTOC__ {{Client function}} Esta función sirve para obtener el estado de un dxCheckBox. <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 dxCheckBoxSetState( element element ) </syntaxhighlight> ===Argumentos requeridos=== thumb|Boton *'''element:''' El elemento dxCheckBox al que...")
  • 06:56, 21 May 2022 ClawSuit talk contribs created page DxCheckBoxSetState (Created page with "__NOTOC__ {{Client function}} Esta función cambia el estado de un dxCheckBox. <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 dxCheckBoxSetState( element element, bool bool ) </syntaxhighlight> ===Argumentos requeridos=== thumb|Boton *'''element:''' El elemento dxCheckBox al que...")
  • 23:30, 20 May 2022 LODS talk contribs created page PT-BR/RGBToDecimal (Created page with "{{PT-BR/Função Útil}} Essa função converte uma cor em RGB para Decimal. ==Sintaxe== <syntaxhighlight lang="lua">RGBToDecimal( float r, float g, float b )</syntaxhighlight> ==Argumentos== * '''r''': O valor Red * '''g''': O valor Green * '''b''': O valor Blue ==Retorno== Retorna um inteiro convertido dos valores RGB especificados ==Código== <section name="Code" class="both" show="true"> <syntaxhighlight lang="lua"> function RGBToDecimal(r, g, b)...")
  • 23:25, 20 May 2022 LODS talk contribs created page RGBToDecimal (Created page with "{{Useful Function}} This function convert RGB color to Decimal color. ==Syntax== <syntaxhighlight lang="lua">RGBToDecimal( float r, float g, float b )</syntaxhighlight> ==Arguments== * '''r''': The Red color value * '''g''': The Green color value * '''b''': The Blue color value ==Returns== Returns a decimal integer converted from specified RGB values ==Code== <section name="Code" class="both" show="true"> <syntaxhighlight lang="lua"> function RGBToDecimal(r, g, b...")
  • 22:39, 19 May 2022 User account Noty talk contribs was created
  • 21:09, 18 May 2022 User account Pingu MTA talk contribs was created
  • 11:11, 18 May 2022 User account Kamiltagizada2009 talk contribs was created
  • 12:42, 17 May 2022 User account JAKE 67 talk contribs was created
  • 18:25, 16 May 2022 User account Mannuz talk contribs was created
  • 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
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)