Olhem este meta e este lua:
META:
<meta>
<info author="^Marry" version="1.0" type="script" />
<script src="animation.lua" type="client" />
<file src="bikev.ifp" />
</meta>
LUA:
function setanimation()
if engineLoadIFP("bikev.ifp") then
setPedAnimation(getLocalPlayer(), "ANIMATIONBLOCK", "animation1")
end
end
addCommandHandler("animation", setanimation)
Este bikev.ifp é um ifp para um skate flutuante, o problema é que o MTA lê normal, porém, ele não ativa, mesmo que carrega o script, algo de errado? (retirei dos tutoriais do mta na wiki)