closes #5, add Vigilante.
This commit is contained in:
parent
0ae4e1c122
commit
603e8af746
@ -36,6 +36,11 @@ namespace RageCoop.Client
|
||||
int i;
|
||||
switch (v.Model.Hash)
|
||||
{
|
||||
// VIGILANTE
|
||||
case -1242608589:
|
||||
i=Main.Ticked%2==0 ? 42 : 43;
|
||||
return new MuzzleInfo(v.Bones[i].Position, v.Bones[i].ForwardVector);
|
||||
|
||||
// ZR380
|
||||
case 540101442:
|
||||
i=Main.Ticked%2==0 ? 57 : 63;
|
||||
|
Loading…
x
Reference in New Issue
Block a user