29.03.2009, 21:10
I have not end to put the skin cause it take a while, but i have try the code it copile with NoErrors but if i try it will not work, i had try with "GetPlayerSkin(playerid) == 54 || ...." and was working, but now it dosn't work, here is the changes in the code:
pawn Код:
new IsFactionSkin[] =
{
54, 55, 56, 63, 64, 69, 75, 76, 77, 85, 87, 88, 89, 91, 92, 93, 129, 131, 138,
139, 140, 141
};
new TotalFactionSkin = sizeof(IsFactionSkin);
if(GetPlayerSkin(playerid) == IsFactionSkin[TotalFactionSkin])
{
SendClientMessage(playerid, 0xFFFFFFAA, "Faction Skin");
} }
else
{
SendClientMessage(playerid, 0xFFFFFFAA, "No Faction Skin");
return 1;
}

