Garry's Mod

Garry's Mod

[MW2019] Van Infiltration
Kasztanix 5 Dec, 2022 @ 4:19am
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.
< >
Showing 1-5 of 5 comments
dimitriwoopi 5 Dec, 2022 @ 4:53am 
read the ♥♥♥♥♥♥♥ description
Ma_rv  [developer] 5 Dec, 2022 @ 6:32am 
Read the description
benjiboy65 5 Dec, 2022 @ 2:30pm 
you are so broken. your brain could not read the description
Cpt. Hazama 5 Dec, 2022 @ 5:46pm 
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
Last edited by Cpt. Hazama; 5 Dec, 2022 @ 6:06pm
Ma_rv  [developer] 6 Dec, 2022 @ 12:54am 
This. If only they properly used CalcView we could support it.
< >
Showing 1-5 of 5 comments
Per page: 1530 50