OnClientPedsProcessed

From Multi Theft Auto: Wiki
Revision as of 11:06, 20 September 2021 by Lvrent (talk | contribs)
Jump to navigation Jump to search

20704

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.


Requirements

Minimum server version n/a
Minimum client version 1.5.8-9.20704

Note: Using this feature requires the resource to have the above minimum version declared in the meta.xml <min_mta_version> section. e.g. <min_mta_version client="1.5.8-9.20704" />

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