Jump to content

Que falla ?


RekZ

Recommended Posts

Posted

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) 

Posted

Deberias mirar en la wiki antes de usar una funcion.

Wiki quote:

Function has been disabled.

Reason/Note: Function disabled because it was unstable - Bugtracker Issue: #4571

Posted

Las mire cuando lo coji por que lo saque de hay :/ y las e mirado otra ves pero no se a que quieres referirte con eso

  • Recently Browsing   0 members

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