20.09.2010, 15:46
I think the variable 'car' should not be a float. So firstly:
Should be:
Then objx, objy, objz and orx need to be floats. So you need to change this:
into:
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).
pawn Код:
new Float:car;
pawn Код:
new car;
pawn Код:
new Object1[10][oinfo];
pawn Код:
new Float:Object1[10][oinfo];