So, quick question that I’m really bewildered by, I’m trying to set the player’s model, nothing fancy, but whenever I do, the player is T-Posed with no animations and a gun in his crotch. Here’s a screenshot:
Anyway heres the relevant code, this should be a simple mistake but I’m still not finding the solution:
[lua]
function GM:PlayerSetModel(pl)
pl:SetModel(“models/player/ct_gsg9.mdl”)
end
[/lua]