Garry's Mod

Garry's Mod

[CW2] KK INS2/DOI SWEPs (2018)
tools guy-kun 8. juni 2017 kl. 18.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.
< >
Viser 12 av 2 kommentarer
Knife Kitty  [utvikler] 8. juni 2017 kl. 22.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
Sist redigert av Knife Kitty; 8. juni 2017 kl. 22.10
tools guy-kun 8. juni 2017 kl. 22.16 
Opprinnelig skrevet av 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
💯
< >
Viser 12 av 2 kommentarer
Per side: 1530 50