Re: Untitled

From Reliable Parakeet, 11 Years ago, written in Plain Text, viewed 952 times. This paste will go to its last resting place in 1 Second. This paste is a reply to Untitled from Commodious Hamerkop - view diff
URL https://paste.godclan.hu/view/guxHHA0D Embed
Download Paste or View Raw
  1.  
  2. function makePed()
  3.    ped1 = createPed ( 140, 4927.2998046875,-1973.4000244141, 2 )
  4.    ped2 = createPed ( 140, 4913.7998046875,-1912.0999755859, 1.7999999523163 )
  5.    
  6.    if source == ped1 then
  7.         local ped1 =  getElementPosition(ped1)
  8.         setElementVelocity ( ped1, 4909.7998046875,-1965.5,1.7999999523163)
  9.         setPedWalkingStyle ( ped1,MOVE_SEXYWOMAN)
  10.    end
  11.    if source == ped2 then
  12.     local ped2 =  getElementPosition(ped2)
  13.             setElementVelocity ( ped2, 4909.8999023438,-1945.8000488281,1.7999999523163)
  14.                     setPedWalkingStyle ( ped2,MOVE_SEXYWOMAN)
  15.     end
  16. end
  17. end
  18. addEventHandler( "onClientResourceStart", getResourceRootElement(getThisResource()), makePed )

Replies to Re: Untitled rss

Title Name Language When
Re: Re: Untitled Gracious Bat text 11 Years ago.

Reply to "Re: Untitled"

Here you can reply to the paste above