#✅ | When I try to find the NBT ammo count for a weapon from TaCZ (SelectedItem.tag.GunCurrentAmmo...

1 messages · Page 1 of 1 (latest)

ruby goblet
#

How i can get ammo count

brazen flintBOT
# ruby goblet How i can get ammo count

You can grab that ammo count via the NBT placeholder. Open the Player NBT Helper to verify the exact path („SelectedItem.tag.GunCurrentAmmoCount“) and then use a placeholder like this wherever you need the value (progress bar, text, etc.):

{"placeholder":"player_nbt_data","values":{"path":"SelectedItem.tag.GunCurrentAmmoCount"}}

If the helper doesn’t show that path, it might be hidden from the client, so double-check with /data get or ask TaCZ’s docs/devs. More info here: NBT Data placeholder guide. Let me know if you want help turning that into a bar or trigger 😊

brazen flintBOT
#
Thread Marked as Solved

This support thread has been automatically marked as solved because there were no new messages for at least 24 hours.

If you still need help, feel free to continue the conversation or create a new support thread.