Garry's Mod

Garry's Mod

[MW2019] Van Infiltration
Kasztanix 2022 年 12 月 5 日 上午 4:19
lfs, simfphys and tactical infiltration is so broken with this
you cant go to third person. You stay in frist person and in lfs you see only the right and not front. so you cant see anything. with the tactical infiltration, it just doesnt work at all. You cant even find it in the spawn menu. But if that works then this one doesnt. Also if tactical infiltration works then you wont see anything. You will be stuck at the bottom.
< >
正在显示第 1 - 5 条,共 5 条留言
dimitriwoopi 2022 年 12 月 5 日 上午 4:53 
read the ♥♥♥♥♥♥♥ description
Ma_rv  [开发者] 2022 年 12 月 5 日 上午 6:32 
Read the description
benjiboy65 2022 年 12 月 5 日 下午 2:30 
you are so broken. your brain could not read the description
Cpt. Hazama 2022 年 12 月 5 日 下午 5:46 
I have yet to check this mod but, 99% of the time the reason for all these mods being "incompatible" with this one is because you're utilizing CalcView hook incorrectly, which overrides any other calcview hook.

edit: to elaborate more on this, it is very important that anywhere you have 'return' in a CalcView function, there needs to be an actual value being sent back, or at least replacing the return with continuing the code. For example:

if myBigToe == false then return end

This right here cancels out any other CalcView hook. The proper way would be:

if myBigToe then
// code
最后由 Cpt. Hazama 编辑于; 2022 年 12 月 5 日 下午 6:06
Ma_rv  [开发者] 2022 年 12 月 6 日 上午 12:54 
This. If only they properly used CalcView we could support it.
< >
正在显示第 1 - 5 条,共 5 条留言
每页显示数: 1530 50