[code]
local function StopPhysgun(ply,ent)
if ent:IsNPC() then ply:ChatPrint("you cant do that you %&*@") return false end
end
hook.Add("PhysgunPickup","shitfuckpiss",StopPhysgun)
[/code]
I am trying as hard as I can to figure out why I can still pickup NPC entities with my physgun.
The code above is the latest attempt to stop myself from being able to pick up npc's with a physgun.
Sorry, you need to Log In to post a reply to this thread.