Garry's Mod

Garry's Mod

Working "Rebirth" Gas Mask (& Base)
Кабачочек 2024 年 10 月 27 日 下午 1:15
Problem
1. When you toggle the gas mask in Jmod menu, the gas mask overlay don't dissapear
but it disengaged
2. When you try to change filter with this gasmask by writing !ufilter in chat it writes, you don't have any gasmask. Also when you write !dgasmask, or !gasmask when it engaged the overlay dissapears
最后由 Кабачочек 编辑于; 2024 年 10 月 27 日 下午 1:16
< >
正在显示第 1 - 13 条,共 13 条留言
Hidden  [开发者] 2024 年 10 月 27 日 下午 4:51 
Works just fine for me, your game probably has something wrong
Кабачочек 2024 年 10 月 30 日 上午 4:27 
maybe it's just bio-anihhilation incompatabillty
Hidden  [开发者] 2024 年 10 月 30 日 上午 5:07 
It's not BA2, I made the mask to work with it.
Кабачочек 2024 年 10 月 31 日 上午 5:52 
I just tested it with jmod, BA2, and gasmask mod
Кабачочек 2024 年 10 月 31 日 上午 11:47 
also, when you pickup filters from this addon with installed BA2, filters from this addon won't add to reserve, but filters from BA2 will add to reserve
screwdriver lobotomy 2024 年 11 月 1 日 下午 6:25 
in multiplayer the gas mask takes itself off as soon as you put it on.
Hidden  [开发者] 2024 年 11 月 1 日 下午 6:31 
Again, fine on my end, you probably have something that messes with it.
screwdriver lobotomy 2024 年 11 月 1 日 下午 6:34 
what kinds of addons would mess with it?
Hidden  [开发者] 2024 年 11 月 1 日 下午 6:35 
I have no idea, I just know it works fine on it's own.
screwdriver lobotomy 2024 年 11 月 1 日 下午 6:45 
did you try putting it on with other players in the area bc if I'm playing alone on multiplayer its fine but then another player gets the gas mask and it stops working.
Кабачочек 2024 年 11 月 2 日 上午 1:52 
No i am playing in single player only
gost Nava 2024 年 12 月 29 日 上午 9:13 
Hey Hidden, I replicated the problem with mask being taken off as soon as you wear it or vice versa or putting it on and taking it off multiple times, the problem is that the code relied on the console command to make some things, and its really unrealiable. I changed code a bit so it will work without console commands, and it fixed the issue for me. You can change the code in weapon_bo1_gasmask_lua:
replace
own:ConCommand( "lastinv" )
on lines 333 and 216 with
if SERVER then local prevswep = own:GetPreviousWeapon() if prevswep:IsWeapon() and prevswep:IsValid() then own:SelectWeapon( prevswep ) else own:SelectWeapon( playersweps[math.random( table.Count( own:GetWeapons() ) )] ) end end
最后由 gost Nava 编辑于; 2024 年 12 月 29 日 上午 9:17
Hidden  [开发者] 1 月 2 日 下午 2:56 
Thank you!
< >
正在显示第 1 - 13 条,共 13 条留言
每页显示数: 1530 50