Warning 213 tag mismatch
#7

This is probably got something to do with your enum data, and not having the float tags.

Example: Your enum probably looks something like this:
pawn Код:
enum HouseData
{
bExitX,
bExitY,
bExitZ,
bEntranceX,
bEntranceY,
bEntranceZ,
bEntranceA
};
Whereas it should look like this:
pawn Код:
enum HouseData
{
Float: bExitX,
Float: bExitY,
Float: bExitZ,
Float: bEntranceX,
Float: bEntranceY,
Float: bEntranceZ,
Float: bEntranceA
};
Reply


Messages In This Thread
Warning 213 tag mismatch - by ikbenremco - 30.12.2012, 09:16
Re: Warning 213 tag mismatch - by Faisal_khan - 30.12.2012, 09:34
Re: Warning 213 tag mismatch - by ikbenremco - 30.12.2012, 09:39
Re: Warning 213 tag mismatch - by Konstantinos - 30.12.2012, 09:46
Re: Warning 213 tag mismatch - by ikbenremco - 30.12.2012, 09:55
Re: Warning 213 tag mismatch - by Konstantinos - 30.12.2012, 10:00
Re: Warning 213 tag mismatch - by Threshold - 30.12.2012, 10:01
Re: Warning 213 tag mismatch - by ikbenremco - 30.12.2012, 10:06
Re: Warning 213 tag mismatch - by Konstantinos - 30.12.2012, 10:06
Re: Warning 213 tag mismatch - by Threshold - 30.12.2012, 10:15

Forum Jump:


Users browsing this thread: 1 Guest(s)