Diesel 1 Posted September 12, 2004 1. How remove BIS standart gear sound ? 2. How change brake degrees? Share this post Link to post Share on other sites
oyman 0 Posted September 12, 2004 1. How remove BIS standart gear sound ?2. How change brake degrees? 1. <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">soundGear[]={Vehicles\truck_gear,db-75,1}; put in cfgvehicles class 2. i dont know Share this post Link to post Share on other sites
Diesel 1 Posted September 13, 2004 1.<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">soundGear[]={Vehicles\truck_gear,db-75,1}; put in cfgvehicles class Not working Share this post Link to post Share on other sites
oyman 0 Posted September 14, 2004 doh i could i be so stupid i just remembered thats only for cars Share this post Link to post Share on other sites
MiG2003 0 Posted September 14, 2004 to remove sound gear this should work. Put it in your cfgvehicles class: <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> soundGear[]={}; Share this post Link to post Share on other sites
Diesel 1 Posted September 14, 2004 to remove sound gear this should work. Put it in your cfgvehicles class:<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> soundGear[]={}; No, i still hear BIS sound Share this post Link to post Share on other sites
Footmunch 0 Posted September 14, 2004 Try: <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">soundServo[]={"",1,1}; But I think this makes the flaps not make a noise as well. You could go for gearRetracting = false, but then you have to script the AI gear. Share this post Link to post Share on other sites