The Playermodel I Created Isn't Showing Up In Game
3 replies, posted
So I have all of the files compiled and I have a lua file, but when I put the folder in my addons folder and start up the game, I don't see my playermodel under the menu.
This is the Lua file I am using
player_manager.AddValidModel( "FeathersMcGraw", "models/player/acode/FeathersMcGraw/feathers.mdl" );
list.Set( "PlayerOptionsModel", "FeathersMcGraw", "models/player/acode/FeathersMcGraw/feathers.mdl" );
Is lua file inside addons/youraddon/lua/autorun/model.lua?
yes
Could you post the full filepath?
Sorry, you need to Log In to post a reply to this thread.