fix(VehicleGun): Removed height offset

This commit is contained in:
Yimura 2021-01-22 02:08:30 +01:00
parent cd9a9bf147
commit 1667b46ba9
No known key found for this signature in database
GPG Key ID: 3D8FF4397E768682

View File

@ -25,7 +25,7 @@ namespace big
if (PAD::IS_DISABLED_CONTROL_JUST_RELEASED(0, 24))
{
Vector3 location = ENTITY::GET_OFFSET_FROM_ENTITY_IN_WORLD_COORDS(player, 0.f, 10.f, 1.5f);
Vector3 location = ENTITY::GET_OFFSET_FROM_ENTITY_IN_WORLD_COORDS(player, 0.f, 10.f, 0.f);
Vehicle veh = functions::spawn_vehicle(
"bus",
location,