Facebook
From Commodious Wolf, 8 Years ago, written in Lua.
Embed
Download Paste or View Raw
Hits: 336
  1. local trtr = {
  2. --Ped: {id,x,y,z,rot,name="tochybaped"}
  3. {1,1647.40149,-1153.82336,24.07813,0.0,name="tochybaped"} --przyklad
  4. }
  5. for k,v ipairs(trtr) do
  6. if v.name == "tochybaped" then
  7. 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
  8. end

Replies to Untitled rss

Title Name Language When
Re: Untitled Soft Mockingjay lua 8 Years ago.
captcha