01.03.2014, 10:05
pawn Код:
//==============================================================================
//Enum's
//==============================================================================
enum
{
CommonRed = 19006, CommonOrange, CommonGreen, CommonBlue, CommonPurple,
CommonEspiral, CommonBlack, CommonEyes, CommonXadrex, CommonTransparent,
CommonXRayVision, SquareFormatYellow, SquareFormatOrange, SquareFormatRed,
SquareFormatBlue, SquareFormatGreen, RayBanGray, RayBanBlue, RayBanPurple,
RayBanPink, RayBanRed, RayBanOrange, RayBanYellow, RayBanGreen, CircularNormal,
CircularYellow, CircularRed, CircularBlack, CircularXadrex, CircularThunders,
CopGlassesBlack = 19138, CopGlassesRed = 19139, CopGlassesBlue = 19140,
};
//------------------------------------------------------------------------------
enum textd
{
hide, ntag,
};
//------------------------------------------------------------------------------
enum DMEnum
{
MG1, MG2, MG3, KDM, HP, GDM, JDM, PDM,
};
//------------------------------------------------------------------------------
enum HEnum
{
Slot, Obj0, Obj1, Obj2, Obj3, Obj4, Obj5, Obj6, Obj7, Obj8, Obj9, Bone,
Hld0[256], Hld1[256], Hld2[256], Hld3[256], Hld4[256], Hld5[256], Hld6[256],
Hld7[256], Hld8[256], Hld9[256], HShow,
};
//------------------------------------------------------------------------------