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