[HELP] enum
#1

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")
Reply


Messages In This Thread
[HELP] enum - by M0HAMMAD - 20.06.2015, 20:15
Re: [HELP] enum - by M0HAMMAD - 20.06.2015, 20:54
Re: [HELP] enum - by UltraScripter - 20.06.2015, 20:58
Re: [HELP] enum - by Dusan01 - 20.06.2015, 20:58
Re: [HELP] enum - by M0HAMMAD - 21.06.2015, 08:24
Re: [HELP] enum - by M0HAMMAD - 21.06.2015, 08:34
Re: [HELP] enum - by Dusan01 - 21.06.2015, 08:35
AW: [HELP] enum - by Mencent - 21.06.2015, 10:04
Re: [HELP] enum - by M0HAMMAD - 21.06.2015, 10:42
Re: AW: [HELP] enum - by M0HAMMAD - 21.06.2015, 10:46

Forum Jump:


Users browsing this thread: 1 Guest(s)