20.06.2015, 20:15
pawn Код:
enum pInfo
{
One[512],
Two[512],
Three[512],
Four[512],
Five,
Six
}
new PlayerInfo[MAX_CLAN][pInfo];
Код:
.pwn(478) : error 001: expected token: "-identifier-", but found "-integer value-" .pwn(8072) : error 017: undefined symbol "Five" .pwn(8073) : error 017: undefined symbol "Six" .pwn(8076) : error 017: undefined symbol "Three" .pwn(8077) : error 033: array must be indexed (variable "Four") .pwn(11887) : error 017: undefined symbol "Six" .pwn(11944) : error 017: undefined symbol "Six" .pwn(11945) : error 017: undefined symbol "Six" .pwn(11960) : error 017: undefined symbol "Six" .pwn(11961) : error 017: undefined symbol "Six" .pwn(20947) : error 017: undefined symbol "Three" .pwn(20968) : error 017: undefined symbol "Three" .pwn(20988) : error 017: undefined symbol "Three" .pwn(21008) : error 017: undefined symbol "Three" .pwn(21030) : error 017: undefined symbol "Three" .pwn(21051) : warning 213: tag mismatch .pwn(21051) : error 032: array index out of bounds (variable "PlayerInfo") .pwn(21105) : error 033: array must be indexed (variable "Four") .pwn(21119) : error 033: array must be indexed (variable "Four") .pwn(21133) : error 033: array must be indexed (variable "Four") .pwn(21147) : error 033: array must be indexed (variable "Four") .pwn(21161) : error 033: array must be indexed (variable "Four") .pwn(21175) : error 033: array must be indexed (variable "Four") .pwn(21189) : error 033: array must be indexed (variable "Four") .pwn(21203) : error 033: array must be indexed (variable "Four") .pwn(21217) : error 033: array must be indexed (variable "Four")