17.01.2012, 01:32
I wanted some additional opinions about this, perhaps a few sensible people could give me some help!
I currently have this code:
Would it be better to use this, or perhaps make an array of such skin ID's?
EDIT: And if I were to make an array, how would I use it? Probably an idiot question, but my mind isn't working right tonight!
I currently have this code:
pawn Код:
stock bool:IsTruckerSkin(skinid)
{
switch(skinid)
{
case 4, 5, 24, 34, 73, 129 .. 134, 159, 161, 162, 182, 191, 196 .. 198, 201, 202: return true;
}
}
EDIT: And if I were to make an array, how would I use it? Probably an idiot question, but my mind isn't working right tonight!