2013-07-27 16:24:03 +01:00
|
|
|
function HandleSpawnCommand(Split, Player)
|
|
|
|
|
World = Player:GetWorld()
|
|
|
|
|
SetBackCoordinates(Player)
|
|
|
|
|
Player:TeleportToCoords(World:GetSpawnX(), World:GetSpawnY(), World:GetSpawnZ())
|
2013-08-02 07:48:47 +01:00
|
|
|
Player:SendMessage(cChatColor.Green .. "[INFO] " .. cChatColor.White .. "Returned to world spawn" )
|
2013-07-27 16:24:03 +01:00
|
|
|
return true
|
|
|
|
|
end
|