Tag missmatch
#1

Hi.. I'm getting a tag missmatch warning for this line:
pawn Код:
return Distance[3];
Distance[3] is a Float variable shadowing a distance between 2 points (I guess I don't need to post the whole code)..
defined as: new Float : Distance[4];

It is something similar to this:
pawn Код:
stock GetDistance(...)
{
  ...
  return Distance[3];
}
(... = some other code)
Reply


Messages In This Thread
Tag missmatch - by Sascha - 12.11.2011, 21:13
Re: Tag missmatch - by MP2 - 12.11.2011, 21:14
Re: Tag missmatch - by Sascha - 12.11.2011, 21:15
Re: Tag missmatch - by Pharrel - 12.11.2011, 21:16
Re: Tag missmatch - by Sascha - 12.11.2011, 21:18
Re: Tag missmatch - by Pharrel - 12.11.2011, 21:24
Re: Tag missmatch - by Sascha - 12.11.2011, 21:24
Re: Tag missmatch - by MadeMan - 12.11.2011, 21:26
Re: Tag missmatch - by Sascha - 12.11.2011, 21:29
Re: Tag missmatch - by Pharrel - 12.11.2011, 21:32

Forum Jump:


Users browsing this thread: 1 Guest(s)