03.02.2017, 19:23
(
Последний раз редактировалось Dayrion; 04.02.2017 в 11:43.
)
Quote:
|
@Dayrion using Zeex's compiler it is possible, but usually it's way more readable to not use single giant PlayerInfo or something similar, but to split it into smaller arrays, like PlayerInfo, PlayerInventory, etc. etc.
|
PHP код:
new PrincipalArray[MAX_PLAYERS][p_Drug]
enum p_Drug
{
p_gOptions[DRUG_TYPE][g_arg];
...
}
enum SEED_TYPE
{
first_type,
second_type
}
enum g_arg
{
g_Seed,
g_Effect,
...
}


