Skip to content

function setPlayerWorld (server-side)

Available since version: 0.3.0

This function will move the player to a different world, optionally specifying a start point.

Declaration

void setPlayerWorld(number player_id, string world, string start_point)

Parameters

  • number player_id: Target player id.
  • string world: World name.
  • string start_point: Optional start point name.