Check ped weapon on full sync only

This commit is contained in:
sardelka9515
2022-08-22 19:13:52 +08:00
parent cca09c4178
commit 8b3f8ffd9b
2 changed files with 4 additions and 3 deletions

View File

@ -16,7 +16,7 @@ using System.Resources;
// Version informationr(
[assembly: AssemblyVersion("1.5.2.98")]
[assembly: AssemblyFileVersion("1.5.2.98")]
[assembly: AssemblyVersion("1.5.2.99")]
[assembly: AssemblyFileVersion("1.5.2.99")]
[assembly: NeutralResourcesLanguageAttribute( "en-US" )]

View File

@ -180,6 +180,8 @@ namespace RageCoop.Client
{
SetClothes();
}
CheckCurrentWeapon();
}
if (MainPed.IsDead)
@ -208,7 +210,6 @@ namespace RageCoop.Client
}
}
CheckCurrentWeapon();
if (Speed>=4)
{
DisplayInVehicle();