31.05.2016, 19:06
http://forum.sa-mp.com/showpost.php?...99&postcount=9
You could have just told me that you didn't understand, you didn't have to make a new thread.
You could have just told me that you didn't understand, you didn't have to make a new thread.
Код:
new color, skin; switch (faction) { case 1: {color = 0xFF0000FF; skin = 250;} case 2: {color = 0x00FF00FF; skin = 12;} case 14: {color = 0x0000FFFF; skin = 55;} } SetPlayerSkin(para1, skin); SetPlayerColor(playerid, color);