closes #3, add savage
This commit is contained in:
@ -58,7 +58,6 @@ namespace RageCoop.Client
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Disable automatic respawn.
|
/// Disable automatic respawn.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public bool DisableAutoRespawn { get; set; } = true;
|
public bool DisableAutoRespawn { get; set; } = false;
|
||||||
public float HpRechargeMultiplier { get; set; } = 1;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -36,6 +36,11 @@ namespace RageCoop.Client
|
|||||||
int i;
|
int i;
|
||||||
switch (v.Model.Hash)
|
switch (v.Model.Hash)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
// SAVAGE
|
||||||
|
case -82626025:
|
||||||
|
return new MuzzleInfo(v.Bones[30].Position, v.Bones[30].ForwardVector);
|
||||||
|
|
||||||
// BUZZARD
|
// BUZZARD
|
||||||
case 788747387:
|
case 788747387:
|
||||||
i=Main.Ticked%2==0 ? 28 : 23;
|
i=Main.Ticked%2==0 ? 28 : 23;
|
||||||
|
Reference in New Issue
Block a user