Search results

Jump to navigation Jump to search
  • Collision data can also be embedded in DFF files. At the moment, vehicle collision replace [[en:Element/DFF]]
    523 bytes (82 words) - 21:37, 14 April 2021
  • ...eprezentująca większość [[PL/Entity|podmiotów]] w grze. Wbudowanymi typami elementów są: ...worzone podczas odpalenia skryptu lub mapy, dlatego dopisywane są do grupy elementów podrzędnych.
    1 KB (183 words) - 20:26, 24 February 2022
  • ...ss that can represent almost all in-game [[entity|entities]]. The built-in element types are: Any other element type can be created as an abstract element, not referring to any game [[entity]]. For example, '''resource''' and '''m
    1 KB (180 words) - 08:12, 24 October 2022
  • Any other element type can be created as an abstract element, not referring to any game [[entity]]. For example, '''resource''' and '''m ...elements which can't be destroyed, for example client elements), [[element data]] storing and retrieval, and many more common operations.
    1 KB (191 words) - 19:53, 14 April 2021
  • ...sistence is equivalent to that of using [[setElementData]] on the player's element. *'''theAccount:''' The account you wish to retrieve the data from.
    3 KB (413 words) - 10:41, 30 January 2022
  • Ein '''element''' ist eine generische Klasse, die fast alle [[entity|entities]] im Spiel d Jeder andere Elementtyp kann als abstraktes Element erstellt werden, das sich nicht auf eine [[entitiy]] des Spiels bezieht. Di
    1 KB (195 words) - 18:43, 30 June 2022
  • ...na [[entity| entidad]] del juego. Todos los elementos se almacenan en un [[Element tree|árbol]], y todos, a excepción del elemento '''root''' (raíz) tienen ...de cliente: el GUI y el jugador, por ejemplo), recibir y enviar [[element data| datos de elemento]], y muchas otras cosas.
    1 KB (182 words) - 19:53, 14 April 2021
  • Um '''element''' é uma classe genérica que representa quase todas as [[PT-BR/Entidade|e ...que não podem ser destruídos, por exemplo elementos do cliente), [[element data]] armazenando e recuperando dados, e muitas outras operações comuns.
    1 KB (207 words) - 02:51, 6 February 2020
  • [[File:Tre.png|frame|Element tree]] MTA uses a so-called ''element tree'' to store all the elements that exist on the server and the client. T
    7 KB (1,039 words) - 08:12, 24 October 2022
  • Collision data can also be embedded in DFF files. At the moment, vehicle collision replace [[en:Element/COL]]
    1 KB (197 words) - 21:43, 14 April 2021
  • ...plo, elementos do cliente), armazenamento e recuperação de [[PT-BR/Element data|dado de elemento]], e muitas outras operações comuns. {{Client element functions}}
    1 KB (213 words) - 17:48, 31 January 2022
  • ...possono essere distrutti), il recupero e la memorizzazzione dell'[[element data]], e molte altre operazioni comuni. Tutti gli elementi sono memorizzati internalmente in un [[Element tree|tree structure]], e in quanto tale ogni elemento eccetto l'elemento ''
    1 KB (187 words) - 12:24, 29 September 2014
  • ...parent was a ''flag'' element. If the event isn't canceled then an element data value is set on the player. ...if ( getElementType ( parentElement ) == "flag" ) then -- if it was a flag element then
    2 KB (208 words) - 11:51, 8 June 2022
  • ...ted, including [[element]]s and complex nested [[table]]s. Non-element MTA data types like xmlNodes or resource pointers will not be able to be passed as t {{Important Note | Non-element MTA data types like xmlNodes or resource pointers will not be able to be passed as t
    6 KB (781 words) - 04:03, 19 April 2024
  • string, element guiGetFont ( element guiElement ) ...d be the argument's name as in the argument list above, NOT the argument's data type -->
    2 KB (334 words) - 15:50, 17 April 2021
  • ...sistence is equivalent to that of using [[setElementData]] on the player's element. ...etypes would use "money" as the account key, they'd overwrite each other's data.
    3 KB (238 words) - 15:46, 12 April 2021
  • The root element. ==Element data==
    10 KB (1,343 words) - 11:38, 5 November 2018
  • ...[[event system#Event source|source]] of this event is the client's [[root element]]. ...ls connection attempts of people who use the nick "Player" or outputs some data about the connecting player otherwise.
    3 KB (390 words) - 07:38, 30 October 2023
  • ...ing of a specified [[player]]. The ping is the number of milliseconds that data takes to travel from the player's client to the server or vice versa. If a ...local ping = getPlayerPing(localPlayer) -- get the ping from the source element (the player who joined)
    2 KB (252 words) - 13:31, 15 September 2021
  • The element type of this class is '''"vehicle"'''. ...the vehicle's mod upgrade(s) (seperated by commas), defined in San Andreas\data\maps\veh_mods\veh_mods.ide
    3 KB (384 words) - 06:57, 1 January 2022
  • ...ted, including [[element]]s and complex nested [[table]]s. Non-element MTA data types like xmlNodes or resource pointers will not be able to be passed as t bool triggerServerEvent ( string event, element theElement, [arguments...] )
    10 KB (1,405 words) - 22:38, 29 April 2024
  • XML is a textual data format which is widely used for the representation of data. MTA uses an XML-based language to describe the metadata for resources by u ...he html file is not parsed by the Lua interpreter and is treated as binary data. Must be used for binary files (images mainly) (true/false)
    11 KB (1,648 words) - 10:43, 31 October 2023
  • ...olja a jármű fejlesztéseit (vesszővel elválasztva), defined in San Andreas\data\maps\veh_mods\veh_mods.ide [[Category:Element Types]]
    3 KB (496 words) - 20:31, 14 April 2021
  • ...the local player. [[setElementPosition]] can be used to move the [[sound]] element around after it has been created. Remember to use [[setElementDimension]] a <syntaxhighlight lang="lua">element playSound3D ( string soundPath, float x, float y, float z, [ bool looped =
    3 KB (451 words) - 16:34, 3 November 2023
  • ...he html file is not parsed by the Lua interpreter and is treated as binary data. Must be used for binary files (images mainly) (true/false) ...ata]] such as "PosX" and "DoubleSided" are transferred to the client. This data is usually not required by most gamemodes or resources. (Map Editor and Int
    9 KB (1,382 words) - 20:22, 21 February 2021
  • ...a Lua table) into a [[JSON]] encoded string. You can use this to store the data and then load it again using [[fromJSON]]. ...''' An argument of any type. Arguments that are elements will be stored as element IDs that are liable to change between sessions. As such, do not save elemen
    2 KB (245 words) - 11:47, 4 July 2022
  • {{RU/Resource page}} ...так что при добавлении столбца "score", содержимое поля "score" из element data и будет показываться в самой панели для в
    14 KB (605 words) - 03:05, 1 April 2016
  • ...n .edf extension that describe the custom elements used by a resource: new element types that have no meaning to MTA itself. Examples are &lt;spawnpoint&gt;, ...ts, the map editor has no idea of their meaning. How should a &lt;flag&gt; element be visually represented? What properties does it have? Without telling the
    15 KB (1,945 words) - 14:37, 24 October 2018
  • ...ource that only contains the spawnpoint data for the players, and load the data in the main script when the player needs to spawn. ...tag, it indicates the name of the .map file which contains the actual map data.
    9 KB (1,213 words) - 09:38, 7 March 2015
  • The element type of this class is '''"shader"'''. //-- Structure of data sent to the vertex shader
    11 KB (1,232 words) - 08:47, 15 April 2021
  • The element type of this class is '''"shader"'''. //-- Structure of data sent to the vertex shader
    11 KB (1,237 words) - 17:57, 8 April 2023
  • {{RU/Resource page}} Вы можете с легкостью создавать гоночные карты, используя новый синтаксис [[RU/Resource:Editor|редактора карт]] MTA:SA. Синтаксис к
    13 KB (655 words) - 03:06, 1 April 2016
  • ...]] for how-to prevent cheaters from abusing [[event system]] and [[element data]].}} *'''source''': the element that triggered the event
    7 KB (1,069 words) - 16:39, 8 April 2024
  • ...can create and manipulate custom elements of that resource like any other element. <element name="orb" friendlyname="Orb spawnpoint" instructions="Place your orb in a
    15 KB (1,994 words) - 00:04, 7 March 2020
  • {{RU/Resource page}} Как и описано в [[RU/Resource:Editor|главной инструкции по редактору
    19 KB (1,178 words) - 03:05, 1 April 2016
  • ...lementen keine Ahnung von ihrer Bedeutung hat. Wie sollte ein &lt;flag&gt; Element visuell dargestellt werden? Welche Eigenschaften hat es? Ohne dem Editor di ...nen Sie die benutzerdefinierten Elemente dieser Ressource wie jedes andere Element erstellen und bearbeiten.
    16 KB (1,959 words) - 14:18, 31 December 2022
  • ...Instead, the gamemode should be able to load .map files which define these data. This way the gamemode can have multiple maps; also, people can create .map Each element in a map corresponds to a node in the .map file. There is standard syntax f
    9 KB (1,419 words) - 19:49, 19 April 2020
  • * [[getElementType]] to check the type of the MTA element. * [[isElement]] to check if the MTA element exists.
    18 KB (2,477 words) - 20:36, 21 February 2021
  • * [[getElementType]] to check the type of the MTA element. * [[isElement]] to check if the MTA element exists.
    18 KB (2,760 words) - 16:40, 15 April 2017
  • ...seful human-readable string notation of any datatype including tables, non-element userdatas such as ACL groups, accounts, etc, and elements. * [[getElementType]] to check the type of the MTA element.
    18 KB (2,815 words) - 08:56, 4 July 2022
  • -- create the window and save its element value into the variable 'wdwLogin' ...e total number of pixels from the top-left corner of the parent (if no GUI element parent is specified, the parent is the screen itself). If we assume a scree
    16 KB (2,481 words) - 12:19, 17 September 2023
  • ...e total number of pixels from the top-left corner of the parent (if no GUI element parent is specified, the parent is the screen itself). If we assume a scree ...labels (saying "username:" and "password:"), edit boxes (for entering your data), and a button to log in.
    16 KB (2,457 words) - 12:11, 16 January 2022
  • ...labels (saying "username:" and "password:"), edit boxes (for entering your data) and a button to log in. ...nt created is a child of the window, this is done by specifying the parent element (wdwLogin, in this case) when creating the component.
    15 KB (2,448 words) - 12:30, 30 June 2013