2013-07-01 10:39:56 +00:00
|
|
|
function HandleSpawnCommand(Split, Player)
|
2012-01-26 22:44:37 +00:00
|
|
|
World = Player:GetWorld()
|
2013-07-01 10:39:56 +00:00
|
|
|
SetBackCoordinates(Player)
|
|
|
|
|
Player:TeleportToCoords(World:GetSpawnX(), World:GetSpawnY(), World:GetSpawnZ())
|
|
|
|
|
LOGINFO(Player:GetName() .. " returned to spawn.")
|
2012-01-26 22:44:37 +00:00
|
|
|
return true
|
|
|
|
|
end
|