Python1320

Untitled

Oct 23rd, 2010
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.13 KB | None | 0 0
  1. function PLUGIN.HOOK:ShouldCollide(a, b)
  2.     if a:IsPlayer() and a.NeroNoCollide == false and b:IsPlayer() then
  3.         return false
  4.     end
  5. end
Advertisement
Add Comment
Please, Sign In to add comment