SA-MP Forums Archive
Saving 0.3.7-DL player skins - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Saving 0.3.7-DL player skins (/showthread.php?tid=653360)



Saving 0.3.7-DL player skins - jvdg - 02.05.2018

Hey. I'm using Y-NI to save player skins after they disconnect. The problem is that when a player disconnect with a custom skin (let's call the ID 20200), when he comes back with the SA-MP skin based used to that ID (eg. 18, and not the custom skin.

How can I change this? Thanks.


Re: Saving 0.3.7-DL player skins - Fairuz - 02.05.2018

Use this include https://sampforum.blast.hk/showthread.php?pid=3978829#pid3978829


Re: Saving 0.3.7-DL player skins - jvdg - 02.05.2018

Quote:
Originally Posted by Dice_
Посмотреть сообщение
Thanks! But...

error 017: undefined symbol "GetPlayerCustomSkinEx"

I put the include on the top and replaced all "GetPlayerSkin" with "GetPlayerSkinEx" and this error appeared. Can you help me? Did you use this include?

#EDIT And I should put "GetPlayerSkinEx" only in Y-INI lines, right?


Re: Saving 0.3.7-DL player skins - Fairuz - 02.05.2018

You don't need to change anything as far as I know,just include them and test it.