Added Blip Color on /ainvite and /makeleader
This commit is contained in:
@@ -78,7 +78,7 @@ namespace ReallifeGamemode.Server.Wanted
|
||||
|
||||
int timeMinutes = 0;
|
||||
|
||||
if (((int)(user.JailTime / 60)) == 0 && user.JailTime != 0)
|
||||
if (((int)(user.JailTime / 60)) <= 1 && user.JailTime != 0)
|
||||
{
|
||||
timeMinutes = 1;
|
||||
}
|
||||
@@ -186,7 +186,8 @@ 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(461.7256, -988.6035, 24.91487);
|
||||
player.TriggerEvent("jailTime", 0);
|
||||
return;
|
||||
}
|
||||
if (user.JailTime > 0)
|
||||
|
||||
Reference in New Issue
Block a user