03.10.2015, 15:05
I doubt you will see any serious improvement. That "trick" assigns a variable to another variable whereas you're assigning a constant to a variable. That's a huge difference. As for the enum thing:
Very simple.
PHP код:
static const EMPTY_VARS[myenum];
Player[playerid] = EMPTY_VARS;