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)
  • 15:21, 31 May 2022 User account Miike talk contribs was created
  • 12:22, 29 May 2022 Tracer talk contribs created page Wstęp do pisania modułów (Created page with "Moduły są rozszerzeniami rdzenia MTA Lua, które umożliwiają integrację i używanie niestandardowych funkcji Lua, które zostały napisane w C++ i skompilowane jako plik DLL lub SO. Moduły są powszechnie używane do tworzenia funkcji do takich celów, których brakuje w Multi Theft Auto, takich jak gniazda. ==Wprowadzenie== TODO")
  • 23:27, 27 May 2022 User account Vinícius talk contribs was created
  • 09:06, 24 May 2022 Tracer talk contribs created page PL/Scripting Introduction (Redirected page to Wstęp do pisania skryptów) Tag: New redirect
  • 08:56, 24 May 2022 Tracer talk contribs created page Template:PL/ModulesList (Created page with "* cURL * FileSystem * hashing [<span style='color:red'><b>PRZESTARZAŁE</b></span>] * MTA-MySQL [<span style='color:red'><b>PRZESTARZAŁE</b></span>] * MySQL [<span style='color:red'><b>PRZESTARZAŁE</b></span>] * Pathfinding [<span style='color:red'><b>PRZESTARZAŁE</b></span>] * SHA [<span style='color:red'><b>PRZESTARZAŁE</b></sp...")
  • 08:53, 24 May 2022 Tracer talk contribs created page Template:ModulesList (Created page with "* cURL * FileSystem * hashing [<span style='color:red'><b>OUTDATED</b></span>] * MTA-MySQL [<span style='color:red'><b>DEPRECATED</b></span>] * MySQL [<span style='color:red'><b>OUTDATED</b></span>] * Pathfinding [<span style='color:red'><b>OUTDATED</b></span>] * SHA [<span style='color:red'><b>OUTDATED</b></span>] * Modules/Socket...")
  • 16:16, 22 May 2022 Sally talk contribs created page User:Sally (Created page with "Freelancer")
  • 16:01, 22 May 2022 User account Sally talk contribs was created
  • 20:29, 21 May 2022 Lettify talk contribs created page PT-BR/passwordHash (Created page with "__NOTOC__ {{BR/Funcao compartilhada}} {{BR/Nota|Using '''passwordHash''' é o meio recomendado para guardar senhas.}} {{PT-BR/New feature/item|3.0154|1.5.4|11277| Esta função cria um hash a partir de uma senha especificada (basicamente, a senha criptografada) usando um algorítmo específico de hashing. }} {{BR/Warning|É altamente recomendado usar a versão assíncrona desta função (especificando a função callback). Por outro lado, você pode sofrer algumas trava...")
  • 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...")
  • 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
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)