Jump to content

setpedanimation


-misterX-

Recommended Posts

why doesn't the girls dance?

bitch1 = createPed ( 87, -2673.6081542969, 1409.8433837891, 907.5703125 ) 
bitch2 = createPed ( 246, -2678.0212402344, 1414.5256347656, 907.57397460938 ) 
bitch3 = createPed ( 152, -2678.685546875, 1403.5928955078, 907.5703125 ) 
bitch4 = createPed ( 257, -2677.8137207031, 1406.5043945313, 907.5703125 ) 
--setPedAnimation ( bitch1, "STRIP", "STR_A2B" ) 
--setPedAnimation ( bitch2, "STRIP", "STR_B2C" ) 
--setPedAnimation ( bitch3, "STRIP", "STR_C2" ) 
--setPedAnimation ( bitch4, "STRIP", "STR_A2B" ) 
setElementInterior ( bitch1, 3, -2673.6081542969, 1409.8433837891, 907.5703125 ) 
setElementInterior ( bitch2, 3, -2678.0212402344, 1414.5256347656, 907.57397460938 ) 
setElementInterior ( bitch3, 3, -2678.685546875, 1403.5928955078, 907.5703125 ) 
setElementInterior ( bitch4, 3, -2677.8137207031, 1406.5043945313, 907.5703125 ) 
setElementDimension ( bitch1, 15 ) 
setElementDimension ( bitch2, 15 ) 
setElementDimension ( bitch3, 15 ) 
setElementDimension ( bitch4, 15 ) 
  
addEventHandler("onClientPreRender",root, 
  function () 
setPedAnimation ( bitch1, "STRIP", "STR_A2B" ) 
setPedAnimation ( bitch2, "STRIP", "STR_B2C" ) 
setPedAnimation ( bitch3, "STRIP", "STR_C2" ) 
setPedAnimation ( bitch4, "STRIP", "STR_A2B" ) 
  end ) 

Link to comment
bitch1 = createPed ( 87, -2673.6081542969, 1409.8433837891, 907.5703125 ) 
bitch2 = createPed ( 246, -2678.0212402344, 1414.5256347656, 907.57397460938 ) 
bitch3 = createPed ( 152, -2678.685546875, 1403.5928955078, 907.5703125 ) 
bitch4 = createPed ( 257, -2677.8137207031, 1406.5043945313, 907.5703125 ) 
setElementInterior ( bitch1, 3, -2673.6081542969, 1409.8433837891, 907.5703125 ) 
setElementInterior ( bitch2, 3, -2678.0212402344, 1414.5256347656, 907.57397460938 ) 
setElementInterior ( bitch3, 3, -2678.685546875, 1403.5928955078, 907.5703125 ) 
setElementInterior ( bitch4, 3, -2677.8137207031, 1406.5043945313, 907.5703125 ) 
setElementDimension ( bitch1, 15 ) 
setElementDimension ( bitch2, 15 ) 
setElementDimension ( bitch3, 15 ) 
setElementDimension ( bitch4, 15 ) 
  
addEventHandler("onClientResourceStart",resourceRoot, 
  function () 
setPedAnimation ( bitch1, "STRIP", "STR_A2B" ) 
setPedAnimation ( bitch2, "STRIP", "STR_B2C" ) 
setPedAnimation ( bitch3, "STRIP", "STR_C2" ) 
setPedAnimation ( bitch4, "STRIP", "STR_A2B" ) 
  end ) 

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...