Jump to content

Yunix

Members
  • Posts

    35
  • Joined

  • Last visited

Details

  • Gang
    Random

Yunix's Achievements

Rat

Rat (9/54)

0

Reputation

  1. Nevermind, found it
  2. I might have seen this on mantis or somewhere else, but is it possible to play a GTA:SA radio station for the player, or in 3D?
  3. Yunix

    Model question

    Nvm, failed Localization
  4. Yunix

    Model question

    Hi, I've made a custom model with the texture and collision and exported it in 3DS Max with the scripts and made the texture in Photoshop but when i want to import it it says that it failed to load. Error loading DFF: @ engineLoadDFF Load error @ EngineLoadTXD Error loading COL: @ engineLoadCOL Any ideas why it's not working?
  5. 50> works and you can stop it 50< works you can walk while doing the animation but you can't stop it
  6. No not exactly, i already made it so when you chat you get the animation but i want to allow the player walk while doing the animation.
  7. Well sure the limit is 50, but is there a other way to achieve what i wanted? To make walking + having the talk animation at the same time possible? The only way i know now is putting the time below 50.
  8. Works if the time parameter is above 50 but that's the problem, i want it between 1 and 50 because then you're able to walk and have the animation at the same time. If the time parameter is above 50/100 you can't do that.
  9. setPedAnimation( source, "GANGS", "prtial_gngtlkB", 1, false, true, true, true, false ) setTimer(function() setPedAnimation(source, false) end, 1000, 1)
  10. Don't you think i also tried false? It won't stop the animation.
  11. I created a talk animation on chat but after i put the value "1" in the time parameter i can walk with the animation but it can't be stopped. It just ignores setPedAnimation(source) or something. Also the hands are not moving when the animation finishes. Is there a fix for this?
  12. Yunix

    Timer Question

    Got a new question, is it possible to store multiple functions inside the table assigned to the player? Like vehicles, timers, colsphere's etc
×
×
  • Create New...