Search the Community
Showing results for tags 'help script'.
-
Hi, I'd like some help solving the problems in my script. it substitutes objects per table, but I can not verify the name and ID and give the correct functions to run everything, someone to help? Garage_OBJ_COL = { {"garage_1.col",1484}, {"garage_2.col",1485}, } function replacemodels(player) for i,OBJ in ipairs(Garage_OBJ_COL) do table.insert (engineLoadCOL,{OBJ[1]}) table.insert (engineReplaceCOL,{OBJ[2]}) end end addEventHandler("onResourceStart",root,replacemodels)
-
Olá amigos,olha eu aqui novamente.Estou com um mini script que eu fiz para abrir/fechar o portão como podem ver nas prints baixo ao invés dele só abrir para a esquerda e voltar normalmente ele está dando alguns 360 maluco haha zueira,abaixo da prints está o código para que possam analisar Obrigado! CODIGO local gate = createObject(971, 1543.400390625, -1628.2001953125, 15.89999961853, 0, 0, 90) function open() moveObject(gate, 2000, 1543.4000244141, -1619.0999755859, 15.89999961853, 0, 0, 90 ) end addCommandHandler("abrir", open) function close() moveObject(gate, 2000, 1543.400390625, -1628.2001953125, 15.89999961853, 0, 0, 90 ) end addCommandHandler("fechar", close) OBS: Tanto para abrir e para fechar o portão está se retorcendo assim!