Small ragdoll tweak
This commit is contained in:
@ -126,10 +126,8 @@ namespace RageCoop.Client
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
P= Game.Player.Character;
|
P= Game.Player.Character;
|
||||||
// GTA.UI.Screen.ShowHelpTextThisFrame(P.GetPedSpeed().ToString());
|
|
||||||
PlayerPosition=P.ReadPosition();
|
PlayerPosition=P.ReadPosition();
|
||||||
FPS=Game.FPS;
|
FPS=Game.FPS;
|
||||||
GTA.UI.Screen.ShowHelpTextThisFrame(P.Heading.ToString());
|
|
||||||
|
|
||||||
DoQueuedActions();
|
DoQueuedActions();
|
||||||
if (!Networking.IsOnServer)
|
if (!Networking.IsOnServer)
|
||||||
|
@ -672,7 +672,7 @@ namespace RageCoop.Client
|
|||||||
MainPed.Heading=Heading;
|
MainPed.Heading=Heading;
|
||||||
MainPed.Velocity=Velocity+5*dist*(Position-MainPed.ReadPosition());
|
MainPed.Velocity=Velocity+5*dist*(Position-MainPed.ReadPosition());
|
||||||
}
|
}
|
||||||
else if (Main.Ticked-_lastRagdollTime<30)
|
else if (Main.Ticked-_lastRagdollTime<10)
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user