Hello,
I was wondering what would be the structure of this variable(array) I am kind of new to pawn so every tip helps

!
PHP Code:
enum _:ZOMBIE_CLASSES_SOUNDS {
Array:z_b_pain, Array:z_b_death,
Array:z_b_h_stab, Array:z_b_h_slash,
Array:z_b_m_wall, Array:z_b_m_slash
}
new Array:sounds[ ZOMBIE_CLASSES_SOUNDS ];