Feature/save system

This commit is contained in:
VegaZ
2018-10-07 20:17:06 +02:00
parent 44028f6310
commit 5d1983f97a
13 changed files with 179 additions and 61 deletions

View File

@@ -47,7 +47,7 @@ namespace reallife_gamemode.Server.Events
player.SetData("isLoggedIn", true);
player.SetData("spec", true);
player.TriggerEvent("draw", player.Name, player.Handle.Value);
player.Position = new Vector3(user.PositionX, user.PositionY, user.PositionZ);
//player.Position = new Vector3(user.PositionX, user.PositionY, user.PositionZ);
}
}
}