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