06.05.2014, 18:27
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 :
Thanks in advance for the one who'll help me.
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"
};