• Putting custom Npcs in your player model menu
    3 replies, posted
yeah i've been at it for two days trying to figure it out and now i'm gonna need someone explain it to me =[
What if the models you are trying to put in your player list don't have animations? You'll end up with a t-posed playermodel that looks like shit.
The leon npc one does
Alright, then make a lua file in "lua/autorun" and name it something like <modelname>_player" [code]player_manager.AddValidModel( "<modelname>", "<modelpath>" ) list.Set( "PlayerOptionsModel", "<modelname>", "<modelpath>" ) [/code] for example [code]player_manager.AddValidModel( "Female Metrocop", "models/Player/police_female.mdl" ) list.Set( "PlayerOptionsModel", "Female Metrocop", "models/Player/police_female.mdl" ) [/code]
Sorry, you need to Log In to post a reply to this thread.