HaodongMo / ARC-9

The nineth weapon base for Gmod by Arctic
90 stars 51 forks source link

Possible conflict with TFA-VOX #244

Open Invalid-Vertex opened 1 month ago

Invalid-Vertex commented 1 month ago

Whenever a weapon that uses the ARC9 base is equipped, TFA-VOX stops randomly cycling through voice lines, so only one will play when triggering them with the radial menu. I've tried with other weapons/bases and can confirm it's something that only occurs when an ARC9 weapon is held.

My guess as to what's happening is that this https://github.com/HaodongMo/ARC-9/blob/5df3a72415c309ec7a4b2967459814329691a6fb/lua/weapons/arc9_base/sh_recoil.lua#L40 is interfering with the instance of math.randomseed() used by TFA-VOX.