#DaNiLiN Posted July 23, 2018 Share Posted July 23, 2018 Gente estou com uma dúvida, será que no mta tem como fazer uma função para puxar todos EX: Sou da Team A e quero puxar a todos da minha Team de uma vez só usando o comando /Puxartodos Link to comment
[M]ister Posted July 23, 2018 Share Posted July 23, 2018 Você publicou sua dúvida em uma área incorreta, aqui se destina a TUTORIAIS! Área correta: https://forum.multitheftauto.com/forum/127-programação-em-lua/ addCommandHandler("puxartodos", function(player) local team = getPlayerTeam(player) if team then local x,y,z = getElementPosition(player) for _, pteam in ipairs(getPlayersInTeam(team)) do setElementPosition(pteam,x,y,z) end end end ) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now