warning 201: redefinition of constant/macro (symbol "zInfo")
#1

pawn Код:
enum mInfo
{
  Float:zID,
  Text3D:zInfo, // warning
  Float:zx,
  Float:zy,
  Float:zz
}
Reply
#2

zInfo is already defined in your script and you're trying to redefine it.
Reply
#3

thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)