#FE Gun Kit weapon stops firing after the first shot

1 messages · Page 1 of 1 (latest)

tidal plume
#

Output

grave crane
tidal plume
#

1 sec

grave crane
#

Which script is this?

tidal plume
#

the "1"

grave crane
#

Check the these lines in gunclient, you're passing nil variable/s for the string

tidal plume
#

thats a different weapon

#

also uh

#

wdym

grave crane
#

Trying disabling the other weapons and testing it

tidal plume
#

nope still the same

#

cant reload, shoot

grave crane
#

But does that same error come?

tidal plume
#

different one now

grave crane
#

Go to these lines in the GunClient script

tidal plume
#

is this something i should be worried about?

tidal plume
grave crane
#

Its deprecated

grave crane
#

Line 1332 is likely the root to the problem

grave crane
# tidal plume wdym?

In line 1332 it passes an AddressTableValue function I need to see it or send the entire gunclient script

tidal plume
grave crane
#

Not sure if this will work but try putting -- front of line 1332

tidal plume
#

you want me to make it a comment?

grave crane
#

Yes

tidal plume
#

done

#

do i test it

#

oh it made it completely unusable

grave crane
#

Alright i'll uncomment i'll take a look on the script in a bit

tidal plume
#

okay ty

timber haloBOT
#

studio** You are now Level 5! **studio

swift ember
#

Did you write the script

tidal plume
#

dude its fe gun kit

#

of course not

swift ember
#

Send the spring module

tidal plume
#

what?

swift ember
#

That's where the error is

#

Modules/Utilities/Spring

tidal plume
swift ember
#
                p0, v0 = p, v + a
tidal plume
#

what about it?

swift ember
#

1 sec

#

print the AddressTableValue("CrossExpansion", TempModule)

#

before you accelerate the spring

tidal plume
#

how can i do that?

swift ember
#
        print(AddressTableValue("CrossExpansion", TempModule))
        Springs.CrossSpring:Accelerate(AddressTableValue("CrossExpansion", TempModule))
#

in line 1332

#

you add the print above

tidal plume
#

line 1332 of uhh

#

1?

swift ember
#

yeah

swift ember
#

Could also try wrapping in a pcall to just ignore it

tidal plume
#

oh alright

#

like this?

swift ember
#

Remove one of them

tidal plume
#

kk

swift ember
#

run the game and see what it prints

tidal plume
swift ember
#

Remove Z from Exclude

swift ember
tidal plume
#

oh shit youre right

swift ember
#

go to your spring script

#

replace line 113 with

                p0, v0 = p, (v or 0) + a
tidal plume
#

kk

#

IT WORKS

#

THANK YOU SO MUCH

#

HOLY SHIT

swift ember
#

For some reason V can sometimes be nothing so this just makes sure it defaults to 0

timber haloBOT
#

studio** You are now Level 5! **studio

tidal plume
#

youre a life saver dude ty