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
  • 17:05, 12 August 2023 ClawSuit talk contribs created page DxGetLibrary (Created page with "__NOTOC__ {{Client Function}} Esta funcion extrae los diferentes exports de la libreria en forma de variables para hacer el uso de la libreria mas facil para ello debe de complementarse con '''<span style="color:#00ff00; text-shadow:black 0em 0.1em 0.1em;">loadstring</span>'''. <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="l...")
  • 00:37, 10 August 2023 ClawSuit talk contribs created page DxListRemoveItem (Created page with "__NOTOC__ {{Client Function}} Esta funcion elimina un texto o item de una dxList. <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 dxListRemoveItem(element, index int)</syntaxhighlight> ===Argumentos requeridos=== * '''element''': Elemento dxList creado previamente. * '''index''': Un entero que representa la...")
  • 00:20, 10 August 2023 ClawSuit talk contribs created page DxListAddItem (Created page with "__NOTOC__ {{Client Function}} Esta funcion agrega un texto al final de la una dxList. <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 dxListAddItem(element, item)</syntaxhighlight> ===Argumentos requeridos=== * '''element''': La dxList creada. * '''item''': Un texto(string) que se agregara a la lista. ==Eje...")
  • 20:14, 21 May 2022 ClawSuit talk contribs created page DxImage (Created page with "__NOTOC__ {{Client function}} Esta función crea una imagen basada en dxCreateTexture + 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 dxImage( int x, int y, int w, int h, string filepath, [ element parent = nil , string textureformat = 'dxt5', mipmaps = true, textureType = 'clamp' ] ) </syntaxhig...")
  • 19:05, 21 May 2022 ClawSuit talk contribs created page DxGridListGetScrollHV (Created page with "__NOTOC__ {{Client function}} Esta función sirve para extraer el scroll horizontal y vertical 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"> element element dxGridListGetScrollHV( element element ) </syntaxhighlight> ===Argumentos requeridos=== * '''element''': El elemento dxGridList. ==Ej...")
  • 18:49, 21 May 2022 ClawSuit talk contribs created page DxGridListSetItemSelected (Created page with "__NOTOC__ {{Client function}} Esta función sirve para seleccionar una fila de articulos/items 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 dxGridListSetItemSelected( element element, int index ) </syntaxhighlight> ===Argumentos requeridos=== * '''element''': El elemento dxGridList. *...")
  • 17:14, 21 May 2022 ClawSuit talk contribs created page DxGridListGetItemSelected (Created page with "__NOTOC__ {{Client function}} Esta función sirve para obtener la fila de articulos/items seleccionada 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"> int table dxGridListGetItemSelected( element element ) </syntaxhighlight> ===Argumentos requeridos=== * '''element''': El elemento dxGridList....")
  • 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...")
  • 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: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:23, 11 May 2022 ClawSuit talk contribs uploaded File:DxWindow.png
  • 03:23, 11 May 2022 ClawSuit talk contribs created page File:DxWindow.png
  • 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)
  • 15:26, 13 May 2021 ClawSuit talk contribs created page AddTableChangeHandler (Created page with "{{Useful Function}} This function monitors the changes of a table ==Sintaxis== <syntaxhighlight lang="lua">bool addTableChangeHandler(table, function)</syntaxhighlight> ===A...")
  • 17:09, 24 June 2019 ClawSuit talk contribs moved page Delay to Es/Delay
  • 06:06, 14 April 2019 ClawSuit talk contribs uploaded File:Rombo.JPG
  • 05:41, 14 April 2019 User account ClawSuit talk contribs was created