Tag Mismatch and Array size don't Match
#2

pawn Код:
CreateDynamicObject(1239,31,1226.8239,-773.0059,1084.0048,0.00000000,0.00000000,31.00000000);
//to
CreateDynamicObject(1239,31.0,1226.8239,-773.0059,1084.0048,0.00000000,0.00000000,31.00000000);
Why?
31 - tagless variable, "integer".
31.0 - Float (a strong tag) variable.

Find a line starting with "new tmp" near other errors and show it to me.
Reply


Messages In This Thread
Tag Mismatch and Array size don't Match - by Jankingston - 22.05.2014, 07:51
Re: Tag Mismatch and Array size don't Match - by Misiur - 22.05.2014, 08:38
Re: Tag Mismatch and Array size don't Match - by Jankingston - 22.05.2014, 09:41
Re: Tag Mismatch and Array size don't Match - by Konstantinos - 22.05.2014, 09:53

Forum Jump:


Users browsing this thread: 1 Guest(s)