Last active
January 30, 2018 23:25
-
-
Save ValentinFunk/0236a1103b1d6f1480a5293ea6957bb0 to your computer and use it in GitHub Desktop.
Put this in Pointshop2/lua/ps2/modules/mu_integration/cl_playermodel.lua
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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