SetPlayerDimension
From Onset Developer Wiki
Description
Sets the dimension (Virtual World) of this player. Players can only see players in the same dimension.
- Default dimension: 0
- Maximum dimension: 4294967295
You should set the players voice dimension as well SetPlayerVoiceDimension.
Syntax
SetPlayerDimension(player, dimension)
Parameters
- player
The player identifier. - dimension
The new dimension to set.
Return Value
- This function returns nothing.
Example
__EDIT_ME__