[Help] Skin Numbers in one Function
#7

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;
}
Reply


Messages In This Thread
[Help] Skin Numbers in one Function - by Diablo1st - 29.03.2009, 20:37
Re: [Help] Skin Numbers in one Function - by Pyrokid - 29.03.2009, 20:40
Re: [Help] Skin Numbers in one Function - by FUNExtreme - 29.03.2009, 20:43
Re: [Help] Skin Numbers in one Function - by Pyrokid - 29.03.2009, 20:45
Re: [Help] Skin Numbers in one Function - by Diablo1st - 29.03.2009, 20:47
Re: [Help] Skin Numbers in one Function - by FUNExtreme - 29.03.2009, 20:55
Re: [Help] Skin Numbers in one Function - by Diablo1st - 29.03.2009, 21:10
Re: [Help] Skin Numbers in one Function - by FUNExtreme - 29.03.2009, 21:14
Re: [Help] Skin Numbers in one Function - by Diablo1st - 29.03.2009, 21:21
Re: [Help] Skin Numbers in one Function - by MenaceX^ - 29.03.2009, 21:26

Forum Jump:


Users browsing this thread: 1 Guest(s)