• TTT player models disappear when round starts.
    3 replies, posted
The player models are there before the round starts but after it starts they all disappear and everyone is the normal CS:S model after. I'm not sure why it does that. It started happening after the latest update.
Could've searched facepunch for it. You apparently need to comment out line 271 in player_ext.lua
What exactly does that mean???
[QUOTE=weman124;41370827]What exactly does that mean???[/QUOTE] download notepad++, search your gmod folder for player_ext.lua, go to line 271 and put -- as it starts and you're done. For example. [CODE]GAMEMODE:PlayerSetModel(self)[/CODE] [CODE]--GAMEMODE:PlayerSetModel(self)[/CODE]
Sorry, you need to Log In to post a reply to this thread.