Game Processing Order

From Multi Theft Auto: Wiki
Revision as of 01:20, 24 November 2020 by Saml1er (talk | contribs) (Add onClientPedsProcessed)
Jump to navigation Jump to search
caption

Game processing order

Here is an overview to show the order in which things get done during an average frame of playing MTA.

The 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.

The onClientHUDRender event is triggered before GTA renders the in-game HUD, so it the best place to apply any full screen effects that you want 'behind' the HUD.

The onClientPedsProcessed event is triggered after GTA updates bone transformations for all peds. This event can be used for updating bones.