Garry's Mod

Garry's Mod

[CW2] KK INS2/DOI SWEPs (2018)
tools guy-kun 2017 年 6 月 8 日 下午 6:05
Getting the Arsenal pack to work?
Scrolling through the .lua files because I planned on making a few weapons myself, but then I notice the arse_ weapons. I'm wondering how I am able to manually load them into the game since it seems like they're unsupported now.
< >
正在显示第 1 - 2 条,共 2 条留言
Knife Kitty  [开发者] 2017 年 6 月 8 日 下午 10:09 
if you want to edit arsenal sweps yourself change
SWEP.Spawnable = CustomizableWeaponry_KK.ins2.isContentMounted4(SWEP) SWEP.AdminSpawnable = CustomizableWeaponry_KK.ins2.isContentMounted4(SWEP)
to
SWEP.Spawnable = true SWEP.AdminSpawnable = true
in each one of them
最后由 Knife Kitty 编辑于; 2017 年 6 月 8 日 下午 10:10
tools guy-kun 2017 年 6 月 8 日 下午 10:16 
引用自 Knife Kitty
if you want to edit arsenal sweps yourself change
SWEP.Spawnable = CustomizableWeaponry_KK.ins2.isContentMounted4(SWEP) SWEP.AdminSpawnable = CustomizableWeaponry_KK.ins2.isContentMounted4(SWEP)
to
SWEP.Spawnable = true SWEP.AdminSpawnable = true
in each one of them
💯
< >
正在显示第 1 - 2 条,共 2 条留言
每页显示数: 1530 50