Ok so i have made this weapon base and it was working fine for my computer and seemed to be ready to release. But when i gave it to my friend to beta test it he says he gets these lua errors in this order
weapons/rg_base/cl_init.lua:114: attempt to index field ‘?’ (a nil value)
gets this one when he gives himself the gun
weapons/rg_base/shared.lua:720: attempt to call method ‘FireFunction’ (a nil value)
gets this when he tries to shoot
they are just spammed and i can not figure out why. The weird thing is that i dont have a cl_init.lua file anywere, and from what i can tell from Worshippers css realistic and Kermits bases (Which i based a large part of my code from) i should not need one to make my base work
So any suggestions on this matter?
EDIT:
Almost forgot, the base code is not 720 lines long and there is nothing there but space which is making me wonder if it is conflicting with something he has.