Jump to content

Jokeℝ1472771893

Members
  • Posts

    334
  • Joined

  • Last visited

Everything posted by Jokeℝ1472771893

  1. but speaker see only me and music too
  2. thnx thnx thnx you are the best and now how to attach speaker on tunk???
  3. i search i find a lot of thinkgs attachElements and playSound3D but i can't bind them together
  4. any one have links? where i can learn that parts? attach Music on Car
  5. no no not that for exampl command ( /speaker) and its attach on car trunk?
  6. thnx i try now but how to make it atache on car by command and attache with speakers?
  7. but its not follow my car music comes from 1 place
  8. no dude i don't mean this i attach speekers to car but music comes from one place
  9. i mean how to attach music to car for EX speakers
  10. please read https://forum.multitheftauto.com/viewtop ... 0133eadf3d and thnx for help
  11. local files = {"News.xml;News"} -- here are the tabs for panel and their names + files name local resX,resY = guiGetScreenSize() function startup() window = guiCreateWindow(resX/5*2,resY/20*2.5,resX/5*6,resY/3*5,"Server Info panel",false) guiSetVisible(window,false) guiWindowSetMovable(window,false) guiWindowSetSizable(window,false) tPanel = guiCreateTabPanel(0,0.05,1,1,true,window) for k, v in ipairs(files) do local data = split(v,string.byte(";")) local node = xmlLoadFile(data[1]) local text = xmlNodeGetValue(node) local tab = guiCreateTab(data[2],tPanel) local memo = guiCreateMemo(0.02,0.04,0.94,0.94,text,true,tab) guiMemoSetReadOnly(memo,true) xmlUnloadFile(node) end end addEventHandler("onClientResourceStart",getResourceRootElement(),startup) function toggle() if (guiGetVisible(window)) then showCursor(false) guiSetVisible(window,false) else showCursor(true) guiSetVisible(window,true) end end bindKey("F1","down",toggle) how to make this not bind but on markerhit?
  12. ok thnx and read please viewtopic.php?f=91&t=44818
  13. getElementType( pElement ) == 'player' and aAllowedGroups[ getElementData ( pElement, 'Armed Forces' ) ]
  14. "Joker" name = "Armed Force" type = "script" />
  15. local aAllowedGroups = { [ 'Armed Forces' ] = true; [ false ] = false; } local pCol = createColSphere ( 330.99554443359, 1805.4046630859, 17.769592285156, 31 ) local pGate = createObject ( 3113, 344.6220703125, 1797.90625, 18.285552978516, 0, 15, 305 ) function ColShapeManager( pElement ) if getElementType( pElement ) == 'player' and aAllowedGroups[ getElementData ( pElement, 'Armed Forces' ) ] then if eventName == 'onColShapeHit' then moveObject ( pGate, 344.6220703125, 1797.90625, 6.7855529785156, 0, 15, 305 ) else moveObject( pGate, 3037, 344.6220703125, 1797.90625, 18.285552978516, 0, 15, 305 ) end end end addEventHandler( 'onColShapeHit', pCol, ColShapeManager ) addEventHandler( 'onColShapeLeave', pCol, ColShapeManager ) what is problem?
  16. i dont know what is wrong with your markers you need to fix them, they seem fine check /debugscript 3 read this viewtopic.php?f=91&t=44818 poll too please
  17. Nothing no Markers no Bus its wrong Script
×
×
  • Create New...