Scripting/Squirrel/Functions/Player.UniqueWorld
This wiki is using an old backup from 2020
Some information may be old/missing
This will return a special world ID for a player
Syntax
Player.UniqueWorld
Example
function OnPlayerCommand( player,cmd , text )
if ( cmd == "sound" )
{
PlaySound( player.UniqueWorld , 30 , player.Pos );
}