SA-MP Forums Archive
[Tool/Web/Other] Add skin model in GM - 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)
+---- Forum: Tutorials (https://sampforum.blast.hk/forumdisplay.php?fid=70)
+---- Thread: [Tool/Web/Other] Add skin model in GM (/showthread.php?tid=646946)



Add skin model in GM - chneubeul - 27.12.2017

Hello,

i want to share a little tools i made for my project, its simply the skin management.

Link : pastebin

How to use :

Simply add the pastebin in your gamemode, there is an cmd exemple. Then add line in array and create your skin id in the enum. In your script you can use for exemple : SetPlayerSkin(playerid, CUSTOM_WIFE);



Known bugs :

its a problem i have even without this system, the first charmodel isn't loading correctly, i have already posted on the forum and didn't have any responses about.
So, you have to let the invalid_skin and load a correct file, then all next data will load properly.


See you !


Re: Add skin model in GM - rfr - 27.12.2017

thank you


Re: Add skin model in GM - Daniielk - 27.12.2017

nice