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).
- 21:15, 2 September 2023 Tracer talk contribs created page Client manual (Redirected page to Client Manual) Tag: New redirect
- 21:15, 2 September 2023 Tracer talk contribs created page Server manual (Redirected page to Server Manual) Tag: New redirect
- 23:53, 1 September 2023 User account Juanpablo777pro talk contribs was created
- 23:05, 1 September 2023 User account Z3TR talk contribs was created
- 02:42, 30 August 2023 Thisdp talk contribs created page GetColorFilter (Created page with "__NOTOC__ {{Client function}} {{Added feature/item|3.0161|1.6.0|22188|This function is used to get the values of color filtering.}} {{Tip|Normally the game is adding these colors to a screen to simulate weather effects. Sometimes it can be important to disable these effects. You can get rid of the effects by calling setColorFilter with zero values.}} ==Syntax== <syntaxhighlight lang="lua"> int, int, int, int, int, int, int, int getColorFilter ( bool isOriginal )...")
- 17:41, 27 August 2023 User account Szampan talk contribs was created
- 18:24, 26 August 2023 User account Turkay talk contribs was created
- 14:51, 26 August 2023 User account Lowe4480 talk contribs was created
- 23:32, 25 August 2023 Pirulax talk contribs created page EngineStreamingGetBufferSize (Created page with "__NOTOC__ {{Client function}} {{New feature/item|3.0160|1.6.0|21874|Get the streaming buffer size ['''not''' maximum memory size]}} ==Syntax== <syntaxhighlight lang="lua"> number engineStreamingGetBufferSize() </syntaxhighlight> {{OOP||EngineStreaming:setBufferSize|bufferSize|engineStreamingGetBufferSize}} ===Returns=== The streaming buffer size. It is always a positive non-zero number. ==Example== This example adds a command that can be used to change the streamin...")
- 23:30, 25 August 2023 Pirulax talk contribs created page EngineStreamingSetBufferSize (Created page with "__NOTOC__ {{Client function}} {{New feature/item|3.0160|1.6.0|21874|Get the streaming buffer size. The larger it is, the more models can be loaded in one go BUT increases the RAM ['''not''' streaming memory!] usage. Can help with custom IMG loading speed by reducing pop-in.}} {{Important Note|'''This function is meant for advanced users only, as it can lead to stability issues'''. Using a very high value might result in more crashes, while using a value too low might le...")
- 23:19, 25 August 2023 Pirulax talk contribs created page EngineStreamingRestoreMemorySize (Created page with "__NOTOC__ {{Client function}} {{New feature/item|3.0160|1.6.0|21874|Restores the maximum amount of RAM [in bytes] that can be used for streaming to the default value}} {{Tip|The function to manipulate the memory size is engineStreamingSetMemorySize}} ==Syntax== <syntaxhighlight lang="lua"> nil engineStreamingSetMemorySize() </syntaxhighlight> {{OOP||EngineStreaming:restoreMemorySize||}} ==Example== This example adds a command that can be used to change the stre...")
- 23:08, 25 August 2023 Pirulax talk contribs created page EngineStreamingGetMemorySize (Created page with "__NOTOC__ {{Client function}} {{New feature/item|3.0160|1.6.0|21946|Gets the maximum amount of RAM [in bytes] that can be used for streaming}} ==Syntax== <syntaxhighlight lang="lua"> number engineStreamingGetMemorySize() </syntaxhighlight> {{OOP||EngineStreaming:getMemorySize|memorySize|engineStreamingSetMemorySize}} ==Returns== The maximum amount of RAM [in bytes] that can be used for streaming. It is always a non-zero positive number. ==Example== This example add...")
- 23:02, 25 August 2023 Pirulax talk contribs created page EngineStreamingSetMemorySize (Created page with "__NOTOC__ {{Client function}} {{New feature/item|3.0160|1.6.0|21946|Sets the maximum amount of [in bytes] that can be used for streaming}} {{Tip|To restore to the default value use engineStreamingRestoreMemorySize}} {{Important Note|**This function is meant for advanced users only, as it can lead to stability issues**. Using a very high value might result in more crashes, while using a value too low might lead to frequent pop-in [and due to the way MTA works micro-st...")
- 22:50, 25 August 2023 Pirulax talk contribs created page EngineStreaming (Created page with "Static class used for manipulating the GTA:SA streaming engine.")
- 15:06, 25 August 2023 User account Luizba47 talk contribs was created
- 12:12, 25 August 2023 User account Vzstook talk contribs was created
- 22:19, 24 August 2023 User account Alg Life role play talk contribs was created
- 22:17, 24 August 2023 User account DZ LIFE RP talk contribs was created
- 15:55, 23 August 2023 User account Heitorrg talk contribs was created
- 07:02, 23 August 2023 User account 55evans talk contribs was created
- 18:01, 22 August 2023 User account FullOffeD talk contribs was created
- 18:32, 20 August 2023 User account Lima talk contribs was created
- 03:46, 20 August 2023 User account Ceevyl talk contribs was created
- 23:54, 19 August 2023 User account Kleber talk contribs was created
- 00:30, 19 August 2023 Sousateew talk contribs created page PT-BR/Introdução OOP (Created page with "{{Nota|Se você contribuiu editando e ajustando esta página do fórum, se você se beneficiou deste tutorial ou se você tem algo a dizer; por favor, me dê um feedback no link do fórum fornecido abaixo.}} Este é um tutorial de script que explica o que é programação orientada a objetos e ensina como usar os recursos de OOP (Programação Orientada a Objetos) do MTA. Isso foi originalmente criado por qaisjp (discussão)...")
- 04:33, 18 August 2023 User account Z4 talk contribs was created
- 00:05, 18 August 2023 Sousateew talk contribs created page DxDrawDiamond (Create (eS/dxDrawRombo by ClawSuit))
- 21:13, 16 August 2023 User account Sladess talk contribs was created
- 08:20, 16 August 2023 User account Grzzly talk contribs was created
- 11:40, 15 August 2023 Thisdp talk contribs created page DgsComboBoxSetItemBackGroundColor (Created page with "{{Client function}} This function sets the background color of a specific item of the combo box. ==Syntax== <syntaxhighlight lang="lua"> bool dgsComboBoxSetItemBackGroundColor( element comboBox, int itemIndex, texture imageDefault, texture imageHoving, texture imageSelected ) </syntaxhighlight> ===Required Arguments=== *'''comboBox:''' the combo box that you want to operate. *'''itemIndex:''' An integer of the item index. *'''colorDefault:''' An integer of the colo...")
- 11:37, 15 August 2023 Thisdp talk contribs created page DgsComboBoxGetItemBackGroundColor (Created page with "{{Client function}} This function gets the background color of a specific item of the combo box. ==Syntax== <syntaxhighlight lang="lua"> int, int, int dgsComboBoxGetRowBackGroundColor( element comboBox, int itemIndex ) </syntaxhighlight> ===Required Arguments=== *'''comboBox:''' the combo box that you want to operate. *'''itemIndex:''' An integer of the item index. ===Returns=== Returns 3 integers if exist are '''colorDefault''', '''colorHoving''', '''colorSelecte...")
- 11:34, 15 August 2023 Thisdp talk contribs created page DgsComboBoxGetItemBackGroundImage (Created page with "{{Client function}} This function gets the background texture of a specific item of the combo box. ==Syntax== <syntaxhighlight lang="lua"> texture/nil, texture/nil, texture/nil dgsComboBoxGetItemBackGroundImage( element comboBox, int itemIndex ) </syntaxhighlight> ===Required Arguments=== *'''comboBox:''' the combo box that you want to operate. *'''itemIndex:''' An integer of the item index. ===Returns=== Returns 3 textures if exist are '''imageDefault''', '''imag...")
- 11:31, 15 August 2023 Thisdp talk contribs created page DgsComboBoxSetItemBackGroundImage (Created page with "{{Client function}} This function sets the row background texture of the combo box. ==Syntax== <syntaxhighlight lang="lua"> bool dgsComboBoxSetRowBackGroundImage( element comboBox, int itemIndex, texture imageDefault, texture imageHoving, texture imageSelected ) </syntaxhighlight> ===Required Arguments=== *'''comboBox:''' the combo box that you want to operate. *'''itemIndex:''' An integer of the item index. *'''imageDefault:''' An integer of the image of the item...")
- 11:12, 15 August 2023 User account King Ross talk contribs was created
- 06:54, 15 August 2023 User account TheRealSadra talk contribs was created
- 01:49, 15 August 2023 User account Carlosp talk contribs was created
- 17:44, 13 August 2023 User account Shehap010 talk contribs was created
- 21:22, 12 August 2023 User account RubyCommunity talk contribs was created
- 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...")
- 09:02, 12 August 2023 User account Angeotjon talk contribs was created
- 07:52, 12 August 2023 Thisdp talk contribs created page File:DGS Menu 1.png
- 07:52, 12 August 2023 Thisdp talk contribs uploaded File:DGS Menu 1.png
- 07:40, 12 August 2023 Thisdp talk contribs created page DgsCreateMenu (Created page with "__NOTOC__ {{Client function}} frame|Example DGS Menu. This function is for creating a DGS menu. DGS menu is '''invisible''' by default. To show menu, use dgsMenuShow. ==Syntax== <syntaxhighlight lang="lua"> element dgsCreateMenu( float x, float y, float width, float height, bool relative [, element parent = nil ] ) </syntaxhighlight> ===Required Arguments=== *'''x:''' A float of the 2D x position of the DGS menu on a player's screen. This i...")
- 07:35, 12 August 2023 Thisdp talk contribs created page OnDgsMenuHover (Created page with "{{Client event}} __NOTOC__ This event is fired when cursor enters an item of a DGS menu. ==Parameters== <syntaxhighlight lang="lua"> dgs-dxmenu subMenu, integer itemUniqueIndex </syntaxhighlight> * '''subMenu''': The sub dgs-dxmenu that the item in. * '''itemUniqueIndex''': The item id. ==Source== The source of this event is the root dgs menu element. ==Example== <syntaxhighlight lang="lua"> DGS = exports.dgs local menu = DGS:dgsCreat...")
- 07:34, 12 August 2023 Thisdp talk contribs created page OnDgsMenuSelect (Created page with "{{Client event}} __NOTOC__ This event is fired when the item of a DGS menu is clicked. ==Parameters== <syntaxhighlight lang="lua"> dgs-dxmenu subMenu, integer itemUniqueIndex </syntaxhighlight> * '''subMenu''': The sub dgs-dxmenu that the item in. * '''previous''': The item id that last selected. ==Source== The source of this event is the root dgs menu element. ==Example== <syntaxhighlight lang="lua"> DGS = exports.dgs local menu = DG...")
- 07:29, 12 August 2023 Thisdp talk contribs created page Template:DGS Events/Menu (Created page with "*onDgsMenuHover *onDgsMenuSelect")
- 07:25, 12 August 2023 Thisdp talk contribs created page Template:DGS Menu Functions (Created page with "*dgsCreateMenu *dgsMenuShow *dgsMenuHide *dgsMenuAddItem *dgsMenuSetItemCommand *dgsMenuGetItemCommand *dgsMenuSetItemText *dgsMenuGetItemText *dgsMenuSetItemTextSize *dgsMenuGetItemTextSize *dgsMenuSetItemColor *dgsMenuGetItemColor *dgsMenuAddSeparator *dgsMenuRemoveItem")
- 19:28, 11 August 2023 User account RealMANI talk contribs was created
- 17:24, 10 August 2023 User account Mohamed Zagalo talk contribs was created
- 16:33, 10 August 2023 CrosRoad95 talk contribs created page Surface format (Add surface format page)