12.11.2012, 12:25
Do you have this
before that line?
If you have the enum after the variable, it will keep giving you error.
pawn Код:
enum SavePlayerPosEnum
{
Float:LastX,
Float:LastY,
Float:LastZ
};
pawn Код:
new SavePlayerPos[SLOTS][SavePlayerPosEnum];