Advertisement
Roite

sfdezf

Oct 23rd, 2015
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.18 KB | None | 0 0
  1. local function PhysgunPickup(ply, ent)
  2.    if !ply:IsAdmin() and ent:IsVehicle() then
  3.       return false
  4.    end
  5. end
  6.  hook.Add("PhysgunPickup", "Physgun.DenyShit", PhysgunPickup)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement