RekZ Posted February 1, 2012 Posted February 1, 2012 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)
Castillo Posted February 1, 2012 Posted February 1, 2012 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
RekZ Posted February 1, 2012 Author Posted February 1, 2012 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
Castillo Posted February 1, 2012 Posted February 1, 2012 La funcion engineLoadIFP esta desactivada, no se puede usar.
RekZ Posted February 1, 2012 Author Posted February 1, 2012 Ahaa por eso el cuadro de la parte de arriba ok gracias lei eso pero pense que era antiguo
Recommended Posts