SetPlayerDimension: Difference between revisions
From Onset Developer Wiki
Created page with "{{Info|Function|Server|1.0}} {{FuncDescription|Sets the dimension of this player. Players can only see players in the same dimension. * Default dimension: 0 * Maximum dimens..." |
(No difference)
|
Revision as of 12:32, 27 March 2019
Description
Sets the dimension of this player. Players can only see players in the same dimension.
- Default dimension: 0
- Maximum dimension: 4294967295
Syntax
SetPlayerDimension(player, dimension)
Parameters
- player
The player identifier. - dimension
The new dimension to set.
Return Value
- __EDIT_ME__
Example
__EDIT_ME__
See also
__EDIT_ME__