Search the Community
Showing results for tags 'ifp'.
-
Hello, i'm working on editing IFP animations from GTA San Andreas, using Blender and the GTAToolsForBlender Addon, but I have a enoying problem. When I try to export my IFP file, an error message appears to me: https://imgur.com/gallery/1zINVGK It's an error from the addon or there is a step that I'm not seeing?
-
Hi please help me how to make Animated Objects ----------- IDE File : objs 18984, Tube100m5, MatTextures, 299, 0 18985, Tube100m6, MatTextures, 299, 0 end anim 19901, AnimTube, MatTextures, AnimTube, 299, 0 end ---------- how to make this anim for the all objects have MatTextures and how to make it for one object with id and Thank You
-
Please help me how to add anim for objects local function loadobj(resource) col178 = engineLoadCOL('Tube50mGlass1.col') txd178 = engineLoadTXD('MatTextures.txd') dff178 = engineLoadDFF('Tube50mGlass1.dff', 0) engineReplaceCOL(col178, 1833) engineImportTXD(txd178, 1833) engineReplaceModel(dff178, 1833) col901 = engineLoadCOL('AnimTube.col') txd901 = engineLoadTXD('MatTextures.txd') dff901 = engineLoadDFF('AnimTube.dff', 0) engineReplaceCOL(col901, 1858) engineImportTXD(txd901, 1858) engineReplaceModel(dff901, 1858) engineSetModelLODDistance(1833, 299) engineSetMod
-
Hello! I've been working with MTA team on implementing the ability to play custom IFP animations in MTA since a couple of months. Today, I want to notify you all that it's done after a lot work, this means you can create your own IFP animations in 3ds Max using Kam's script, play them in MTA:SA (not released yet) using Lua scripting functions. I've created my pull request on github which you can find here. Everything's pretty much done, but there's one problem, the pull request cannot be merged into the master branch because there's a lot of code to go through, this will make fixing
- 11 replies
-
- 5
-
-
-
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 n