• i was wondering
    7 replies, posted
I am running a dark rp server I am trying to add new players models to classes I have them in my workshop and resource were would I find the mdl name? [highlight](User was banned for this post ("undescriptive thread title" - postal))[/highlight]
Load the addon in sandbox singleplayer and use the spawnmenu to copy the paths. In spawn menu > Browse > Addons > Find the addon name > Find the model > right click on the spawn icon > Copy to clipboard.
ok I did that but that does not have model?
What?
I did that but it does not give me .mdl it gives me lilith_bl1_rebel
that is most likely the model.
Add .mdl to the end of that string
If all else fails, extract the addon and head over to <extracted addon folder name>/lua/autorun/*.lua and you should find something like [code]player_manager.AddValidModel("models/player/example.mdl")[/code] the string in the "" is your playermodel.
Sorry, you need to Log In to post a reply to this thread.