Yes, it’s possible.
- Use
CreateObject
to spawn the bag object https://runtime.fivem.net/doc/reference.html#_0x509D5878EB39E842 - Use
AttachEntityToEntity
to attach the object to the player entity https://runtime.fivem.net/doc/reference.html#_0x6B9BBD38AB0796DF
For a list of objects that you can spawn, see https://gist.github.com/leonardosnt/53faac01a38fc94505e9 and search for terms like bag
. There are many that could classify as “medbag”
I hope this helps