23.04.2013, 16:11
Quote:
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:
( ![]() |
pawn Код:
new pRole[MAX_PLAYERS][RoleplayStats];