Enumator and warning 219 - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Enumator and warning 219 (
/showthread.php?tid=599313)
Enumator and warning 219 -
graef - 24.01.2016
When i write this enumator
PHP код:
enum e_@splists {
spectator,
spectated,
Float:x,
Float:y,
Float:z,
Float:a,
skin,
interior,
virtualworld
};
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?
Re: Enumator and warning 219 -
SystemX - 24.01.2016
Try removing '@' from the enum's name