skin help - 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: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: skin help (
/showthread.php?tid=140654)
skin help -
02manchestera - 09.04.2010
i got this coe but i need it to work on more than one skin id how would i do this
Код:
if (classid == 106) {
SetPlayerTeam(playerid, TEAM_GROVE);
SetPlayerColor(playerid, TEAM_GROVE_COLOR);
Re: skin help -
Anwix - 09.04.2010
pawn Код:
if (classid == 106 || classid == skinid || classid == skinid) {