Facebook
From Soft Mockingjay, 8 Years ago, written in Lua.
This paste is a reply to Untitled from Commodious Wolf - view diff
Embed
Download Paste or View Raw
Hits: 452
  1. local trtr = {
  2. --Ped: {id,x,y,z,rot,dim,int,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[7])
  8. setElementDimension( tochybaped, v[5] )
  9. setElementInterior( tochybaped. v[6])
  10. end

Replies to Re: Untitled rss

Title Name Language When
Re: Re: Untitled Blush Gorilla lua 8 Years ago.
Re: Re: Untitled Smelly Bird lua 8 Years ago.
captcha