so before you say to update your point shop i want to let you know that i have and for some reason this is still happening and i have no clue why if anyone has a fix for this that would be awesome. before the round starts i am the player model and as soon as the round begins it reverts to default. if i respawn after i die i have the skin
TTT? Go to line 271 on player_ext.lua and comment out this:
[lua]hook.Call("PlayerSetModel", GAMEMODE, self)[/lua]
[QUOTE=KarmaLord;43695431]TTT? Go to line 271 on player_ext.lua and comment out this:
[lua]hook.Call("PlayerSetModel", GAMEMODE, self)[/lua][/QUOTE]
there is no file named that at all i saw that someplace else already and looked
you can find the file in garrysmod/gamemodes/terrortown/gamemode/player_ext.lua
As KarmaLord said, go to line 271 (using the goto feature in notepad if you're using that) and cancel out 'hook.Call("PlayerSetModel", GAMEMODE, self)' by putting -- in front of it.
[QUOTE=Baron von Hax;43703792]you can find the file in garrysmod/gamemodes/terrortown/gamemode/player_ext.lua
As KarmaLord said, go to line 271 (using the goto feature in notepad if you're using that) and cancel out 'hook.Call("PlayerSetModel", GAMEMODE, self)' by putting -- in front of it.[/QUOTE]
thank you very much
Sorry, you need to Log In to post a reply to this thread.