UnKnOwN wrote:yeh i made an LMG (light machine gun) which is a pkp pecheneg, but the average ammo clip for one is more than 30 bullets is more like 100 bullets in a maggazine, im not asking for more ammo just the same ammo in bigger clips. e.g. 100 bullets in a mag and only 2 mags. Can anyone do this???
class SMG(BaseWeapon):
name = 'SMG'
delay = 0.11 # set to 0.1, but due to AoS scheduling, it's usually 0.11
ammo = 30
stock = 120
reload_time = 2.5
slow_reload = False
damage = {
TORSO : 24,
HEAD : 75,
ARMS : 16,
LEGS : 16
}
knifeymoloko wrote:UnKnOwN wrote:yeh i made an LMG (light machine gun) which is a pkp pecheneg, but the average ammo clip for one is more than 30 bullets is more like 100 bullets in a maggazine, im not asking for more ammo just the same ammo in bigger clips. e.g. 100 bullets in a mag and only 2 mags. Can anyone do this???
- Code: Select all
class SMG(BaseWeapon):
name = 'SMG'
delay = 0.11 # set to 0.1, but due to AoS scheduling, it's usually 0.11
ammo = 30
stock = 120
reload_time = 2.5
slow_reload = False
damage = {
TORSO : 24,
HEAD : 75,
ARMS : 16,
LEGS : 16
}
Download pyspades and modify the ammo and stock of the weapon.
Paratrooper wrote:pyspades would only apply to the weapon you're using.
Anyways, don't bother if your magazine is too small. The gun is for cosmetic purposes only, anyway.
Konahrik wrote:knifeymoloko wrote:UnKnOwN wrote:yeh i made an LMG (light machine gun) which is a pkp pecheneg, but the average ammo clip for one is more than 30 bullets is more like 100 bullets in a maggazine, im not asking for more ammo just the same ammo in bigger clips. e.g. 100 bullets in a mag and only 2 mags. Can anyone do this???
- Code: Select all
class SMG(BaseWeapon):
name = 'SMG'
delay = 0.11 # set to 0.1, but due to AoS scheduling, it's usually 0.11
ammo = 30
stock = 120
reload_time = 2.5
slow_reload = False
damage = {
TORSO : 24,
HEAD : 75,
ARMS : 16,
LEGS : 16
}
Download pyspades and modify the ammo and stock of the weapon.
Where do I get pyspades?
Users browsing this forum: No registered users and 1 guest