Jump to content

Que falla ?


RekZ

Recommended Posts

tengo este scrips para las animaciones pero no funciona :/ lo e mirado y mirado y no veo error alguno

local localPlayer = getLocalPlayer() 
local ifp = nil 
  
function setanimation() 
  ifp = engineLoadIFP("animation.ifp") 
  if ifp then 
    setPedAnimation(localPlayer, "ANIMATIONBLOCK", "animation1") 
  end 
end 
  
addCommandHandler("animation", setanimation) 
  
function stopanimation() 
  if ifp then 
    engineUnloadIFP(ifp) 
    setPedAnimation(localPlayer) 
  end 
end 
  
addCommandHandler("stopanimation", stopanimation) 

Link to comment
  • Recently Browsing   0 members

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