fix(VehicleGun): Removed height offset
This commit is contained in:
parent
cd9a9bf147
commit
1667b46ba9
@ -25,7 +25,7 @@ namespace big
|
|||||||
|
|
||||||
if (PAD::IS_DISABLED_CONTROL_JUST_RELEASED(0, 24))
|
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(
|
Vehicle veh = functions::spawn_vehicle(
|
||||||
"bus",
|
"bus",
|
||||||
location,
|
location,
|
||||||
|
Reference in New Issue
Block a user