07.12.2010, 14:43
CreateObject expects floats for some arguments, but if you only place 0 there, it will be recognized as integer then.
Use 0.0, to mark it as a float
CreateObject(18646, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 100.0);
Use 0.0, to mark it as a float
CreateObject(18646, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 100.0);