get_ammo
modules.get_ammo(name: string)Paramters
Example
local gun = modules.get_gun(false)
if not gun then return end
local ammo_part = modules.get_ammo(gun.Name)
print(ammo_part)Last updated
modules.get_ammo(name: string)local gun = modules.get_gun(false)
if not gun then return end
local ammo_part = modules.get_ammo(gun.Name)
print(ammo_part)Last updated