We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07e4716 commit 7d620b2Copy full SHA for 7d620b2
Client/mods/deathmatch/logic/CClientPed.cpp
@@ -7282,12 +7282,12 @@ void CClientPed::RunSwimTask() const
7282
7283
bool CClientPed::IsEnteringToVehicle()
7284
{
7285
- bool inOutState = GetVehicleInOutState();
+ int inOutState = GetVehicleInOutState();
7286
return inOutState == VEHICLE_INOUT_GETTING_IN || inOutState == VEHICLE_INOUT_JACKING;
7287
}
7288
7289
bool CClientPed::IsExitingFromVehicle()
7290
7291
7292
return inOutState == VEHICLE_INOUT_GETTING_OUT || inOutState == VEHICLE_INOUT_GETTING_JACKED;
7293
0 commit comments