Search results

Jump to navigation Jump to search
  • ...they describe how things work behind the scene. A better understanding of the engine is going to improve your ability to cooperate with it. * [[GTA:SA Streaming Garbage Collection]]
    554 bytes (84 words) - 03:43, 22 July 2016
  • Here is an overview to show the order in which things get done during an average frame of playing MTA. ...onClientPreRender]] event is triggered after GTA updates the world, and is the ideal place to do dxDraws that are in some way attached to world elements.
    653 bytes (106 words) - 22:54, 27 November 2020
  • ...21695|This function adds an IMG file container to GTA streamer. After this GTA will asynchronously load models from IMG. '''Only two additional archives c * '''imgArchive''': The [[IMG]] file you want to add to GTA world.
    582 bytes (74 words) - 01:44, 26 July 2023
  • ...GTA:SA. This is the functionality that directly causes world flickering if the engine encounters Streaming GC node shortage. It is recommended to disable Returns '''true''' if the GTA:SA engine is allowed to take away Streaming GC nodes from on-screen/visible
    1 KB (127 words) - 08:21, 28 September 2023
  • ...reaming GC node shortage. Disabling this functionality will greatly reduce the amount of entities that can be freed of their Streaming GC nodes. *'''allowed:''' a boolean deciding whether the GTA:SA engine can take away Streaming GC nodes from on screen/visible entities.
    1 KB (162 words) - 08:20, 28 September 2023
  • ...1.5.8|20901|This function gets the amount of memory (in bytes) used by the GTA streamer.}} * Returns a [[int]] containing the amount of memory in bytes.
    737 bytes (80 words) - 20:51, 23 September 2021
  • ...s created by the server, they cannot represent models that are part of the GTA's default landscape. Examples of objects include building models, roads, an The element type of this class is '''"object"'''.
    2 KB (238 words) - 08:44, 15 April 2021
  • This code implements an [[event]] that is triggered when the [[player]]'s real time change.. ...checks the player's time as set on the computer and not the region time or GTA's time.}}
    2 KB (266 words) - 11:42, 29 October 2023
  • ...''Standard''' edition of the game, if MTA is incompatible, try obtaining a GTA SA 1.00 No CD - any HOODLUM release will function correctly. [[es:Dónde comprar GTA: SA]]
    2 KB (188 words) - 21:49, 23 February 2020
  • Enables or disables the use of all GTA controls for a specified player. *'''thePlayer:''' The player you wish to toggle the control ability of.
    2 KB (275 words) - 08:43, 4 November 2020
  • This function draws a 3D line between two points in the 3D world - rendered for '''one''' frame. This should be used in conjunctio ...:''' The start X position of the 3D line, representing a coordinate in the GTA world.
    2 KB (323 words) - 15:19, 10 October 2020
  • Static class used for manipulating the GTA:SA streaming engine.
    98 bytes (14 words) - 23:36, 25 August 2023
  • *'''line3D''': The DGS 3D Line. ...ine, representing a coordinate in the GTA world, or X position relative to the 3D Line if '''isRelative''' if ''true''.
    2 KB (340 words) - 11:55, 10 January 2023
  • ...rain level to any weather available in GTA. Use [[resetRainLevel]] to undo the changes. ...g the rain level. 1 represents the maximum rain level usually available in GTA, but higher values are accepted.
    1 KB (132 words) - 08:18, 16 September 2021
  • ...eClick]] is to be used. This event allows detection of click positions of the 3D world. * '''button''': This refers the button used to click on the mouse, can be ''left'', ''right'', or ''middle''.
    2 KB (253 words) - 14:28, 20 May 2018
  • ...interiors. When you change the interior a player is in, they can only see the non-player elements in that interior. Players can see each other in whateve ...255 interiors, interior 0 being the first one and referring to the normal GTA world.
    2 KB (241 words) - 21:36, 28 April 2020
  • ...be deallocated once GTA:SA has reached its maximum '''streaming memory''' (the setting in your Video options tab). Certain types of entities can only rend Returns a '''table''' of all MTA entities that reside inside of the ''streaming garbage collector''.
    1 KB (127 words) - 08:07, 28 September 2023
  • ...place any animation to play a custom one, to play a custom animation, load the IFP file using this function, then use [[SetPedAnimation|setPedAnimation]]. ...ment|destroyElement]], restarting or stopping the resource can also unload the IFP file automatically.}}
    3 KB (394 words) - 14:49, 21 December 2019
  • ...index is != 0, then the entity is managed by native GTA:SA, otherwise MTA. The IPL index can be used with [[MTA:Eir/functions/getIPLSectorInfo|getIPLSecto An IPL sector is a zone on the native GTA:SA world. It stores dummies, buildings and objects. Its buildings and objec
    1 KB (203 words) - 15:10, 16 April 2017
  • ...ld entities are rendered. Use different render modes in different parts of the world to archive best quality rendering. Returns a string containing the '''rendering mode''' of the GTA:SA engine. Can be either '''original''', '''meshlocal_alphafix''' or '''sce
    1 KB (149 words) - 04:04, 11 January 2014
  • This function gets the flags of a [[Element/Weapon|custom weapon]]. * '''theWeapon:''' the weapon to get the flag of.
    2 KB (347 words) - 14:23, 4 July 2016
  • ...meaning that resources can take an arbitrary amount of pulses depending on the complexity of said resources. This snippet draws on the screen whether fibered loading is enabled or not.
    1 KB (149 words) - 08:21, 28 September 2023
  • * '''img_file''': The [[IMG]] file you want to remove. This example loads IMG file, adds it to GTA and after 10 seconds removes it.
    766 bytes (96 words) - 21:59, 30 May 2023
  • ...es. If disabled, entities are allowed to allocate new streaming nodes from the heap without touching existing nodes. ...ed, GTA:SA can keep an theoretically infinite amount of entities inside of the streaming garbage collector. This also means that an theoretically infinite
    3 KB (451 words) - 07:25, 28 May 2014
  • ...loads an IMG container into GTA. '''Only 2 IMG archives can be loaded into GTA''' * '''img_file''': The [[filepath]] to the [[IMG]] file you want to load.
    1,016 bytes (123 words) - 18:32, 5 January 2024
  • ...Model]] is used they may also have the undesired effect of making parts of the map disappear. Disabling occlusions will fix that. *'''enabled:''' A bool specifying if GTA occlusions should be enabled
    1 KB (134 words) - 10:45, 13 May 2012
  • ...ed, GTA:SA can keep an theoretically infinite amount of entities inside of the streaming garbage collector. This also means that an theoretically infinite This snippet ultimatively fixes the world flickering.
    1 KB (136 words) - 08:07, 28 September 2023
  • This function plays a sound from GTA's big sound containers. {{Warning|Many players use versions of GTA:SA (especially pirated versions) that have audio files full of zeros so tha
    2 KB (351 words) - 21:12, 17 June 2021
  • ...cle variants can be anything from different adverts to additional parts of the model. ...'extra5''' then setting it's parent to the '''chassis_dummy'''; this tells GTA it has variant information.
    2 KB (148 words) - 15:03, 19 February 2024
  • ...eaming status changes rapidly every frame, it is recommended to draw it on the screen. Returns a '''dictionary''' holding the Streaming system status.
    2 KB (151 words) - 08:10, 28 September 2023
  • ...perties itself. It is lightweight rendering and collidable instance on the GTA:SA world. As opposed to Objects, buildings do not stream. They can have an This function is part of the discussion: '''[[Talk:MTA:Eir/functions/createBuilding|shall buildings be m
    1 KB (149 words) - 01:52, 12 January 2014
  • ...ore sophisticated first person views, allowing the camera to fly closer to the ground without passing through it, etcetera.}} ...[[resetNearClipDistance]] is called when returning camera control back to GTA.}}
    1 KB (212 words) - 20:25, 27 November 2014
  • ...it. This function only works in elements with a physical representation in the world (entities), such as [[player|players]], [[ped|peds]], [[vehicle|vehic {{Tip|'''Always use this function with caution'''. Not doing so can cause the following problems:
    2 KB (272 words) - 15:57, 13 August 2015
  • Here's all the Gangs Skins in GTA San Andreas. ==The Italian Mafia==
    4 KB (600 words) - 11:20, 14 July 2018
  • ...rvidor, não podem representar modelos que fazem parte do cenário padrão do GTA. Exemplos de objetos incluem modelos de construção, estradas e terrenos. ...cument on the wiki. Instead, they can be found using the object browser in the map editor.
    2 KB (243 words) - 17:35, 9 February 2020
  • This function draws a textured 3D line between two points in the 3D world that appers to be a 3D image - rendered for one frame This should ...to construct basic shapes such as boxes with several large width lines and the appropriate values for 'faceToward'.
    3 KB (390 words) - 13:48, 19 December 2019
  • This function plays a sound in the GTA world from GTA's big sound containers. {{Warning|Many players use versions of GTA:SA (especially pirated versions) that have audio files full of zeros so tha
    3 KB (473 words) - 22:19, 7 January 2022
  • ...endering system''' is a '''high-level render object management''' based on the RenderWare SDK and Direct3D 9. ...and builds up the rendering context based on every single entity it finds. The entities are processed by their '''type''' (building, vehicle, ped, object,
    3 KB (520 words) - 03:48, 22 July 2016
  • ...meaning that resources can take an arbitrary amount of pulses depending on the complexity of said resources. This snippet turns on fibered loading when the Streaming system is busy and leaves it that way for five seconds.
    2 KB (185 words) - 08:21, 28 September 2023
  • This function draws a textured 3D line between two points in the 3D world that appers to be a rectangle - rendered for one frame This shoul ...to construct basic shapes such as boxes with several large width lines and the appropriate values for 'faceToward'.
    2 KB (379 words) - 22:02, 2 April 2023
  • ...IClick]] is to be used. This event allows detection of click positions of the 3D world. {{warning|This event only triggers if the cursor is visible by [[showCursor]]}}
    3 KB (393 words) - 13:54, 5 June 2021
  • ...all the wheel groups have equal size. The visual scaling is applied before the per-vehicle [[setVehicleWheelScale|wheel scale]].}} *'''vehicleModel''': The [[Vehicle IDs|vehicle model]] ID.
    3 KB (383 words) - 14:00, 25 October 2020
  • ...h is a special type of [[texture]] that contains the screen as rendered by GTA *'''width :''' The width of the texture in pixels.
    2 KB (172 words) - 10:38, 15 October 2018
  • * '''theWeapon:''' the [[Element/Weapon|weapon element]] to set the flag of. * '''theFlag:''' the weapon flag to change (all of them can be ''true'' or ''false''):
    3 KB (449 words) - 18:21, 23 December 2014
  • This function plays a sound from GTA's big sound containers. {{Warning|Many players use versions of GTA:SA (especially pirated versions) that have audio files full of zeros so tha
    3 KB (410 words) - 06:05, 11 March 2023
  • This function resets the value of an internal GTA:SA engine render property. *'''theElement''': the element to change a render property of
    559 bytes (66 words) - 19:19, 9 April 2014
  • ...:''' A 3D-s vonal kezdetének X pozíciója, amely egy koordinátát képvisel a GTA világában. ...:''' A 3D-s vonal kezdetének Y pozíciója, amely egy koordinátát képvisel a GTA világában.
    3 KB (431 words) - 13:20, 13 May 2019
  • This function returns how many entities are inside of the [[GTA:SA_Streaming_Garbage_Collection|streaming garbage collection system]]. It i Returns the amount of entities that are registered inside of the streaming garbage collector.
    906 bytes (102 words) - 08:05, 28 September 2023
  • This function reset the water color of the GTA world to default. This example adds a command ''resetwatercolor'' with which a player can reset the water colour.
    634 bytes (69 words) - 14:30, 7 August 2016
  • ...al létrehozott modellek lehetnek. Nem mutathatnak olyan modellekre, amik a GTA alap tájának részét képezik. Az objektek példái közé tartoznak az * '''model''': A létrehozandó objekt ID-je. Mivel a GTA több ezer objektumot tartalmaz, ezért ezeket nehéz leírni a wiki-ben, d
    2 KB (302 words) - 08:45, 15 April 2021
View (previous 50 | ) (20 | 50 | 100 | 250 | 500)