Facebook
From Soft Mockingjay, 8 Years ago, written in Lua.
This paste is a reply to Untitled from Commodious Wolf - go back
Embed
Viewing differences between Untitled and Re: Untitled
local trtr = {
--Ped: {id,x,y,z,rot,name="tochybaped"}
{id,x,y,z,rot,dim,int,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
v[7])
setElementDimension( tochybaped, v[5] )
setElementInterior( tochybaped. v[6])
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