Megaphone as item

Okay, I have a question. How would one make a megaphone item or just import it into fivem. I saw that they have it on NoPixel but I have no idea how I could get it myself

They use some kind of animation and add the megaphone prop in.

Aaa interesting. Thank you!

1 Like

prop_megaphone_01 is a prop from the base game (default GTA V). So just CreateObject with the hash for the megaphone, attach that object to your player (AttachEntityToEntity or similar), TaskPlayAnim to hold it to your mouth, then increase voice range while it’s being used. How to make the thing usable in the first place is up to you and your framework. It could be a command, usable item, etc.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.