Tag Mismatch
#8

Quote:
Originally Posted by MP2
Посмотреть сообщение
Show the enum which contains 'Tutorial' (RoleplayStats). You should also learn naming conventions - a good naming structure (commonly used) for enums is E_SOMETHING or STRUCT_SOMETHING.
pawn Код:
enum RoleplayStats
{
    Tutorial,
    TutTimer,
}
Quote:

( : error 017: undefined symbol "RoleplayStats"

line 8
pawn Код:
new pRole[MAX_PLAYERS][RoleplayStats];
Reply


Messages In This Thread
Tag Mismatch - by RandomDude - 23.04.2013, 15:33
Re: Tag Mismatch - by Sithis - 23.04.2013, 15:42
Re: Tag Mismatch - by Avi Raj - 23.04.2013, 15:44
Re: Tag Mismatch - by RandomDude - 23.04.2013, 15:48
Re: Tag Mismatch - by Avi Raj - 23.04.2013, 15:57
Re: Tag Mismatch - by RandomDude - 23.04.2013, 16:03
Re: Tag Mismatch - by MP2 - 23.04.2013, 16:04
Re: Tag Mismatch - by RandomDude - 23.04.2013, 16:11
Re: Tag Mismatch - by Yashas - 23.04.2013, 16:25
Re: Tag Mismatch - by RandomDude - 23.04.2013, 16:26

Forum Jump:


Users browsing this thread: 1 Guest(s)