Jump to content

Anony#

Members
  • Posts

    110
  • Joined

  • Last visited

Everything posted by Anony#

  1. Anony#

    Hunter arena

    you can use this resource to do this https://community.multitheftauto.com/index.php?p=resources&s=details&id=3667
  2. sorry did not understand, you mean that he can not for a gif in a gui?
  3. he does not want to play just one sound, he wants a script for a map. ^^
  4. the freeroam is just a script used by game play mode, becoming a game mode.
  5. function startMusic() setRadioChannel(0) song = playSound("song.mp3",true) end function makeRadioStayOff() setRadioChannel(0) cancelEvent() end function toggleSong() if not songOff then setSoundVolume(song,0) songOff = true removeEventHandler("onClientPlayerRadioSwitch",getRootElement(),makeRadioStayOff) else setSoundVolume(song,1) songOff = false setRadioChannel(0) addEventHandler("onClientPlayerRadioSwitch",getRootElement(),makeRadioStayOff) end end addEventHandler("onClientResourceStart",getResourceRootElement(getThisResource()),startMusic) addEventHandler("onClientPlayerRadioSwitch",getRootElement(),makeRadioStayOff) addEventHandler("onClientPlayerVehicleEnter",getRootElement(),makeRadioStayOff) addCommandHandler("music",toggleSong) bindKey("m","down","music") observation was not made ​​by me.
  6. wrong place D: (Dupl)
  7. Anony#

    is this true?

    "FileDelete" leave before you download scripts are not deleted even
  8. Anony#

    is this true?

    it may be true because my mta, when scripts are downloaded also comes with serverside this may be a bug mta?
  9. onPlayerJoin ??
  10. Anony#

    help

  11. this is interesting
  12. Anony#

    ftapanel

    a guy was asking me to do a panel +/- so for him, I need not do more, good job ^^
  13. this code is very messy this will not work fix linha "78"
  14. has an "end" more in line "78"
  15. Anony#

    Help

    interesting
  16. yes it has some cool animations that you can put
  17. yes, you can ask for help forum Portuguese I speak Portuguese too ^ ^
  18. I do not understand what do you say
  19. Anony#

    Help

    what do you mean by "not effective?"
  20. does not have this "script" I do not know if there's a anim to do this
  21. search bar is widely used
  22. Anony#

    Help

    you can use it function Spins() if spam then outputChatBox('Wait 20 the 2nd',root,255,0,0,true) return end outputChatBox('Your spin ..',root,255,255,255,true) spam = true setTimer(function() Spins = {} spam = false end ,20000,1) end addCommandHandler("spin", Spins)
×
×
  • Create New...