• Playermodel Not displaying in menu
    2 replies, posted
Hey gang, Trying to add an edited playermodel i extracted from another add-on. Can't seem to get the playermodel to show up in the playermodel menu. When I search the add-on in gmod, it finds the model and hands, and the textures are correct but it does not display in the playermodel menu. Any help? Heres the lua code. local function  player_manager.AddValidModel( "Kanna Kamui", "models/player/dewobedil/maid_dragon/kanna/default_p.mdl" ); player_manager.AddValidHands( "Kanna Kamui", "models/player/dewobedil/maid_dragon/kanna/c_arms/default_p.mdl", 0, "00000000" )      end AddPlayerModel( "Kanna", "models/player/dewobedil/maid_dragon/kanna/default_p.mdl" ) I know theres something small here im missing. I've done this once before but am not sure what I'm doing incorrectly.
This probably won't make a difference and I've been told it's useless to do in the modern version of GMod but: list.Set( "PlayerOptionsModel", "Kanna", "models/player/dewobedil/maid_dragon/kanna/default_p.mdl" );
You know, I had that line there before and it still wasn't doing anything.
Sorry, you need to Log In to post a reply to this thread.