24.01.2016, 10:44
When i write this enumator
I got warning warning 219 local variable "VAR" shadows a variable at a preceding level in all code contain local variable "VAR"
VAR is x y and z, what's wrong whth my code?
PHP код:
enum e_@splists {
spectator,
spectated,
Float:x,
Float:y,
Float:z,
Float:a,
skin,
interior,
virtualworld
};
VAR is x y and z, what's wrong whth my code?