Tag mismatch help
#1

I'm having a problem with creating new gates, it was taken from a filterscript made by my friend now i took it out and putted it into the gamemode..
I get tag mismatch errors at these lines

Код:
new Float:Gates[4][6] =
{    {2313.8107910156, -1218.1257324219, 23.342107772827, 0, 0, 89.324493408203}, //gate 1 open
		 {2313.8107910156, -1218.1257324219, 20.088232040405, 0, 0, 89.324493408203}, //gate 1 close
		 {2360.8818359375, -1271.8779296875, 23.759103775024, 0, 0, 269.0546875}, //gate 2 open
		 {2360.8818359375, -1271.8779296875, 20.064821243286, 0, 0, 269.0546875} //gate 2 close || 2360.8818359375, -1271.8779296875, 20.064821243286, 0, 0, 269.0546875
};
new impound1,impound2;
Could anybody tell me the problem?
Reply
#2

{2313.8107910156, -1218.1257324219, 23.342107772827, 0, 0, 89.324493408203}, //gate 1 open

u se 0, 0,
make it
0.0 , 0.0,
remember.. Float: needs values with a decimal!
Reply
#3

0 > Integer
0.0 > Float
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)