[B]Warning 213: tag mismatch!!!!! HELP[/B]
#4

I think the variable 'car' should not be a float. So firstly:

pawn Код:
new Float:car;
Should be:
pawn Код:
new car;
Then objx, objy, objz and orx need to be floats. So you need to change this:
pawn Код:
new Object1[10][oinfo];
into:
pawn Код:
new Float:Object1[10][oinfo];
I don't know if it's still possible to make 'car' an integer then, but just try it. If not, make 'car' a Float again and then it should work (i hope).
Reply


Messages In This Thread
Warning 213: tag mismatch!!!!! HELP - by prez_jake - 19.09.2010, 16:12
Re: [B]Warning 213: tag mismatch!!!!! HELP[/B] - by prez_jake - 19.09.2010, 17:13
Re: [B]Warning 213: tag mismatch!!!!! HELP[/B] - by DRIFT_HUNTER - 19.09.2010, 20:59
Re: [B]Warning 213: tag mismatch!!!!! HELP[/B] - by DeathOnaStick - 20.09.2010, 15:46

Forum Jump:


Users browsing this thread: 1 Guest(s)