mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-17 23:07:26 +08:00
fix(GravityGun): take control before releasing
This commit is contained in:
parent
5e26bafe88
commit
decbbb8fd9
@ -99,6 +99,8 @@ namespace big
|
|||||||
}
|
}
|
||||||
else if (entity != 0)
|
else if (entity != 0)
|
||||||
{
|
{
|
||||||
|
functions::take_control_of_entity(entity);
|
||||||
|
|
||||||
ENTITY::SET_ENTITY_COLLISION(entity, true, true);
|
ENTITY::SET_ENTITY_COLLISION(entity, true, true);
|
||||||
ENTITY::SET_ENTITY_ALPHA(entity, 255, 0);
|
ENTITY::SET_ENTITY_ALPHA(entity, 255, 0);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user