SA-MP Forums Archive
Problem with adding custom skins - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP DL Edition (https://sampforum.blast.hk/forumdisplay.php?fid=92)
+--- Forum: SA-MP 0.3.DL (https://sampforum.blast.hk/forumdisplay.php?fid=90)
+--- Thread: Problem with adding custom skins (/showthread.php?tid=654201)



Problem with adding custom skins - Sivvy - 23.05.2018

Hi! I am in need of help from anyone. I really want to add custom skins to my server but, to be honest, I really do not know how. I will just get straight to the point.


So, My server is 0.3DL (Linux) server. I am trying to add this feature where I can put custom skins (skin mods) on my server so that other player can see them but, I can't get it to work at all. I followed everything said in this post (besides the kalcor part) https://sampforum.blast.hk/showthread.php?tid=644118 yet, it still is not working.

I added the models folder
I added the skin mods to the folder
I did the command line in the artconfig.


Yet when I go IG, nothing happens. The menu that shows the skins downloading does not pop up and nothing happens at all.

Here is my artconfig: http://prntscr.com/jlgcw3

Here is my models folder: http://prntscr.com/jlgd52


When I spawn Ig though, nothing happens at all. Why is that? Why isn't none of my skins downloading and the menu for the skins downloading do not pop up? Do I need to add something to my script? Do I need a plugin or something? Please help me.


Re: Problem with adding custom skins - DeadDon - 23.05.2018

Do you get a error line from server when you connect it?


Re: Problem with adding custom skins - NaS - 23.05.2018

Make sure artwork is set to enabled in your server.cfg.

Also, on Linux all file names are case sensitive, so if you have a skin named something like "Model.dff", writing "model.dff" into your artconfig will not work, it must be the correct case.


Re: Problem with adding custom skins - Sivvy - 23.05.2018

That worked NaS thank you so much!