19.11.2010, 21:15
Viruzz, these functions would take you less than a hour to create. For example:
Those are, basically, what all of these functions do - just like so.
pawn Код:
stock IsACopSkin( skin_id )
{
if( skin_id == 280 || skin_id == 281 || skin_id == 282 || skin_id == 283 || skin_id == 284 || skin_id == 288 ) return 1;
return 0;
}