Custom skins for actors - 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: Custom skins for actors (
/showthread.php?tid=662702)
Custom skins for actors -
Alexan - 08.01.2019
Hello! I need to apply custom skin ID for actors. Custom skin that I want to apply added to artconfig.txt and works perfectly with players (with SetPlayerSkin). But if I try to use it with actors, actors does not spawn at all (or skins are invisible). I use a command below:
Code:
bot[0] = CreateActor(25026, 7008.4805,295.8876,25.5889,245.8778)
Any ideas? I searched in a forum and found that some people say that they watched video with custom skins used by actors. Is it true? Are custom skins supported by actors at all?