Advertisement
Purfect

Untitled

Aug 28th, 2016
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. hook.Add("PS2_VisualsShouldShow","RemoveVisuals4Disguiser", function(ply)
  2. if (ply:GetNWBool("disguised") == true) then
  3. return false
  4. end
  5. end)
  6.  
  7. hook.Add("PS2_PlayermodelShouldShow","RemoveVisuals4Disguiser", function(ply)
  8. if (ply:GetNWBool("disguised") == true) then
  9. return false
  10. end
  11. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement