feat(StealVehicleGun): Notification for non vehicle entities

This commit is contained in:
Yimura 2021-05-20 22:42:24 +02:00
parent 7765700439
commit 693519e73c

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.");
}