try fix blip Colors
This commit is contained in:
@@ -58,8 +58,6 @@ namespace ReallifeGamemode.Server.Events
|
||||
player.SetData("editmode", false);
|
||||
player.SetData("quicksavemode", "none");
|
||||
}
|
||||
if(user.Faction != null)
|
||||
{
|
||||
switch (user.Faction.Name)
|
||||
{
|
||||
case "Ballas":
|
||||
@@ -72,7 +70,7 @@ namespace ReallifeGamemode.Server.Events
|
||||
player.SetSharedData("blipColor", 5);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
var userBankAccount = user.GetBankAccount();
|
||||
userBankAccount.Balance = userBankAccount.Balance;
|
||||
|
||||
Reference in New Issue
Block a user