warning 213 : tag mismatch problem
#1

Hi.

I've created an array and put vars into (usual until there).
But when I compile, I get "warning 213 tag mismatch" as much times as there are vars in my array.

Array's code :

PHP код:
new Float:amountd[] = 
{
 
"5.0""7.0""10.0""8.0""12.0""8.0""8.5""6.0""15.0""15.0""6.0""6.0""6.0""6.0""6.0""7.0""70.0""15.0""40.0""0.0""0.0""0.0""20.0""17.0""47.0",
 
"30.0""27.0""30.0""20.0""23.0""25.0""27.5""20.0""75.0""100.0""150.0""150.0""35.0""40.0""150.0""0.0""15.0""17.0"   
}; 
Thanks in advance for the one who'll help me.
Reply
#2

Don't use quotation marks like they are strings because all you want is some floating point numbers.
Reply
#3

Magad, noob error.

Thanks mate, quick and effective answer.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)