SetDoorDimension
From Onset Developer Wiki
Description
Sets the dimension of this door. Players can only see doors in the same dimension.
- Default dimension: 0
- Maximum dimension: 4294967295
Syntax
SetDoorDimension(door, dimension)
Parameters
- vehicle
The door identifier. - dimension
The new dimension to set.
Return Value
- Returns true.
Example
SetDoorDimension(doorId, 1)