Adding RedAge v3 auto-reload
Guide on how to add auto-reload to RedAge v3
Go here (src_client\player)
Delete (weapon.js)
Upload the downloaded (weapon.js) here (src_client\player)
gm.events.add('client.weapon.give', (weaponHash, ammo, isReload = false, ItemId = 0) => {
try
{...