Page 1 of 1

Ammo Id?

PostPosted: Tue Oct 27, 2015 4:46 am
by laithqakeesh
So iam trying to add custom ammo into pnrp but aparently i need to change the ammo id in playerfunctions to the one for the custom ammo or something like that can someone tell me how i could do that
Code for the ammo

ENT.Type = "anim"
ENT.Base = "cw_ammo_ent_base"
ENT.PrintName = "7.62x51MM Ammo"
ENT.Author = ""
ENT.Spawnable = true
ENT.AdminSpawnable = true
ENT.Category = "CW 2.0 Ammo"

ENT.CaliberSpecific = true
ENT.AmmoCapacity = 60
ENT.ResupplyAmount = 20
ENT.Caliber = "7.62x51MM"
ENT.Model = "models/Items/BoxMRounds.mdl"

Re: Ammo Id?

PostPosted: Tue Dec 01, 2015 2:35 pm
by laithqakeesh
Anyone? i seriously need some help