element.setExistsFor
Method Server Only 
 
 
 ![]()
Online and Offline
void element.setExistsFor(Client client, bool exists)
Parameters
| 1) | Client | client | The client to set whether the element exists for or not. | 
| 2) | bool | exists | Whether or not the element will exist for this client. | 
Return
| void | This method doesn't return a value. | 
Types
Shared BlipShared BuildingShared ElementShared EntityShared MarkerShared ObjectShared PedShared PhysicalShared PlayerShared Vehicle
Notes
- When creating an element, it will exist for all clients by default, so using this function isn't necessary unless you turn off element.defaultExistance at some point.
 - You can use element.existsFor to see if this element exists for a specific client, and element.clearExistsFor to clear the list of clients added by this function.
 
Examples
There aren't any examples for this method.
Compatibility
There isn't any compatibility information for this method.
Related
Server Related
        destroyElement
        getElementCount
        getElementFromId
        getElementFromName
        getElements
        getElementsByType
        element.children
        element.clearExistsFor
        element.dimension
        element.existsFor
        element.getData
        element.getRotation
        element.id
        element.isCreatedFor
        element.isLocal
        element.isOwner
        element.isSyncer
        element.isType
        element.name
        element.netFlags
        element.parent
        element.position
        element.removeAllData
        element.removeData
        element.resource
        element.rotation
        element.setData
        element.setExistsFor
        element.setRotation
        element.setSyncer
        element.streamInDistance
        element.streamOutDistance
        element.syncer
        element.syncerId
        element.type