mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-12 23:44:09 +00:00
Pad, BulletInfo, ProjectileInfo, fixes
This commit is contained in:
parent
e3571510ae
commit
da39624f1c
20 changed files with 608 additions and 315 deletions
|
@ -12020,7 +12020,7 @@ int8 CRunningScript::ProcessCommands1100To1199(int32 command)
|
|||
script_assert(pVehicle);
|
||||
bool bIsBurst = false;
|
||||
CBike* pBike = (CBike*)pVehicle;
|
||||
if (pVehicle->m_vehType == VEHICLE_APPEARANCE_BIKE) {
|
||||
if (pVehicle->IsBike()) {
|
||||
if (ScriptParams[1] == 4) {
|
||||
for (int i = 0; i < 2; i++) {
|
||||
if (pBike->m_wheelStatus[i] == WHEEL_STATUS_BURST)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue