Config File
Config = {}
Config.MinigunWeapon = `weapon_minigun`
Config.ShotGunWeapon = `weapon_candyshotgun`
Config.SnowBallLauncher = `weapon_snowlauncher`
Config.SnowBallLauncher2 = `weapon_snowlauncher2`
Config.ShowGrenadeCluster = 20 -- amount of snowballs that will be fired when a grenade/ snowball launcher explodes (Putting this too high may affect peformance) - 0 to disable
Config.PickUpSnowballs = true -- if set to false, you will not be able to pick up snowballs from the ground
Config.UseSnowAsAmmo = true -- if set to false, you will use shotgun and grenade launcher ammo (if PickUpSnowballs is set to false, this will be ignored)
Config.SnowballAmount = 5 -- amount of snowballs you will get when picking up snowballs from the ground (if PickUpSnowballs is set to false, this will be ignored)
Config.SnowballReloadKey = 'G'
GiveSnowballs = function()
GiveWeaponToPed(cache.ped, `WEAPON_SNOWBALL`, Config.SnowballAmount, false, true)
end
Last updated