Advertisement
Guest User

Untitled

a guest
Jul 19th, 2017
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
IDL 0.29 KB | None | 0 0
  1.  
  2. hook.Add( "CanTool", "Remove prop restriction", function( ply, trace, mode )
  3.  
  4.     if( IsValid( trace.Entity ) && trace.Entity:GetModel() == "models/props_wasteland/cargo_container01b.mdl" ) then
  5.  
  6.         if( ply:IsAdmin() || ply:IsSuperAdmin() ) then return true else return false end
  7.  
  8.     end
  9.  
  10. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement