07.11.2009, 11:19
warning 201: redefinition of constant/macro (symbol "fInfo")
Anybody knows what this is or how to fix it??
Anybody knows what this is or how to fix it??
The symbol was previously defined to a different value, or the text substitution macro that starts with the prefix name was redefined with a different substitution text. |
Originally Posted by MadeMan
Show the error line in your script.
|
enum fInfo
{
fName,
fRankName1,
fRankName2,
fRankName3,
fRankName4,
fRankName5,
fRankName6
};
new FactionInfo[35][fInfo];
Originally Posted by MenaceX^
Quote:
2. I never met an "Unknown Warning". |
enum fInfo
Originally Posted by E1edge
That mean's you have somewhere else
Код:
enum fInfo |