Hydroflame522 / StateFarmClient

An updated version of the most powerful client for shell shockers
https://discord.gg/mPa95HB7Q6
GNU General Public License v3.0
18 stars 7 forks source link

black scope on zoom #177

Closed RisenBlood closed 5 months ago

RisenBlood commented 5 months ago

Scope is black when zoomed in with sniper weapons. Screenshot 2024-06-16 150352

not present when script is installed. Tried to reset script and still no change.

TheRealSeq commented 5 months ago

if(extract("gunPosition") == "hidden"){ ss.MYPLAYER[H.actor].gunContainer.setEnabled(extract("gunPosition") !== "hidden"); }

replace the original "ss.MYPLAYER[H.actor].gunContainer.setEnabled(extract("gunPosition") !== "hidden");" in line 5857 with the code above

temp fix until puppy fixes it properly

onlypuppy7 commented 5 months ago

fixed in pre75