Armed Assault Info
ArmA | ArmA 2 | ArmA 3
 

 
  Car Radio (v 2.3)  
Picture of Car Radio Author : Clayman
Version : 2.3 Era : Modern Type : Misc
Size : 2.9 MB Demo mission : Yes
Downloads : 1805 Rating : 2.5 / 5 (rated 2 times)

You must register before rating items.

Included *.pbo files : Needed addons :
  • CLAY_CarRadio.pbo
None
 
Description :
Once again you didn't listen during the briefing, so you ran in the completely wrong direction. After walking through the middle of nowhere for hours, the friendly farmer from next door "borrows" you his old, rusty Pickup, to drive across the whole island back to your squad. But the brakes squeak and rattle of the exhaust pipe can hardly entertain you during the long trip.....

Or: The weekly family outing in Chernarus. It is hot and the old family coach has no air conditioning. Your wife on the seat next to you: "You are driveing too fast again!". The children in the backseat are complaining, too: "I'm hot." "I need to go to the toilet.", "When do we finally arrive?".....

Or: Cruising along "the strip" on friday night is one of your favourit hobbies. But the slightly clad ladies just always look at the other guys, never at you. To bad that your gÖlf tured out to be a lame TDI instead of such a "kick ass" GTI.....


But here's the one-in-all solution for all these problems:

Clayman's Car Radio

Features:
* Fully working Car Radio for all cars and trucks in ArmA2
* All ArmA2 musictracks already included
* Add as many own musictracks as you wish
* Filteroptions InGame / own music
* Repeat Funtcion
* Random play
* 12-color display
* 7-color softkeys
* two designs
* Output Level depending on your soundcard / speakers ;-)

New in V2.1:
* Adding own music will work now
* Add additional vehicle types which have the radio available
* Playlist editor
* Main functions of the radio can be accessed via keyboard

New in V2.2:
* Drag & Drop Function for Playlist Editor
* Create your own pre-defined Playlist (in userconfig .hpp)
* No additional variables have to be used if not needed
* Define vehicle types which don't have the radio available
* Optional tooltips

New in V2.3
* All Operation Arrowhead musictracks added
* Added missing musictracks from Patch 1.05 (Eagle Wing)
* Fixed: Some buttons didn't work after leaving Playlist Editor via Cancel button
* Car Radio can now be found under Modules (F7) and has a custom icon


Installation:
Copy the two folders '@CLAY_CarRadio' and 'userconfig' to your ArmAII directory.
Add the startup parameter '-mod=@CLAY_CarRadio' to your ArmAII shortcut.


Usage:
To make the Car Radio available in your own mission, place the 'Car Radio' Module (found under Modules (F7) > Car Radio) somewhere on your Map.

That's it.
The Radio will be available in any car or truck on the map. Just board it any select 'Car Radio' from the action menu.


Controls:
Some of the control elements should be self-explaining, other might not. Here is a short description of them:

> - Starts the playback (changes to || )

|| - Stops the playback (changes back to > )

+ - Volume up

- - Volume down

>> - Next track

<< - Previous track

/\ - Cycle through filters increasing (ArmA2 Music > User Music > All Music > Custom)

\/ - Cycle through filters decreasing (ArmA2 Music > Custom > All Music > User Music)

OFF - Closes the dialog (music keeps playing!)

Playlist - Opens the Playlist Editor

Repeat - When last track is over, playback beginns from first track (on/off)('Repeat' shown in display)

Random - Random play (on/off)('Random' shown in display)

Key Col - Cycle through the different key-colors

Dspl Col - Cycle through the different display-color or sets automatic color change ('Col. Change' shown in display)

Design - Switches Design (Black / "Silver")



Playlist Editor:
Using the Playlist Editor, you can create your very own playlist.
The list to the right sowns all available tracks. On the left, you see your custom playlist.

< - Adds the track selected in the right list to your playlist (as last item)

> - Removes the track selected in the left list from the playlist

<< - Adds all tracks to the playlist

>> - Removes all tracks from the playlist

Restore - Restores the pre-defined playlist (in userconfig)(manually created playlist will be lost!)

OK - Closes the Playlist Editor and returns to the Radio, you custom playlist will be played

Cancel - Closes the Playlist editor without saving any changes made in the Playlist Editor and returnes to the Radio



Show Tooltips:
It is possible, to show tooltips over some of the buttons of the radio, which explain the function of that button.
To enable these tooltips, write the following code into the init.sqf or the init-line of any unit on the map:

CLAY_RadioShowTooltips = true;


Add your own music:

To add your own music to the Radio, you first have to define it in your description.ext.
Now you can add it to the Radio using the 'CLAY_RadioAddMusic' variable:

CLAY_RadioAddMusic = [ [, , <Time | Number>] ];<br /><br /><br />Track = The classname of your music, as defined in the description.ext.<br /><br />Title = The title of the track, like it will be shown in the Radio.<br /><br />Time = The length of the track in seconds.<br /><br /><br />At the end it should look something like this:<br /><br /><br />CLAY_RadioAddMusic = [ ["MySong01", "My Song 1", 123], ["MySong02", "My Song 2", 456] ];<!--QuoteEnd--></div><!--QuoteEEnd--><br /><br /><b><br />Pre-defined Playlist:</b><br />You can create your own playlist, which will be available from mission start (Playlist: Custom).<br />Open the file '\userconfig\CLAY_CarRadio\CLAY_CarRadio.hpp'. Now you can enter your desired tracks into the array behind _userPlaylist. Format is the same as when adding own music:<br /><br /><!--QuoteBegin--><div class="quotetop"></div><div class="quotemain"><!--QuoteEBegin-->_userPlaylist = [ ["Track08_Harvest_Red", "Harvest Red", 78], ["Track26_Organ_Works", "Organ Works", 69], ["MySong01", "My Song 1", 123] ];<!--QuoteEnd--></div><!--QuoteEEnd--><br /><br /><br /><b>Additional vehicle classes:</b><br />You can add other vehicle types, which have the Car Radio available. For this, you have to add the vehicle names (from CfgVehicles) to the 'CLAY_RadioAddVehicles' variable.<br /><br /><!--QuoteBegin--><div class="quotetop"></div><div class="quotemain"><!--QuoteEBegin-->CLAY_RadioAddVehicles = ["M1A1", "AH1Z", "PBX"];<!--QuoteEnd--></div><!--QuoteEEnd--><br /><br /><br /><b>Vehicles types, for which the radio is not available:</b><br />Just like adding additional vehicle types for use with the radio, you can define vehicle types, which won't have the radio available, using the 'CLAY_RadioNoVehicles' variable.<br /><br /><!--QuoteBegin--><div class="quotetop"></div><div class="quotemain"><!--QuoteEBegin-->CLAY_RadioNoVehicles = ["SkodaRed", "HMMWV", "TowingTractor"];<!--QuoteEnd--></div><!--QuoteEEnd--><br /><br /><br /><b>Keyboard controls:</b><br />The main functions of the Radio can be used directly from your keyboard. The key for every function can be defined.<br /><br />defaults:<br /><br /> <!--QuoteBegin--><div class="quotetop"></div><div class="quotemain"><!--QuoteEBegin-->PAUSE - Play / Pause<br /><br /> RIGHT ARROW - Next Track<br /><br /> LEFT ARROW - Previous Track<br /><br /> UP ARROW - Volume Up<br /><br /> DOWN ARROW - Volume Down<!--QuoteEnd--></div><!--QuoteEEnd--><br /><br /><br />To change these, open the file '\userconfig\CLAY_CarRadio\CLAY_CarRadio.hpp'.<br />Add the desired key number behind any of the variables _keyPlay, _keyNext, _keyPre, _keyVolUp and _keyVolDown.<br /><br /><br /><b>Known Bugs:</b><br /> * Clicking on the next (>>) or previous (<<) keys very fast might result in the timer not working correctly.<br /><br /> * Drag & Drop in Playlist Editor only works to add tracks to your own playlist. You can't remove tracks this way nor can you sort your playlist. (I'm working on a workaround for this, but I'm not sure if it's possible at all.)<br /><br /><br />For further information, support and an example mission showing you how to add your own music and additional vehicle types, please visit the following link:<br />http://forums.bistudio.com/showthread.php?t=82665<br /><br /><br /><b>Thanks:</b><br />BI for ArmAII<br />Vektorbosen for his (OFP) Dialog Tutorial<br />T_D for some help with the display-colorchange script<br />kju for support & some really nice ideas<br />Srgt_Foxhound, who "obliged" me to make this update ;-)<br /><br /><br /><b>Disclaimer:</b><br />Use this whatsoever at your own risk. I take no responsibility for (im)possible damage <br />to your game/system/health/relationship/life that may be caused by installation of this.<br /><br /><br /><b>Change Log:</b><br />V2.3<br /> * Added Operation Arrowhead musictracks<br /> * Added tracks from Eagle Wing Campaign (ArmA2 Patch 1.05)<br /> * Fixed bug when leaving Playlist Editor via Cancel button<br /> * Car Radio in Modules (F7)<br /> * Custom Icon<br /><br />V2.2<br /> * Fixed all bugs introduced in Version 2.1<br /> * Drag & Drop function for Playlist Editor<br /> * Radio can be moved to any screen position<br /> * Own playlist can be pre-defined<br /> * No need for additional variables<br /> * Vehicles types which don't have the radio<br /> * Tooltips added<br /> * No more delay when clicking << or >><br /> * Bug in display-colorchange fixed<br /> * Some minor cosmetics<br /><br />V2.1.2<br /> * Music will stop playing after leaving a vehicle<br /><br />V2.1.1<br /> * Fixed the bug, which caused other music not to be played<br /><br />V2.1<br /> * Adding own music will work now<br /> * Additional vehicle types that can use the Car Radio can be added<br /> * Added Playlist Editor<br /> * Main functions can be accessed via keyboard<br /><br />V2.0<br /> * Ported to ArmAII<br /> * Re-write of all scripts<br /> * New, highly improved design<br /> * Unlimited amount of own tracks can be added<br /> * Different playlists<br /> * Random play function<br /> * Automatic color change for display<br /> * Soft keys in 7 colors </td> </tr> <tr> <td colspan="2" height="5" align="center" valign="top"> <!-- LIGNE --></td> </tr><tr> <td align="center" colspan="2" valign="top"><b>Size :</b> 2.9 MB</b></td></tr> <tr> <td colspan="2" align="center" valign="top"> <ul id="download"> <li><a href="http://www.armedassault.info/download.php?cat=addons&id=1015"> </a><br /></td></li> </ul> </tr> </table></td> </tr> <tr> <td> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="end"> <tr> <td width="5"> </td> <!-- La date --> <td class="date"> August 5th, 2009 - 08:09 </td> <td width="5"> </td> <!-- Nombre de commentaires --> <td class="comments"> <a href="http://www.armedassault.info/index.php?game=1&cat=comments&type=addons&id=1015">Comment (0) </a></td> <td width="5"> </td> </tr> </table> </td> </tr> </table> <br /> </td> <!-- Colonne d"espace --> <td width="15"> </td> <!-- Menu droit --> <!-- modif Cervo - previous version is : td width="160" --> <td width="206" align="right" valign="top"> <table width="100%" border="0" cellspacing="0" cellpadding="0" align="center" class="menuTitle"> <tr> <td>Screen of the week</td> </tr> </table> <div class="menuItem"><center><table width="30%" border="0" > <tr> <td align="right" valign="top" width="10%" > <a href="http://www.armedassault.info/ftp/pics/sotw/SOTW2017-Week 19.jpg" title="Picture of Old Bear" target="_blank"><img src="http://www.armedassault.info/ftp/pics/sotw/SOTW2017-Week 19s.jpg" width="160" height="120" class="bd" alt="Picture of Old Bear" /></a> </td></tr><tr> <td align="left" valign="top" width="20%" ><b>By :</b> Old Bear</td> </tr><tr><td class="comments"><a href="http://www.armedassault.info/index.php?game=1&cat=comments&type=sotw&id=147">Comment (0)</a></td></tr></table></center></div> <table width="100%" border="0" cellspacing="0" cellpadding="0" align="center" class="menuTitle"> <tr> <td>My controls</td> </tr> </table> <div class="menuItem"> <div class="userCP">Welcome, <b>guest </b>!</div> <div class="userCP-desc">You must <a href="http://forum.armedassault.info/index.php?act=Reg" >register</a> before posting comments.</div> <br /> <form action="http://forum.armedassault.info/index.php?act=Login&CODE=01&return=http://www.armedassault.info/index.php?game=1&" method="post"> <div class="userCP">Login :<br /> <input type="text" size="15" maxlength="100" name="UserName" /></div> <div class="userCP">Password :<br /> <input type="password" size="15" maxlength="100" name="PassWord" /></div> <div class="userCP"><input type="checkbox" name="CookieDate" value="1" />Remember me?</div><br /> <input type="submit" class="button" value="Log me in" /> </form> <div class="userCP"><br /><a href="http://forum.armedassault.info/index.php?act=Reg&CODE=10">I've forgotten my password !</a></div> </div> <table width="100%" border="0" cellspacing="0" cellpadding="0" align="center" class="menuTitle"> <tr> <td>Site sponsor</td> </tr> </table> </div> <div class="menuItemPub"><script data-cfasync="false" type="text/javascript" src="http://www.liveadexchanger.com/a/display.php?r=96985"></script></div> <!-- poll --> <!-- if(in_array($ipsclass->member['mgroup'], $INFO['team_group'])) --> <table width="100%" border="0" cellspacing="0" cellpadding="0" align="center" class="menuTitle"> <tr> <td><a name="poll">Poll</a></td> </tr> </table> <div class="menuItem"><div align="center"><b>What do you expect after APEX release ?</b></div> <table border="0" cellpadding="0" cellspacing="0" align="center" width="100%"><tr> <td align ="center"> </td> </tr> <tr> <td class="lastPosts-desc" align="left" width="100%">an Arma3 Repair Tool release</td> </tr> <tr> <td class="lastPosts-desc" align="left" valign="bottom" width="100%"> <img src="http://www.armedassault.info/style/1/bar_left.gif" border="0" title="Start" /><img src="http://www.armedassault.info/style/1/bar.gif" border="0" width="0" height="8" title="an Arma3 Repair Tool release" /><img src="http://www.armedassault.info/style/1/bar_right.gif" border="0" title="Start" /> <b>0%</b></td> </tr><tr> <td align ="center"> </td> </tr> <tr> <td class="lastPosts-desc" align="left" width="100%">a new scheduled Arma3 DLC </td> </tr> <tr> <td class="lastPosts-desc" align="left" valign="bottom" width="100%"> <img src="http://www.armedassault.info/style/1/bar_left.gif" border="0" title="Start" /><img src="http://www.armedassault.info/style/1/bar.gif" border="0" width="35" height="8" title="a new scheduled Arma3 DLC " /><img src="http://www.armedassault.info/style/1/bar_right.gif" border="0" title="Start" /> <b>25%</b></td> </tr><tr> <td align ="center"> </td> </tr> <tr> <td class="lastPosts-desc" align="left" width="100%">a new Enfusion based Arma Game announcement</td> </tr> <tr> <td class="lastPosts-desc" align="left" valign="bottom" width="100%"> <img src="http://www.armedassault.info/style/1/bar_left.gif" border="0" title="Start" /><img src="http://www.armedassault.info/style/1/bar.gif" border="0" width="35" height="8" title="a new Enfusion based Arma Game announcement" /><img src="http://www.armedassault.info/style/1/bar_right.gif" border="0" title="Start" /> <b>25%</b></td> </tr><tr> <td align ="center"> </td> </tr> <tr> <td class="lastPosts-desc" align="left" width="100%">nothing ...</td> </tr> <tr> <td class="lastPosts-desc" align="left" valign="bottom" width="100%"> <img src="http://www.armedassault.info/style/1/bar_left.gif" border="0" title="Start" /><img src="http://www.armedassault.info/style/1/bar.gif" border="0" width="70" height="8" title="nothing ..." /><img src="http://www.armedassault.info/style/1/bar_right.gif" border="0" title="Start" /> <b>50%</b></td> </tr> <tr> <td align ="center"> </td> </tr> </table> <br /> <div align="center"><b>Total votes :</b> 4<br />You must <a href="http://forum.armedassault.info/index.php?act=Login&CODE=00" >log in</a> before voting.</div></div> <table width="100%" border="0" cellspacing="0" cellpadding="0" align="center" class="menuTitle"> <tr> <td>Latest important news</td> </tr> </table> <div class="menuItem"><div class="lastPosts"><a href="http://www.armedassault.info/index.php?game=1&cat=news&id=6029"><img src="http://www.armedassault.info/style/1/fleche.gif" border="0">ARMA2: COMPLETE COLLECTION announced</a></div><div class="lastPosts"><a href="http://www.armedassault.info/index.php?game=1&cat=news&id=5876"><img src="http://www.armedassault.info/style/1/fleche.gif" border="0">A2:CO compatibility MP patch ( ACR lite )</a></div><div class="lastPosts"><a href="http://www.armedassault.info/index.php?game=1&cat=news&id=5859"><img src="http://www.armedassault.info/style/1/fleche.gif" border="0">ARMA 2: OA / CO / RFT Patch 1.62</a></div><div class="lastPosts"><a href="http://www.armedassault.info/index.php?game=1&cat=news&id=5588"><img src="http://www.armedassault.info/style/1/fleche.gif" border="0">Arma 2:OA-CO-RFT Mega Update : Patch 1.60</a></div><div class="lastPosts"><a href="http://www.armedassault.info/index.php?game=1&cat=news&id=5248"><img src="http://www.armedassault.info/style/1/fleche.gif" border="0">Arma X: Anniversary Edition</a></div><div class="lastPosts"><a href="http://www.armedassault.info/index.php?game=1&cat=news&id=5220"><img src="http://www.armedassault.info/style/1/fleche.gif" border="0">ARMA 2, version 1.10 - Patch Released</a></div></div> <table width="100%" border="0" cellspacing="0" cellpadding="0" align="center" class="menuTitle"> <tr> <td>Last discussions</td> </tr> </table> <div class="menuItem"><div class="lastPosts"><a href="http://forum.armedassault.info/index.php?showtopic=5782" target="_blank"><img src="style/1fleche.gif" border="0">A new home of sorts for</a></div> <div class="lastPosts-desc">By <a href='http://forum.armedassault.info/index.php?showuser=18' target="_blank">Wittmann</a></div> <div class="lastPosts-desc">July 14th, 2018 - 02:26</div><table border="0" cellpadding="0" cellspacing="0" align="center" width="100%"> <tr> <td class="lastPosts-desc" align="left" width="50%">Views :<b> 248134</b></td> <td class="lastPosts-desc-right" align="right" width="50%">Replies :<b> 0</b></td> </tr> </table> <br /><div class="lastPosts"><a href="http://forum.armedassault.info/index.php?showtopic=5781" target="_blank"><img src="style/1fleche.gif" border="0">OFP mod steam compatibility?</a></div> <div class="lastPosts-desc">By <a href='http://forum.armedassault.info/index.php?showuser=35' target="_blank">brataccas</a></div> <div class="lastPosts-desc">June 23rd, 2017 - 20:37</div><table border="0" cellpadding="0" cellspacing="0" align="center" width="100%"> <tr> <td class="lastPosts-desc" align="left" width="50%">Views :<b> 258439</b></td> <td class="lastPosts-desc-right" align="right" width="50%">Replies :<b> 1</b></td> </tr> </table> <br /><div class="lastPosts"><a href="http://forum.armedassault.info/index.php?showtopic=5718" target="_blank"><img src="style/1fleche.gif" border="0">What Is Needed.....</a></div> <div class="lastPosts-desc">By <a href='http://forum.armedassault.info/index.php?showuser=10528' target="_blank">Tony Trout</a></div> <div class="lastPosts-desc">October 18th, 2014 - 16:31</div><table border="0" cellpadding="0" cellspacing="0" align="center" width="100%"> <tr> <td class="lastPosts-desc" align="left" width="50%">Views :<b> 335618</b></td> <td class="lastPosts-desc-right" align="right" width="50%">Replies :<b> 4</b></td> </tr> </table> <br /></div> <table width="100%" border="0" cellspacing="0" cellpadding="0" align="center" class="menuTitle"> <tr> <td>Visitors</td> </tr> </table> <div class="menuItem"> <b>0</b> guest<br/> <b>0</b> member<br/> <b>0</b> anonymous member<br/> <hr /> Total : <b>0</b><br /> <br /> </div> <!-- <table width="100%" border="0" cellspacing="0" cellpadding="0" align="center" class="menuTitle"> <tr> <td>ARMA game server</td> </tr> </table> <div class="menuItem" align="left"> <table width="100%"> </table> </div> --> <table width="100%" border="0" cellspacing="0" cellpadding="0" align="center" class="menuTitle"> <tr> <td>Links</td> </tr> </table> <div class="menuItem"><table border="0" cellpadding="0" cellspacing="0" align="center"> <tr> <td class="menuLinks">Resource sites</td> </tr> <tr> <td class="menuLinks" height="35" align="center" valign="middle"><a href="http://www.ofpec.com/" target="_blank" title="OFPEC The Editing Center"><img src="http://www.armedassault.info/images/menuLinks/ofpec.gif" width="88" height="31" class ="bd" alt="OFPEC The Editing Center" /></a></td> </tr> <tr> <td class="menuLinks" height="37" align="center" valign="middle"><a href="http://community.bistudio.com/wiki/" target="_blank" title="BIS Community Wiki"><img src="http://www.armedassault.info/images/menuLinks/wiki.gif" width="88" height="33" class ="bd" alt="BIS Community Wiki" /></a></td> </tr> <tr> <td class="menuLinks" height="35" align="center" valign="middle"><a href="http://www.turkishunion.com" target="_blank" title="Turkish Union mod"><img src="http://www.armedassault.info/images/menuLinks/TU-icon" width="88" height="31" class ="bd" alt="Turkish Union mod" /></a></td> </tr> <tr> <td class="menuLinks" height="35" align="center" valign="middle"><a href="http://www.fdfmod.org/" target="_blank" title="FDF Mod"><img src="http://www.armedassault.info/images/menuLinks/fdfmod.jpg" width="88" height="31" class ="bd" alt="FDF Mod" /></a></td> </tr> <tr> <td class="menuLinks" height="35" align="center" valign="middle"><a href="http://www.csla-studio.info/" target="_blank" title="CSLA Studio"><img src="http://www.armedassault.info/images/menuLinks/csla3banner.jpg" width="88" height="31" class ="bd" alt="CSLA Studio" /></a></td> </tr> <tr> <td class="menuLinks" height="35" align="center" valign="middle"><a href="http://tactical.nekromantix.com/" target="_blank" title="PMC Tactical"><img src="http://www.armedassault.info/images/menuLinks/tactical_s.gif" width="88" height="31" class ="bd" alt="PMC Tactical" /></a></td> </tr> <tr> <td class="menuLinks" height="20" align="center" valign="middle"> </td> </tr> <tr> <td class="menuLinks">Missions sites</td> </tr> <tr> <td class="menuLinks" height="37" align="center" valign="middle"><a href="http://www.armamdb.de/" target="_blank" title="Armed Assault MDB"><img src="http://www.armedassault.info/images/menuLinks/armamdb.gif" width="88" height="33" class ="bd" alt="Armed Assault MDB" /></a></td> </tr> <tr> <td class="menuLinks" height="20" align="center" valign="middle"> </td> </tr> <tr> <td class="menuLinks">Hosted Mods</td> </tr> <tr> <td class="menuLinks" height="35" align="center" valign="middle"><a href="http://ofp.gamepark.cz/_hosted/pedagnemod/" target="_blank" title="Pedagne Mod"><img src="http://www.armedassault.info/images/menuLinks/pedagnemod.jpg" width="88" height="31" class ="bd" alt="Pedagne Mod" /></a></td> </tr> <tr> <td class="menuLinks" height="35" align="center" valign="middle"><a href="http://www.armedassault.info/_hosted/bushwars/index.html" target="_blank" title="BushWars"><img src="http://www.armedassault.info/images/menuLinks/bushwars.jpg" width="88" height="31" class ="bd" alt="BushWars" /></a></td> </tr> <tr> <td class="menuLinks" height="35" align="center" valign="middle"><a href="http://www.armedassault.info/_hosted/sjb/sas_pack/arma2/" target="_blank" title="SJB Addon Studio"><img src="http://www.armedassault.info/images/menuLinks/sjb.jpg" width="88" height="31" class ="bd" alt="SJB Addon Studio" /></a></td> </tr> <tr> <td class="menuLinks" height="35" align="center" valign="middle"><a href="http://ofp.gamepark.cz/_hosted/malvinas/" target="_blank" title="Malvina Mod"><img src="http://www.armedassault.info/images/menuLinks/mlvmod.gif" width="88" height="31" class ="bd" alt="Malvina Mod" /></a></td> </tr> <tr> <td class="menuLinks" height="20" align="center" valign="middle"> </td> </tr> <tr> <td class="menuLinks"></td> </tr> <tr> <td class="menuLinks" height="20" align="center" valign="middle"> </td> </tr></table></div> <div class="menuEnd"> </div> </td> </tr> <tr> <!-- Ligne d"espace --> <td colspan="5"> </td> </tr> <tr> <!-- Bannière bas --> <td colspan="5" align="center" valign="top">© 2007 - 2024 Armed Assault Info<br><a href="http://www.armedassault.info/index.php?game=1&cat=articles&class=articles&id=45" target="_blank">Disclaimer</a> - <a href="https://www.equilibre-massage.com/" target="_blank">Info</a></td> </tr> </table> </td> <!-- Colonne droite --> <td height="100%" width="13" class="rightColumn"> </td> </tr> </table> </div> </body> </html>