Re: Re: Untitled

From Gracious Bat, 11 Years ago, written in Plain Text, viewed 970 times. This paste will give up the ghost in 1 Second. This paste is a reply to Re: Untitled from Reliable Parakeet - go back
URL https://paste.godclan.hu/view/lEZ4-PNm/diff Embed
Viewing differences between Re: Untitled and Re: Re: Untitled

function makePed()
   ped1 = createPed ( 140, 4927.2998046875,-1973.4000244141, 2 )
   ped2 = createPed ( 140, 4913.7998046875,-1912.0999755859, 1.7999999523163 )
   
   if source == ped1 then
        local ped1 =  getElementPosition(ped1)
        setElementVelocity ( ped1, 4909.7998046875,-1965.5,1.7999999523163)
        setPedWalkingStyle ( ped1,MOVE_SEXYWOMAN)
   end
   if source == ped2 then
    local ped2 =  getElementPosition(ped2)
            setElementVelocity ( ped2, 4909.8999023438,-1945.8000488281,1.7999999523163)
                    setPedWalkingStyle ( ped2,MOVE_SEXYWOMAN)
    end
end
end
addEventHandler( "onClientResourceStart", getResourceRootElement(getThisResource()), makePed )

Replies to Re: Re: Untitled rss

Title Name Language When
Re: Re: Re: Untitled Botched Kangaroo text 11 Years ago.

Reply to "Re: Re: Untitled"

Here you can reply to the paste above