Advertisement
Guest User

Untitled

a guest
Feb 10th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. hook.Add("CanTool","DisableVehicleTool",function(ply,tr,tool)
  2. if tr.Entity:IsVehicle() then
  3. ply:ChatPrint("You're not allowed to tool vehicles!")
  4. return false
  5. end
  6. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement