Skip to content

Instantly share code, notes, and snippets.

@ValentinFunk
Last active January 30, 2018 23:25
Show Gist options
  • Select an option

  • Save ValentinFunk/0236a1103b1d6f1480a5293ea6957bb0 to your computer and use it in GitHub Desktop.

Select an option

Save ValentinFunk/0236a1103b1d6f1480a5293ea6957bb0 to your computer and use it in GitHub Desktop.
Put this in Pointshop2/lua/ps2/modules/mu_integration/cl_playermodel.lua
hook.Add("PS2_GetPreviewModel", "ForMurder", function()
if GAMEMODE.Spectating then
return {
model = player_manager.TranslatePlayerModel("male03"),
bodygroups = "0",
skin = 0
}
end
end)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment