Search Results
Search results 1-20 of 961.
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
the easiest way to put chat the way you want would be to put this in the page and make a js file call it planetmenu.js add this at the page you want <script type="text/javascript" src="./scripts/game/planetmenu.js"></script> <div id="planet_menu"> <div id="planet_menu_header"><a href="javascript:ShowPlanetMenu()" id="planet_menu_link"><font color="red"><img src="styles/images/iconav/chat.png"></a></div> <div id="planet_menu_content" style="display:none;"> <table style="text-align:left;margin:0">…
-
in the main.navigation at top of tpl <script type="text/javascript"> setInterval(function() { AJAX() }, 5000); </script> <script type="text/javascript" src="./scripts/game/json.js"></script> at bottom add <div style="height:0; overflow:hidden;" loop="false;" id="music"> <audio id="beepataks" preload="auto"> <source src="./sound/sirena.mp3"></source> <source src="./sound/sirena.ogg"></source> </audio> <audio id="msgaudio" preload="auto"> <source src="./sound/msg.mp3"></source> <source src="./soun…