I'm trying to make a little weapon saving script.
I got it to save the weapon but now I need to strip the active weapon and I can't seem to get it to work.
[LUA]
self:StripWeapon( self:GetActiveWeapon():GetClass() )
-- Error: attempt to call method 'StripWeapon' (a nil value)
[/LUA]
Does anyone have any ideas?