Jump to content

#RooTs

Members
  • Posts

    1,991
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by #RooTs

  1. 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 )
  2. you're funny? I am a while without programming. and so I end up forgetting something. bad that is no reason to mock the other boy right
  3. thanks. how to add transparency to the object? example Armor = getPlayerArmor ( player ) ( 255*Armor ) Bribe[player] = createObject(1242,x,y-8,z); setObjectScale ( Bribe[player], 1.9 ) setElementCollisionsEnabled(Bribe[player],false) exports.bone_attach:attachElementToBone(Bribe[player],player,3,0,0,0,3,-5,0)
  4. how I could increase the size of the object? Bribe[player] = createObject(1242,x-2,y,z); setElementCollisionsEnabled(Bribe[player],false) attachElements (Bribe[player],player,-0.0,0.0,0.3) ;
  5. I could do with "createObject". more the camera was zuada, get close to more of my ped could someone explain me how to do it with "bone attachments"
  6. Hello friends. I'm trying to make show the vest, "object" while I'm of armor ... and then I'm losing armor the object gets transparent. I have no idea how to do, and what to use. what would be the best choice function? "createObject" or "bone attachments" https://community.multitheftauto.com/index.php?p ... ls&id=2540 My thought was that function getArmour() local amour = getPlayerArmor(source) if amour >= 100 then x, y, z = getElementPosition(source) Obj = createObject(ID, x, y, z, 0, 0, 0) -- set transparency in the object attachElements(source. Obj) end end setTimer(getArmour, 1500, source) sorry my english
  7. mandei uma MP(mensagem privada) para você, leia ela.
  8. mandei uma MP(mensagem privada) para você, leia ela.
  9. #RooTs

    Server list spam

    the guy is creating fake servers to get fame. even he had already created a fake server, with the same name of my.... he is always creating intrigues among the owners of real servers, here in Brazil. Original: mtasa://192.99.141.242:22003 fake: mtasa://107.161.124.140:22003 DONE
  10. #RooTs

    Server list spam

    the guy is creating fake servers to get fame. even he had already created a fake server, with the same name of my.... he is always creating intrigues among the owners of real servers, here in Brazil. Original: mtasa://192.99.141.242:22003 fake: mtasa://107.161.124.140:22003 DONE
  11. put screenshot, or I will not download
  12. File uploaded successfully! get the url by private message.
  13. ped skin https://community.multitheftauto.com/ind ... s&id=12916 DONE
  14. -- segue a tabela com os comandos bloqueados. remove o comando q quer desbloquear cmdList = { ["register"]=true, ["login"]=true, ["me"]=true, ["say"]=true } addEventHandler("onPlayerCommand", root, function(cmdName) if cmdList[cmdName] then cancelEvent() end end)
  15. existe sim Dante. quais comandos quer bloquear. faça uma lista q te mando o exemplo
  16. se o dinheiro for maior que a quantia oferecida
  17. use https://wiki.multitheftauto.com/wiki/GetVehicleOccupant
  18. Creio que a outra parte do seu "sistema" contenha, setElementHealth (carro , getElementHealth (carro ) 1000) --definido setVehicleLocked ( carro , false ) --definido takePlayerMoney ( thePlayer, 350 ) --definido porque se não for isso, vai fazer mais sentido usar o meu exemplo do que a sua função final. mais de qualquer forma a sua ideia é boa...
  19. duplicate. It is the same code code 1 https://community.multitheftauto.com/in ... ls&id=5955 https://community.multitheftauto.com/in ... ls&id=2372 duplicate code 2 https://community.multitheftauto.com/in ... ils&id=591 https://community.multitheftauto.com/in ... ils&id=594 no description https://community.multitheftauto.com/ind ... s&id=12857 DONE
×
×
  • Create New...