edit weapondamage carbinrifle & other unjail position & fix tog command
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user