Quote:
Originally Posted by Aerotactics
Yes, that is the fix. You must have a semicolon at the end of an enum.
|
Quote:
Originally Posted by Mionee
pawn Code:
enum hVars { Float: hX, Float: hY, Float: hZ, hPrice, hOwner[128], hName[128] };
Not sure but ^ might fix it
|
Same error is occuring, I don't have a semi-colon at the end of any other of my enums and it has always worked fine.