Advertisement
Guest User

Melon Head

a guest
Feb 13th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. function ITEM:OnEquip(ply, modifications)
  2. if ply:Team() == TEAM_HIDING then ply:PS_RemoveClientsideModel(self.ID) return end
  3. if ply:Team() == TEAM_SEEKING then
  4. ply:PS_AddClientsideModel(self.ID)
  5. end
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement