gotinha Posted August 19, 2019 Share Posted August 19, 2019 (edited) na hora de attachar um objeto no veiculo simplesmente não attacha só cria o objeto é no debugscript level 3 não aparenta nenhum erro.. SCRIPT (Server) local caixasom = {} function som1() local veh = getPedOccupiedVehicle(client) if caixasom[client] and isElement(caixasom[client] ) then destroyElement( caixasom[client] ) caixasom[client] = nil end if (veh) then caixasom[client] = createObject(1925, 1045,-1039,32) attachElements(caixasom[client], veh, 0,0,0) end end addEvent( "caixaSom1", true) addEventHandler("caixaSom1", root, som1) alguém sabe o por que disso ? Edited August 19, 2019 by gotinha Link to comment
gotinha Posted August 22, 2019 Author Share Posted August 22, 2019 só revivendo o tópico. Link to comment
gotinha Posted August 24, 2019 Author Share Posted August 24, 2019 ainda não descobri '---' Link to comment
EW1611 Posted August 24, 2019 Share Posted August 24, 2019 Você quer que o objeto seja anexado ao veiculo ou ao player? Link to comment
juaosilv Posted August 25, 2019 Share Posted August 25, 2019 Pelo código isso coloca a caixa no personagem, mas sobre a caixa eu recomendo que você utilize ela substituindo spoilers pq é melhor em questão de desempenho e acredito q é melhor tb p salvar no veiculo. Link to comment
gotinha Posted August 26, 2019 Author Share Posted August 26, 2019 On 24/08/2019 at 21:52, juaosilv said: Pelo código isso coloca a caixa no personagem, mas sobre a caixa eu recomendo que você utilize ela substituindo spoilers pq é melhor em questão de desempenho e acredito q é melhor tb p salvar no veiculo. a caixa não esta sendo anexada no ped é sim no veiculo só que ela não está sendo anexada no veiculo ai ela fica ali no meio do nada criada 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