Jump to content

Search the Community

Showing results for tags 'animation'.

  • Search By Tags

    • animation ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


  1. 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 st...
  2. Hello, for anyone able to make custom anim, or edit existing animation in SA. I'm willing to spend $10 or more for a simple ladder climbing animation for GTA SA. The animation required should be a single "loop" of climbing up some ladders. It may be required to start the anim from a defau...
  3. Is there a way to make ped shoot with animation like in singleplayer? (holding pisol in two hands)
  4. So the problem is that there is a function called "animate" https://wiki.multitheftauto.com/wiki/Animate and with this function we can animate the GUI etc ... but there is one problem, because I would like to stop this function at some point and stop animating at some point, there is a way...
  5. I started scripting with GUI / dxDraw and would like to do some panning or alpha animation. And the question is how this animate works, I know it is shown on the MTA wiki, but I don't quite understand how, If someone would explain it to me, I would be grateful. By the way, I am sending the function...
  6. Hello there. I'm looking for way to make markers of type 'arrow' to move up and down like enex markers in singleplayer, how can I do it?
  7. setPedAnimation(getLocalPlayer(), "shop", "shp_gun_aim") I would like my character to move with this animation, which means that when I aim a normal weapon, e.g. M4, I can move, but I can't move with this animation. Please help!
  8. I am creating a new weapon, and is in the aiming phase, but I would like to set the aiming position for the player, that createWeapon ("m4", 0, 0, 0) would aim where the player is aiming, and that the animation set by me [setPedAnimation (getLocalPlayer (), "shop", "shp_gun_aim", -1, true, true, fal...
  9. السلام عليكم ورحمة الله وبركاتة كنت اتمني ان اقوم بعمل مود بسيط واود مساعدتكم في تصميمة انا اود ان افعل سكربت صغير عبارة عن عند كتابت امر up علي سبيل المثال يقوم بحمل الاعب الذي يقوم بكتابت اسمة والاعب المحمول يقوم بعمل انيماشن معين هل بامكانكم مساعدتي؟
  10. Olá pessoal, eu gostaria de saber se tem como eu estar colocando uma animação personalizada, junto ao menu de animação do mod de celular, tipo danças novas que não sejam as padrões do jogo...estou confuso quando tento adicionar algo nessa lista que seja um arquivo animado.ifp de outro script não con...
  11. Sou novo na area de scripts de MTA e tenho uma duvida sobre as animações, tem como fazer com que o player pare na mesma posição em que acabou a animação? EX: usei o painel de animação pelo freeroam e selecionei uma animação no qual o player se joga no chão, tem algum jeito de fazer com que ao final...
  12. This function is for creating idle animations, on player's afk/idle. Aaand, u need to probably put this one in "onResourceStart" event, remember, to make it work. Here it comes: setTimer( function() for _, player in ipairs(getElementsByType("player")) do if(getPlayerIdleTime(player) > 1000...
  13. Help Me Please !! i'm making a script in some part of it, the character makes an animation but i don't know how i make the character stop the animation.
  14. I was scripting a radio system but there's no way to let me move the text, the animation of the rectangle is done but it doesn't make any effect with the text. Also I was trying to show all this for a period of 5 seconds, but when I added the timer, the rectangle and the text only appear but not dis...
  15. Hi. Im trying to use new API which allows you to replace default animations with custom one. I'm trying to create set of lay-down-shoting/moving animations to replace default: WEAPON_crouch, GunCrouchFwd, GunCrouchBwd, Crouch_Roll_L, Crouch_Roll_R Animation were created via 3dsmax/KAM's sc...
  16. Someone know the animation hands on back? Handcuff Script!
  17. Good morning/afternoon/evening, I have stumbled across a quite annoying problem with animations and, sadly, reviewing many animation-related topics did not lead me to solving the problem. Goal is simple: force a "talking" animation upon player when he says something in the chat and make hi...
  18. I want create this effect: Effect with a dx image. But i don't know, how to make this possible.. Anyone can help?
  19. السلام عليكم شباب ابي مساعدة في عمل حركة للاعب لمدة بضع ثواني وبعد انتهاء الثواني يقوم بالغاء الحركة واسترجاع الحركة العادية الي هيا المشي
  20. Hello Community, sorry if you do not understand what I mean, my English is not so good So I want to create a Prostitutes Script or just a brothel, I have a project done with some blowjob animations but it's not enough, I've seen some script use sex animations, I even have them, the problem is t...
  21. Hello, can someone give me some hints how to set a carrying animation on a player and he will be able to walk/run? Thanks in advance
  22. local start = getTickCount() local one, one1 = -300, 604 local two, two1 = 0, 604 local screenW, screenH = guiGetScreenSize() local text = "" local pic = "j" function draw() local x,y = interpolateBetween(one, one1, 0, two, two1, 0, (now - start) / ((start + 1500) - start), "Linear") loc...
  23. Hi, can you help me? I want this animation to start and stop at 5 seconds and at 10 seconds to return the animation function animacion(source) setPedAnimation( source, "ped", "gas_cwr") setTimer(pararanim,5000,1) end addCommandHandler ("toxic", animacion) function pararanim...
  24. --Creating the ped drugDealer = createPed( 121, 2486, -1650.9, 13.5, 90.762) function startWalking() setPedAnimation( drugDealer, "ped", "WALK_gang1", 10000, true, true, false) setPedAnimation( drugDealer, "ped", "WALK_gang2", 10000, true, true, false) end Help. When I run this script...
  25. شباب ببحث عن حركه رفع الايد ظى مثلا لما شطى يقبض عليك ترفع ايدك ببحث عنه مش لاقى ياريت الى عارف الحركه يكتبو
×
×
  • Create New...