edit weapondamage carbinrifle & other unjail position & fix tog command

This commit is contained in:
michael.reiswich
2021-04-01 19:24:24 +02:00
parent 42b7be7770
commit 165e871476
5 changed files with 8 additions and 8 deletions

View File

@@ -206,7 +206,7 @@ namespace ReallifeGamemode.Server.Wanted
if (user.JailTime <= 0)
{
Jailtime.Remove(user.Id);
player.Position = new Vector3(461.7256, -988.6035, 24.91487);
player.Position = new Vector3(427.879, -984.65, 30.71);
player.TriggerEvent("jailTime", 0);
return;
}
@@ -273,7 +273,7 @@ namespace ReallifeGamemode.Server.Wanted
dbContext.SaveChanges();
}
target.Health = 100;
target.Position = new Vector3(461.7256, -988.6035, 24.91487);
target.Position = new Vector3(427.879, -984.65, 30.71);
ChatService.HQMessage(" Admin " + admin.Name + " hat " + user.Name + " aus dem Knast entlassen.");
ChatService.SendMessage(target, "!{#8181E9}Admin " + admin.Name + " hat dich aus dem Knast entlassen");