29.03.2009, 20:37
hello again, i'm stucked with a problem, i need to make some SKINID in one function for example:
i need to put numberskin example:64,69,75,76.. in one function we can name it "IsFactionXSkin()"
so i can make some commands with this:
if(IsFactionXSkin())
{
code...
how i'm now i need to do:
if(GetPlayerSkin(playerid) == 64 || GetPlayerSkin(playerid) == 69 || GetPlayerSkin(playerid) == VeryVeryMuchOtherSkins...
{
and this make really MUCH TIME
thanks for have read
i need to put numberskin example:64,69,75,76.. in one function we can name it "IsFactionXSkin()"
so i can make some commands with this:
if(IsFactionXSkin())
{
code...
how i'm now i need to do:
if(GetPlayerSkin(playerid) == 64 || GetPlayerSkin(playerid) == 69 || GetPlayerSkin(playerid) == VeryVeryMuchOtherSkins...
{
and this make really MUCH TIME
thanks for have read
