Quote:
Originally Posted by HamletEagle
The same way you write any data in an array sized by an enum(you don't initialize directly inside the enum) .
|
So, basically:
PHP Code:
zHit = ArrayCreate(n);
? That's completely 'legal' to do in plugin_init for instance despite it being an enum member?
EDIT: Wait, I'm supposed to use ArrayGet for zombie_classes to get zHit and initialize it that way? I'm getting the hang of Dyn Arrays...