reload
Reloads the given in gun
modules.reload(gun: Tool)
Parameters
gun: The gun that you are holding
Example
local gun = modules.get_gun(false)
if not gun then return end
modules.reload(gun)
Last updated
Reloads the given in gun
modules.reload(gun: Tool)
gun: The gun that you are holding
local gun = modules.get_gun(false)
if not gun then return end
modules.reload(gun)
Last updated