[+] Add Duty Points and Weapon Points for various Factions
Fixed minor stuff
This commit is contained in:
@@ -21,7 +21,7 @@ namespace ReallifeGamemode.Server.Wanted
|
||||
User user = client.GetUser();
|
||||
if (user.JailTime > 0)
|
||||
{
|
||||
client.SetSharedData("blipColor", 4);
|
||||
client.SetSharedData("blipColor", 0);
|
||||
client.RemoveAllWeapons();
|
||||
client.Health = 100;
|
||||
client.Armor = 0;
|
||||
@@ -61,6 +61,7 @@ namespace ReallifeGamemode.Server.Wanted
|
||||
}
|
||||
client.SetData("isDead", false);
|
||||
client.RemoveAllWeapons();
|
||||
client.SetSharedData("blipColor", 0);
|
||||
Random rnd = new Random();
|
||||
int rndInt = rnd.Next(1, 3);
|
||||
if (rndInt == 1)
|
||||
|
||||
Reference in New Issue
Block a user