Jump to content

#RooTs

Members
  • Posts

    1,990
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by #RooTs

  1. It is useless to pay for such a thing.
  2. txd mod https://community.multitheftauto.com/in ... s&id=13089 https://community.multitheftauto.com/in ... s&id=13086 https://community.multitheftauto.com/in ... s&id=12533 https://community.multitheftauto.com/in ... s&id=12627 https://community.multitheftauto.com/in ... s&id=12384 https://community.multitheftauto.com/in ... s&id=12492 no decription https://community.multitheftauto.com/in ... s&id=11823 DONE
  3. Hello friends. how can I use this function to start and stop when I want? local sound = playSound3D("sounds/song.mp3", 373.14, -125.21, 1001, false) good. I imagine that I can use these functions local sound = playSound3D("sounds/song.mp3", 373.14, -125.21, 1001, false) function playMySound() playSound( sound ) end addCommandHandler ( "playsound", playMySound ) function stopMySound() stopSound( sound ) end addCommandHandler ( "stopsound", stopMySound ) is correct? what I have to do to. stop or start my sound in 3D?
  4. não é uma discussão; estou apenas expondo uma das regras da comunidade. - não dar apoio/suporte á códigos vazados se caso a pessoa não sabe programar, pedir apoio diretamente ao proprietário do código. caso contrário, não publicar códigos completos aqui sem a autorização do mesmo. dê uma pesquisada antes de vim pedir ajuda aqui, para evitar discussões fora do Tópico criado. passar bem
  5. esse code ai, não é seu... é do Dante. procure e fale com ele... não damos suporte para code vazado... aonde conseguiu esse code rapaz ??
  6. What is wrong?. It has been a while that I do not work with tables local Positions = { { x, z, y }, } addEventHandler ( "onResourceStart", getRootElement(), function() for _, v in ipairs ( Positions ) do ..... end end) function open (source) triggerClientEvent (source, "open", root) end addEventHandler ("onMarkerHit", praia, open)
  7. delete https://community.multitheftauto.com/in ... ls&id=5044 DONE
  8. no decription https://community.multitheftauto.com/in ... s&id=13019 https://community.multitheftauto.com/in ... s&id=13018 DONE
  9. no decription https://community.multitheftauto.com/in ... s&id=13001 DONE
  10. boys. does anyone know any solution for this? keep this discussion will not solve anything. I am a member of server and I want to solve this problem.. (the problem still continues ..)
  11. I left without transparency it.
  12. not work setObjectScale ( Bribe[player], 1.9 ) local value = getPlayerArmor(player)*100/255*140/100 setElementAlpha ( Bribe[player], value ) setElementCollisionsEnabled(Bribe[player],false)
  13. no work setObjectScale ( Bribe[player], 1.9 ) local value = ( ( Armor * 100 ) / 255 ) * 140 / 100 setElementAlpha ( Bribe[player], value )
  14. this ? setElementAlpha ( Bribe[player], ( (Armor * 100) / 255 ) * 140 / 100 )
  15. how could I do this calculation? . I've tried several ways. but I did not succeed. "140*Armor " "140/Armor " "140+Armor " "255/100*Armor"
  16. not work. and not error in debug. how to make it go decreasing the transparency? local Armor = getPlayerArmor ( player ); setElementAlpha ( Bribe[player], 255/100*Armor )
×
×
  • Create New...