SA-MP Forums Archive
Adding Multiple Skins to a #Define - 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: Adding Multiple Skins to a #Define (/showthread.php?tid=407450)



Adding Multiple Skins to a #Define - jakejohnsonusa - 13.01.2013

Is it possible to add multiple skins to the code I have in a FS?

pawn Код:
#define skinid 285
I need to add two more skins to this (not just ID 285)


Re: Adding Multiple Skins to a #Define - Mr.Anonymous - 13.01.2013

Yep.
pawn Код:
#define firstskin 1
#define secondskin 2
#define thirdskin 3