I saw that here is a developer topic, so i copied my question:
---------------------------------------------------------------------------------------------------------------------
Hello my Gmod friends,
i created a new server for me and my friends to play TTT.
Now i want to change the player model. I unzipped the model from the steam workshop and did it into my addons ordner.
After this i changed the shared lua in the terrortown/gamemode folder.
After starting the server, the skin is working, but if i kill another person the corpse disappears.
Maybe someone of you know this problem and can help me?
Many thanks. :)
---------------------------------------------------------------------------------------------------------------------
Did you upload the addon to the server?
---------------------------------------------------------------------------------------------------------------------
I think so, I'm new in this topic.
The Model is the "PuggaMaximus Playermodel". I unzipped it with gmad and put the material, model, ... folders into my addons folder.
I want, that all players play with the model, no point shop.
Then i changed the shared.lua from:
-- Everyone's model
local ttt_playermodels = {
Model("models/player/phoenix.mdl"),
Model("models/player/arctic.mdl"),
Model("models/player/guerilla.mdl"),
Model("models/player/leet.mdl")
to:
-- Everyone's model
local ttt_playermodels = {
Model("models/player/puggamaximus.mdl")
As I already said, the player model is working but it's disappearing after you killed it.
Sorry, you need to Log In to post a reply to this thread.