New pages
Jump to navigation
Jump to search
- 19:13, 8 January 2026 RU/Script security (hist | edit) [101,357 bytes] Flox (talk | contribs) (Created page with "==Внимание к клиентской памяти == Начнем с самых основ: * Вы должны знать, что все, что вы храните на стороне клиента, подвержено риску, в том числе и lua-файлы. Злоумышленники могут получить доступ к любым конфиденциальным (и/или) важным данным, которые хранятся ил...")
- 20:15, 2 January 2026 RU/Forks (hist | edit) [11,849 bytes] Flox (talk | contribs) (Created page with "__NOTOC__ {{Note|Information on this page does not apply to the official builds of MTA.}} Multi Theft Auto - Это программное обеспечение с открытым исходным кодом, доступное бесплатно на [https://github.com/multitheftauto/mtasa-blue GitHub multitheftauto/mtasa-blue]. Любой может создать форк проекта, если будет соблюдать условия нашей лиценз...")
- 18:09, 1 January 2026 SetVehicleDirtEnabled (hist | edit) [3,610 bytes] IManGaaX (talk | contribs) (add new useful function)
- 11:08, 3 December 2025 IsPostFXEnabled (hist | edit) [878 bytes] O22 (talk | contribs) (Created page with "__NOTOC__ {{Client function}} {{New feature/item|3.0161|1.6|23644 | Checks whether a specific PostFX effect is currently enabled. }} ==Syntax== <syntaxhighlight lang="lua"> bool IsPostFXEnabled ( string fxType ) </syntaxhighlight> ===Required arguments=== *'''fxType''': An string of the PostFX. Possible values are: **'''Gamma''' **'''Brightness''' **'''Contrast''' **'''Saturation''' ===Returns=== Returns '''true''' if the selected type is enabled, otherwise '''false...")
- 11:06, 3 December 2025 GetPostFXValue (hist | edit) [835 bytes] O22 (talk | contribs) (Created page with "__NOTOC__ {{Client function}} {{New feature/item|3.0161|1.6|23644| Gets the current float value of the selected PostFX type. }} ==Syntax== <syntaxhighlight lang="lua"> float getPostFXValue ( string fxType ) </syntaxhighlight> ===Required arguments=== *'''fxType''': An string of the PostFX. Possible values are: **'''Gamma''' **'''Brightness''' **'''Contrast''' **'''Saturation''' ===Returns=== Returns the current value of the specified PostFX parameter. ==Example== T...")
- 11:05, 3 December 2025 GetPostFXMode (hist | edit) [813 bytes] O22 (talk | contribs) (Created page with "__NOTOC__ {{Client function}} {{New feature/item|3.0161|1.6|23644| Gets the current mode of PostFX. }} ==Syntax== <syntaxhighlight lang="lua"> int getPostFXMode ( ) </syntaxhighlight> ===Returns=== An integer for the current PostFX mode: * 0: Disabled * 1: Enabled in fullscreen mode * 2: Enabled in windowed/borderless mode ==Example== This example gets the current PostFX mode and displays it in the chat. <syntaxhighlight lang="lua"> local modes = { [0] = "Disabl...")
- 19:04, 1 December 2025 IsPlayerNameRandomized (hist | edit) [29,360 bytes] O22 (talk | contribs) (Created page with "{{Useful Function}} __NOTOC__ Checks whether the given player name looks like an automatically-generated random nickname. ==Syntax== <syntaxhighlight lang="lua">bool isPlayerNameRandomized ( string name )</syntaxhighlight> ===Required Arguments=== * '''name''': The player name to check. ===Returns=== Returns '''true''' if the given name is an auto-generated random nickname, or '''false''' otherwise. ==Code== <section name="Shared" class="both" show="true"> <syntaxhig...")
- 01:31, 23 October 2025 PT-BR/OnPlayerLogin (hist | edit) [1,729 bytes] Lettify (talk | contribs) (Created page with "{{Server event}} __NOTOC__ Este evento é acionado quando um jogador se conecta em sua conta dentro do jogo. ==Parâmetros== <syntaxhighlight lang="lua"> account thePreviousAccount, account theCurrentAccount </syntaxhighlight> *'''thePreviousAccount''': A conta que o jogador se conectou anteriormente. *'''theCurrentAccount''': A conta que o jogador se conectou agora. ==Source== O source deste evento é o Elemen...")
- 20:23, 22 October 2025 Astrath:createTab (hist | edit) [2,138 bytes] Sybellex (talk | contribs) (Created page with "= DxTab:new = {{Client function}} {{FuncDef|element DxTab:new ( element parent, string text, table color, table hoverColor, table activeColor, table tabColor )}} '''Description:''' Creates a new tab element inside a `DxTabPanel`. Tabs are linked to a panel and their positions are automatically managed according to the panel layout. Only usable with a valid `DxTabPanel` parent. '''Parameters:''' * parent (element) – A `DxTabPanel` element where this tab will be attac...")