Hello people!
So here's the deal, I've been trying to fix a few old plugins this day, and I got stuck on this error right now.
lua/autorun/server/sv_physgun.lua:20: bad argument #2 to 'GetInfoNum' (number expected, got no value)
The 20th line in the lua looks like this:
if ply:GetInfoNum( pb_.. "enabled" ) ~= 0 then
and ofc. the pb_ is something else (BEFORE the code above)
local pb_ = "physgun_buildmode_"
ANY idea why it calls errors? I don't see any form for additional agument on the line...