Advertisement
Pjor1

Untitled

Aug 13th, 2014
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. resource.AddWorkshop("133342076"); //Elis police model
  2.  
  3. hook.Add("TTTBeginRound", "BeginRoundDetectiveSkin", function()
  4. for k,v in pairs(player.GetAll()) do
  5. if v:IsActiveDetective() then
  6. v:SetModel("models/player/elispolice/police.mdl")
  7. end
  8. end
  9. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement