Jump to content

Move all players on server to one place command?


Recommended Posts

for k,v in pairs(AllPlayers) do c_move(v) end

should do the trick. Otherwise try

for k,v in pairs(AllPlayers) do c_move(AllPlayers[k]) end

Edit: Keep in mind, this moves all players including the one that issued the command. Also this doesn't affect players in different shards. Meaning players in the caves won't get moved to the surface and vice versa.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...