feat(StealVehicleGun): Notification for non vehicle entities

This commit is contained in:
Yimura
2021-05-20 22:42:24 +02:00
parent 694c8b9bf8
commit 77847354c7

View File

@ -33,6 +33,7 @@ namespace big
PED::SET_PED_INTO_VEHICLE(PLAYER::PLAYER_PED_ID(), ent, -1);
}
else notify::above_map("Entity is not a vehicle.");
}
else notify::above_map("No entity found.");
}