[Solved] Turning Weapons Invisible
-
Hello I ran into a problem when I was trying to make a script mod does anyone know away to turn a melee weapon invisible? I am using C#
-
if this is tagged as [solved], you should share how it actually got solved. Like maybe let us know what code or natives you had to mess with.
That way you can be helping out others who also might be looking to do something similar with their mods.
-
@Skizzymisfit The native to get the Entity handle is GET_CURRENT_PED_WEAPON_ENTITY_INDEX. Then you can set the Entity to be invisible.