_pos = [5376.17, 4830.06, 0];
_object = createVehicle ["SignAd_Sponsor_F", _pos, [], 0, "CAN_COLLIDE"];
_object setDir 115.697;
_object setPosATL _pos;
_object setObjectTextureGlobal [0, "zedtrading.jpg"];
_object allowDamage false;
Using that format could you explain what each line represents to this line
["SignAd_Sponsor_F",[14633,16811.2,18.035],[[0.711744,0.702439,0],[0,0,1]],[true,false]]
Because this is the output of M3Editor Eden edition.
Thanks....