local trtr = { --Ped: {id,x,y,z,rot,dim,int,name="tochybaped"} {1,1647.40149,-1153.82336,24.07813,0.0,0,0,name="tochybaped"} --przyklad } for k,v ipairs(trtr) do tochybaped = createPed( v[1], v[2]. v[3], v[4], 0, 0, v[7]) setElementDimension( tochybaped, v[5] ) setElementInterior( tochybaped. v[6]) end