Guest User

Untitled

a guest
Feb 13th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. hook.Add("PS2_GetPreviewModel", "ForMurder", function()
  2. if GAMEMODE.Spectating then
  3. return {
  4. model = player_manager.TranslatePlayerModel("male03"),
  5. bodygroups = "0",
  6. skin = 0
  7. }
  8. end
  9. end)
Add Comment
Please, Sign In to add comment