07.09.2012, 10:22
i write enums like that
so it would be like that
EDIT: it will work with both codes (the one you gave too)
but show me the code that was before enum
pawn Код:
enum lol
{
varone,
vartwo,
Float:floatone,
Float:floattwo
};
pawn Код:
enum eZone
{
Float:zMinX,
Float:zMinY,
Float:zMaxX,
Float:zMaxY,
zTeam
};
but show me the code that was before enum

