2012-01-26 17:44:37 -05:00
|
|
|
function HandleSpawnCommand( Split, Player )
|
|
|
|
World = Player:GetWorld()
|
2013-06-28 14:43:29 -04:00
|
|
|
SetBackCoordinates( Player )
|
2012-01-26 17:44:37 -05:00
|
|
|
Player:TeleportTo( World:GetSpawnX(), World:GetSpawnY(), World:GetSpawnZ() )
|
|
|
|
LOGINFO( Player:GetName() .. " returned to spawn." )
|
|
|
|
return true
|
|
|
|
end
|