Jump to content

Yunix

Members
  • Posts

    35
  • Joined

  • Last visited

Everything posted by Yunix

  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
  13. Yunix

    Timer Question

    Could somebody explain me how to make unique timers? Like, i want to create a timer but only for that person that goes trough the function, so if multiple people go trough that function and also are going to get that timer i can kill the timers separately. So when the timer is assigned to a variable i don't want to kill all the timers but only the one that i need to kill.
  14. Yunix

    Lower Windows

    if you don't try, you will never know.... Already tried the function you provided me with.
  15. Yunix

    Lower Windows

    Bump, is this possible though?
  16. Yunix

    Lower Windows

    Doesn't return the door windows only the windscreen
  17. Yunix

    Lower Windows

    If you do an driveby the window get's lowered by the engine it self, but is it possible to implement a function for this, or is there a other way to lower the window?
  18. Ah, i see how it's working now, thanks.
  19. for i=1, 4 do guiGridListRemoveColumn ( GUIEditor.gridlist[1], i ) end Edit: Lua tags aren't working for me atm
  20. After deleting all the columns with the function: guiGridListRemoveColumn there are 2 columns left, is this a bug?
  21. Oh well, i already fixed it lol, and it's much simpler then that.
×
×
  • Create New...