IsElementSyncer

From Multi Theft Auto: Wiki

Jump to: navigation, search

This function checks whether an element is synced by the local player or not. Accepted elements are ped's and vehicle's.

Syntax

Required Arguments

  • theElement: The element to check.

Returns

Returns true if the passed element is synced by the local player, false otherwise.

Example

Click to collapse [-]
Client
-- TODO

See Also