OnClientPedsProcessed

From Multi Theft Auto: Wiki
Revision as of 11:21, 11 April 2021 by Myonlake (talk | contribs)
Jump to navigation Jump to search

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

Parameters

None

Source

The source of this event is the client's root element.

Example

Accessories-text-editor.png Script Example Missing Event OnClientPedsProcessed needs a script example, help out by writing one.

Before submitting check out Editing Guidelines Script Examples.


Warning

This event will trigger whatever function it is attached to with every frame. Depending on the server's maximum FPS and what your computer might handle - you might end up triggering the function 30-60 times per second.

As a result, this event may cause severe lag and/or even crashes if not used cautiously.

See Also

Game Processing Order

Other client events


Client event functions