• Can I make it do weapons can be bought by both traitors and detectives?
    2 replies, posted
Just to change this: SWEP.CanBuy = { ROLE_DETECTIVE } So Traitors can also buy it.
SWEP.CanBuy = { ROLE_TRAITOR, ROLE_DETECTIVE }
Thanks
Sorry, you need to Log In to post a reply to this thread.