15.08.2009, 16:09
http://pastebin.com/m16a9bf01
I get warnings of tag mismatch and edundant code: constant expression is zero
what is wrong ?Please help
I get warnings of tag mismatch and edundant code: constant expression is zero
Код:
enum PlayerInfo { Registered, Password, Loggined, Level, Banned, Muted }; new PlayerData[MAX_PLAYERS][PlayerInfo];