local trtr = { --Ped: {id,x,y,z,rot,name="tochybaped"} {1,1647.40149,-1153.82336,24.07813,0.0,name="tochybaped"} --przyklad } for k,v ipairs(trtr) do if v.name == "tochybaped" then tochybaped = createPed( v[1], v[2]. v[3], v[4], 0, 0, v[5]) -- to 0, 0 to dimension i interior, ale chyba zle :V end