14.04.2019, 11:23
Hey!
So I have an enum made for WeaponData..
The problem is that if I add "[MAX_PLAYERS]" in variable
it crashes compiler.. but if I do it without it works.
Any idea what I'm doing wrong?
"WeaponData" is enum name.
"MAX_WEAPONS" is custom #define
So I have an enum made for WeaponData..
The problem is that if I add "[MAX_PLAYERS]" in variable
PHP Code:
new WeaponInfo[MAX_PLAYERS][MAX_WEAPONS][WeaponData];
Any idea what I'm doing wrong?
"WeaponData" is enum name.
"MAX_WEAPONS" is custom #define