ID = numer -- id obiektu, kt?ry ma by? przyklejony do auta addCommandHandler("auto", function(plr,cmd) x,y,z = getElementPosition(plr) pojazd = createVehicle(578,x+2,y+2,z+2,0,0,0) obiekt = createObject(ID,0,0,0) attachElements(obiekt,pojazd,0,-2,0) end )